OrtApi.GetOpaqueValue

Fetch data from an OrtValue that contains a value of non-standard type created for experiments or while awaiting standardization. \domain_name - domain name for the Opaque type, null terminated. \type_name - type name for the Opaque type, null terminated. \data_contianer - data to populate OrtValue \data_container_size - sizeof() of the data container. Must match the sizeof() of the expected data_container size internally.

struct OrtApi
OrtStatus* function(const(char)* domain_name, const(char)* type_name, const(OrtValue)* in_, void* data_container, size_t data_container_size) GetOpaqueValue;

Meta