Class InferContext::Output¶
Defined in File request.h
Nested Relationships¶
This class is a nested type of Class InferContext.
Class Documentation¶
-
class
Output An output from the model.
Public Functions
-
virtual
~Output() = 0
-
virtual const std::string &
Name() const = 0 - Return
The name of the output.
-
virtual DataType
DType() const = 0 - Return
The data-type of the output.
-
virtual const DimsList &
Dims() const = 0 - Return
The dimensions/shape of the output specified in the model configuration. Variable-size dimensions are reported as -1.
-
virtual