AllFixedSizeSequenceTensorTypes() | onnxruntime::DataTypeImpl | static |
AllFixedSizeSequenceTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllFixedSizeSequenceTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllFixedSizeTensorAndSequenceTensorTypes() | onnxruntime::DataTypeImpl | static |
AllFixedSizeTensorAndSequenceTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllFixedSizeTensorAndSequenceTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllFixedSizeTensorTypes() | onnxruntime::DataTypeImpl | static |
AllFixedSizeTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllFixedSizeTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllIEEEFloatTensorTypes() | onnxruntime::DataTypeImpl | static |
AllNumericTensorTypes() | onnxruntime::DataTypeImpl | static |
AllNumericTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllNumericTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllOptionalAndTensorAndSequenceTensorTypes() | onnxruntime::DataTypeImpl | static |
AllOptionalAndTensorAndSequenceTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllOptionalAndTensorAndSequenceTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllOptionalTypes() | onnxruntime::DataTypeImpl | static |
AllOptionalTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllOptionalTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllSequenceTensorTypes() | onnxruntime::DataTypeImpl | static |
AllSequenceTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllSequenceTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllTensorAndSequenceTensorAndOptionalTypes() | onnxruntime::DataTypeImpl | static |
AllTensorAndSequenceTensorAndOptionalTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllTensorAndSequenceTensorAndOptionalTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllTensorAndSequenceTensorTypes() | onnxruntime::DataTypeImpl | static |
AllTensorAndSequenceTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllTensorAndSequenceTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AllTensorTypes() | onnxruntime::DataTypeImpl | static |
AllTensorTypesIRv4() | onnxruntime::DataTypeImpl | static |
AllTensorTypesIRv9() | onnxruntime::DataTypeImpl | static |
AsNonTensorType() const | onnxruntime::DataTypeImpl | inline |
AsOptionalType() const | onnxruntime::DataTypeImpl | inline |
AsPrimitiveDataType() const | onnxruntime::DataTypeImpl | inline |
AsSequenceTensorType() const | onnxruntime::DataTypeImpl | inline |
AsSparseTensorType() const | onnxruntime::DataTypeImpl | inline |
AsTensorType() const | onnxruntime::DataTypeImpl | inline |
DataTypeImpl(GeneralType type, size_t size) | onnxruntime::DataTypeImpl | inlineprotected |
FromDataContainer(const void *data, size_t data_size, OrtValue &output) const override | onnxruntime::OpaqueType< T, D, N > | inlinevirtual |
GeneralType enum name | onnxruntime::DataTypeImpl | |
GetCreateFunc() const override | onnxruntime::NonTensorType< T > | inlinevirtual |
GetDataType(const std::string &) | onnxruntime::DataTypeImpl | static |
GetDeleteFunc() const override | onnxruntime::NonTensorType< T > | inlinevirtual |
GetOptionalType() | onnxruntime::DataTypeImpl | static |
GetSequenceTensorType() | onnxruntime::DataTypeImpl | static |
GetSparseTensorType() | onnxruntime::DataTypeImpl | static |
GetTensorType() | onnxruntime::DataTypeImpl | static |
GetType() | onnxruntime::DataTypeImpl | static |
GetTypeProto() const override | onnxruntime::NonTensorTypeBase | virtual |
IsCompatible(const ONNX_NAMESPACE::TypeProto &type_proto) const override | onnxruntime::OpaqueType< T, D, N > | inlinevirtual |
IsMapCompatible(const ONNX_NAMESPACE::TypeProto &type_proto) const | onnxruntime::NonTensorTypeBase | protected |
IsNonTensorType() const | onnxruntime::DataTypeImpl | inline |
IsOpaqueCompatible(const ONNX_NAMESPACE::TypeProto &type_proto) const | onnxruntime::NonTensorTypeBase | protected |
IsOptionalType() const | onnxruntime::DataTypeImpl | inline |
IsPrimitiveDataType() const | onnxruntime::DataTypeImpl | inline |
IsSequenceCompatible(const ONNX_NAMESPACE::TypeProto &type_proto) const | onnxruntime::NonTensorTypeBase | protected |
IsSparseTensorType() const | onnxruntime::DataTypeImpl | inline |
IsTensorSequenceType() const | onnxruntime::DataTypeImpl | inline |
IsTensorType() const | onnxruntime::DataTypeImpl | inline |
MutableTypeProto() | onnxruntime::NonTensorTypeBase | protected |
NonTensorType() | onnxruntime::NonTensorType< T > | inlineprotected |
NonTensorTypeBase(const NonTensorTypeBase &)=delete | onnxruntime::NonTensorTypeBase | |
NonTensorTypeBase(size_t size) | onnxruntime::NonTensorTypeBase | protected |
operator=(const NonTensorTypeBase &)=delete | onnxruntime::NonTensorTypeBase | |
RegisterDataType(MLDataType) | onnxruntime::DataTypeImpl | static |
SequenceTensorTypeFromONNXEnum(int type) | onnxruntime::DataTypeImpl | static |
Size() const | onnxruntime::DataTypeImpl | inline |
size_ | onnxruntime::DataTypeImpl | |
SparseTensorTypeFromONNXEnum(int type) | onnxruntime::DataTypeImpl | static |
TensorTypeFromONNXEnum(int type) | onnxruntime::DataTypeImpl | static |
ToDataContainer(const OrtValue &input, size_t data_size, void *data) const override | onnxruntime::OpaqueType< T, D, N > | inlinevirtual |
ToString(MLDataType type) | onnxruntime::DataTypeImpl | static |
ToString(const std::vector< MLDataType > &types) | onnxruntime::DataTypeImpl | static |
Type() | onnxruntime::OpaqueType< T, D, N > | static |
type_ | onnxruntime::DataTypeImpl | |
TypeFromProto(const ONNX_NAMESPACE::TypeProto &proto) | onnxruntime::DataTypeImpl | static |
~DataTypeImpl()=default | onnxruntime::DataTypeImpl | virtual |
~NonTensorTypeBase() override | onnxruntime::NonTensorTypeBase | protected |