Enum TensorProto.Types.DataLocation
Location of the data for this tensor. MUST be one of:
- DEFAULT - data stored inside the protobuf message. Data is stored in raw_data (if set) otherwise in type-specified field.
- EXTERNAL - data stored in an external location as described by external_data field.
Namespace: Onnx
Syntax
public enum DataLocation
Fields
Name | Description |
---|---|
Default | |
External |