ONNX Runtime
Loading...
Searching...
No Matches
Ort::Value Member List

This is the complete list of members for Ort::Value, including all inherited members.

At(const std::vector< int64_t > &location)Ort::detail::ValueImpl< OrtValue >
B typedefOrt::detail::ValueImpl< OrtValue >
B typedefOrt::detail::ValueImpl< OrtValue >
Base typedefOrt::Value
ValueImpl< OrtValue >::Base(contained_type *p) noexceptOrt::detail::Base< T >inlineexplicit
ValueImpl< OrtValue >::Base(const Base &)=deleteOrt::detail::Base< T >
ValueImpl< OrtValue >::Base(Base &&v) noexceptOrt::detail::Base< T >inline
contained_type typedefOrt::detail::Base< T >
CreateMap(const Value &keys, const Value &values)Ort::Valuestatic
CreateOpaque(const char *domain, const char *type_name, const T &value)Ort::Valuestatic
CreateSequence(const std::vector< Value > &values)Ort::Valuestatic
CreateSparseTensor(const OrtMemoryInfo *info, T *p_data, const Shape &dense_shape, const Shape &values_shape)Ort::Valuestatic
CreateSparseTensor(const OrtMemoryInfo *info, void *p_data, const Shape &dense_shape, const Shape &values_shape, ONNXTensorElementDataType type)Ort::Valuestatic
CreateSparseTensor(OrtAllocator *allocator, const Shape &dense_shape)Ort::Valuestatic
CreateSparseTensor(OrtAllocator *allocator, const Shape &dense_shape, ONNXTensorElementDataType type)Ort::Valuestatic
CreateTensor(const OrtMemoryInfo *info, T *p_data, size_t p_data_element_count, const int64_t *shape, size_t shape_len)Ort::Valuestatic
CreateTensor(const OrtMemoryInfo *info, void *p_data, size_t p_data_byte_count, const int64_t *shape, size_t shape_len, ONNXTensorElementDataType type)Ort::Valuestatic
CreateTensor(OrtAllocator *allocator, const int64_t *shape, size_t shape_len)Ort::Valuestatic
CreateTensor(OrtAllocator *allocator, const int64_t *shape, size_t shape_len, ONNXTensorElementDataType type)Ort::Valuestatic
FillSparseTensorBlockSparse(const OrtMemoryInfo *data_mem_info, const OrtSparseValuesParam &values, const Shape &indices_shape, const int32_t *indices_data)Ort::detail::ValueImpl< OrtValue >
FillSparseTensorCoo(const OrtMemoryInfo *data_mem_info, const OrtSparseValuesParam &values_param, const int64_t *indices_data, size_t indices_num)Ort::detail::ValueImpl< OrtValue >
FillSparseTensorCsr(const OrtMemoryInfo *data_mem_info, const OrtSparseValuesParam &values, const int64_t *inner_indices_data, size_t inner_indices_num, const int64_t *outer_indices_data, size_t outer_indices_num)Ort::detail::ValueImpl< OrtValue >
FillStringTensor(const char *const *s, size_t s_len)Ort::detail::ValueImpl< OrtValue >
FillStringTensorElement(const char *s, size_t index)Ort::detail::ValueImpl< OrtValue >
GetConst() constOrt::Valueinline
GetCount() constOrt::detail::ConstValueImpl< T >
GetOpaqueData(const char *domain, const char *type_name, R &) constOrt::detail::ConstValueImpl< T >
GetResizedStringTensorElementBuffer(size_t index, size_t buffer_length)Ort::detail::ValueImpl< OrtValue >
GetSparseFormat() constOrt::detail::ConstValueImpl< T >
GetSparseTensorIndicesData(OrtSparseIndicesFormat indices_format, size_t &num_indices) constOrt::detail::ConstValueImpl< T >
GetSparseTensorIndicesTypeShapeInfo(OrtSparseIndicesFormat format) constOrt::detail::ConstValueImpl< T >
GetSparseTensorValues() constOrt::detail::ConstValueImpl< T >
GetSparseTensorValuesTypeAndShapeInfo() constOrt::detail::ConstValueImpl< T >
GetStringTensorContent(void *buffer, size_t buffer_length, size_t *offsets, size_t offsets_count) constOrt::detail::ConstValueImpl< T >
GetStringTensorDataLength() constOrt::detail::ConstValueImpl< T >
GetStringTensorElement(size_t buffer_length, size_t element_index, void *buffer) constOrt::detail::ConstValueImpl< T >
GetStringTensorElement(size_t element_index) constOrt::detail::ConstValueImpl< T >
GetStringTensorElementLength(size_t element_index) constOrt::detail::ConstValueImpl< T >
GetTensorData() constOrt::detail::ConstValueImpl< T >
GetTensorMemoryInfo() constOrt::detail::ConstValueImpl< T >
GetTensorMutableData()Ort::detail::ValueImpl< OrtValue >
GetTensorMutableRawData()Ort::detail::ValueImpl< OrtValue >
GetTensorRawData() constOrt::detail::ConstValueImpl< T >
GetTensorTypeAndShapeInfo() constOrt::detail::ConstValueImpl< T >
GetTypeInfo() constOrt::detail::ConstValueImpl< T >
GetUnowned() constOrt::Valueinline
GetValue(int index, OrtAllocator *allocator) constOrt::detail::ConstValueImpl< T >
HasValue() constOrt::detail::ConstValueImpl< T >
IsSparseTensor() constOrt::detail::ConstValueImpl< T >
IsTensor() constOrt::detail::ConstValueImpl< T >
operator contained_type *() const noexceptOrt::detail::Base< T >inline
operator=(Value &&)=defaultOrt::Value
ValueImpl< OrtValue >::operator=(const Base &)=deleteOrt::detail::Base< T >
ValueImpl< OrtValue >::operator=(Base &&v) noexceptOrt::detail::Base< T >inline
OrtSparseValuesParam typedefOrt::Value
p_Ort::detail::Base< T >protected
release()Ort::detail::Base< T >inline
Shape typedefOrt::Value
UseBlockSparseIndices(const Shape &indices_shape, int32_t *indices_data)Ort::detail::ValueImpl< OrtValue >
UseCooIndices(int64_t *indices_data, size_t indices_num)Ort::detail::ValueImpl< OrtValue >
UseCsrIndices(int64_t *inner_data, size_t inner_num, int64_t *outer_data, size_t outer_num)Ort::detail::ValueImpl< OrtValue >
Value(std::nullptr_t)Ort::Valueinlineexplicit
Value(OrtValue *p)Ort::Valueinlineexplicit
Value(Value &&)=defaultOrt::Value
~Base()Ort::detail::Base< T >inline