| At(const std::vector< int64_t > &location) | Ort::detail::ValueImpl< OrtValue > |  | 
  | B typedef | Ort::detail::ValueImpl< OrtValue > |  | 
  | B typedef | Ort::detail::ValueImpl< OrtValue > |  | 
  | Base typedef | Ort::Value |  | 
  | ValueImpl< OrtValue >::Base()=default | Ort::detail::Base< OrtValue > |  | 
  | ValueImpl< OrtValue >::Base(contained_type *p) noexcept | Ort::detail::Base< OrtValue > | inlineexplicit | 
  | ValueImpl< OrtValue >::Base(const Base &)=delete | Ort::detail::Base< OrtValue > |  | 
  | ValueImpl< OrtValue >::Base(Base &&v) noexcept | Ort::detail::Base< OrtValue > | inline | 
  | contained_type typedef | Ort::detail::Base< OrtValue > |  | 
  | CreateMap(const Value &keys, const Value &values) | Ort::Value | inlinestatic | 
  | CreateOpaque(const char *domain, const char *type_name, const T &value) | Ort::Value | inlinestatic | 
  | CreateSequence(const std::vector< Value > &values) | Ort::Value | inlinestatic | 
  | CreateSparseTensor(const OrtMemoryInfo *info, T *p_data, const Shape &dense_shape, const Shape &values_shape) | Ort::Value | inlinestatic | 
  | CreateSparseTensor(const OrtMemoryInfo *info, void *p_data, const Shape &dense_shape, const Shape &values_shape, ONNXTensorElementDataType type) | Ort::Value | inlinestatic | 
  | CreateSparseTensor(OrtAllocator *allocator, const Shape &dense_shape) | Ort::Value | inlinestatic | 
  | CreateSparseTensor(OrtAllocator *allocator, const Shape &dense_shape, ONNXTensorElementDataType type) | Ort::Value | inlinestatic | 
  | CreateTensor(const OrtMemoryInfo *info, T *p_data, size_t p_data_element_count, const int64_t *shape, size_t shape_len) | Ort::Value | inlinestatic | 
  | CreateTensor(const OrtMemoryInfo *info, void *p_data, size_t p_data_byte_count, const int64_t *shape, size_t shape_len, ONNXTensorElementDataType type) | Ort::Value | inlinestatic | 
  | CreateTensor(OrtAllocator *allocator, const int64_t *shape, size_t shape_len) | Ort::Value | inlinestatic | 
  | CreateTensor(OrtAllocator *allocator, const int64_t *shape, size_t shape_len, ONNXTensorElementDataType type) | Ort::Value | inlinestatic | 
  | 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() const  | Ort::Value | inline | 
  | GetCount() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetOpaqueData(const char *domain, const char *type_name, R &) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetResizedStringTensorElementBuffer(size_t index, size_t buffer_length) | Ort::detail::ValueImpl< OrtValue > |  | 
  | GetSparseFormat() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetSparseTensorIndicesData(OrtSparseIndicesFormat indices_format, size_t &num_indices) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetSparseTensorIndicesTypeShapeInfo(OrtSparseIndicesFormat format) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetSparseTensorValues() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetSparseTensorValuesTypeAndShapeInfo() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetStringTensorContent(void *buffer, size_t buffer_length, size_t *offsets, size_t offsets_count) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetStringTensorDataLength() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetStringTensorElement(size_t buffer_length, size_t element_index, void *buffer) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetStringTensorElement(size_t element_index) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetStringTensorElementLength(size_t element_index) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetTensorData() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetTensorMemoryInfo() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetTensorMutableData() | Ort::detail::ValueImpl< OrtValue > |  | 
  | GetTensorMutableRawData() | Ort::detail::ValueImpl< OrtValue > |  | 
  | GetTensorRawData() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetTensorTypeAndShapeInfo() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetTypeInfo() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | GetUnowned() const  | Ort::Value | inline | 
  | GetValue(int index, OrtAllocator *allocator) const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | HasValue() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | IsSparseTensor() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | IsTensor() const | Ort::detail::ConstValueImpl< OrtValue > |  | 
  | operator contained_type *() const noexcept | Ort::detail::Base< OrtValue > | inline | 
  | operator=(Value &&)=default | Ort::Value |  | 
  | ValueImpl< OrtValue >::operator=(const Base &)=delete | Ort::detail::Base< OrtValue > |  | 
  | ValueImpl< OrtValue >::operator=(Base &&v) noexcept | Ort::detail::Base< OrtValue > | inline | 
  | OrtSparseValuesParam typedef | Ort::Value |  | 
  | p_ | Ort::detail::Base< OrtValue > | protected | 
  | release() | Ort::detail::Base< OrtValue > | inline | 
  | Shape typedef | Ort::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::Value | inlineexplicit | 
  | Value(OrtValue *p) | Ort::Value | inlineexplicit | 
  | Value(Value &&)=default | Ort::Value |  | 
  | ~Base() | Ort::detail::Base< OrtValue > | inline |