HDK
|
SequenceTensorType. Use to register sequence for non-tensor types. More...
#include <data_types.h>
Public Member Functions | |
MLDataType | GetElementType () const override |
Return a MLDataType representing the element-type. More... | |
Public Member Functions inherited from onnxruntime::SequenceTensorTypeBase | |
bool | IsCompatible (const ONNX_NAMESPACE::TypeProto &type_proto) const override |
this API will be used to check type compatibility at runtime More... | |
DeleteFunc | GetDeleteFunc () const override |
const ONNX_NAMESPACE::TypeProto * | GetTypeProto () const override |
Retrieves an instance of TypeProto for a given MLDataType. More... | |
SequenceTensorTypeBase (const SequenceTensorTypeBase &)=delete | |
SequenceTensorTypeBase & | operator= (const SequenceTensorTypeBase &)=delete |
Public Member Functions inherited from onnxruntime::DataTypeImpl | |
virtual | ~DataTypeImpl ()=default |
size_t | Size () const |
bool | IsTensorType () const |
bool | IsTensorSequenceType () const |
bool | IsSparseTensorType () const |
bool | IsOptionalType () const |
bool | IsNonTensorType () const |
bool | IsPrimitiveDataType () const |
const TensorTypeBase * | AsTensorType () const |
const SequenceTensorTypeBase * | AsSequenceTensorType () const |
const SparseTensorTypeBase * | AsSparseTensorType () const |
const OptionalTypeBase * | AsOptionalType () const |
const NonTensorTypeBase * | AsNonTensorType () const |
const PrimitiveDataTypeBase * | AsPrimitiveDataType () const |
Additional Inherited Members | |
Public Types inherited from onnxruntime::DataTypeImpl | |
enum | GeneralType { GeneralType::kInvalid = 0, GeneralType::kNonTensor = 1, GeneralType::kTensor = 2, GeneralType::kTensorSequence = 3, GeneralType::kSparseTensor = 4, GeneralType::kOptional = 5, GeneralType::kPrimitive = 6 } |
Public Attributes inherited from onnxruntime::DataTypeImpl | |
const GeneralType | type_ |
const size_t | size_ |
Protected Member Functions inherited from onnxruntime::SequenceTensorTypeBase | |
SequenceTensorTypeBase () | |
~SequenceTensorTypeBase () | |
ONNX_NAMESPACE::TypeProto & | MutableTypeProto () |
Protected Member Functions inherited from onnxruntime::DataTypeImpl | |
DataTypeImpl (GeneralType type, size_t size) | |
SequenceTensorType. Use to register sequence for non-tensor types.
CPPRuntime | - We always use TensorSeq |
TensorElemType | - one of the primitive types |
Usage: ORT_REGISTER_SEQ_TENSOR_TYPE() The type is required to have value_type defined
Definition at line 859 of file data_types.h.
|
inlineoverridevirtual |
Return a MLDataType representing the element-type.
Reimplemented from onnxruntime::SequenceTensorTypeBase.
Definition at line 867 of file data_types.h.
|
static |