GetOutputTdInfo
Description
Obtains the output tensor description of an operator. Note that the shape information that cannot be determined during compilation is not included in the tensor description.
Prototype
const CompileTimeTensorDesc *GetOutputTdInfo(const size_t index) const
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
index |
Input |
Output index of an operator, starting from 0. |
Returns
Tensor description of the const type
Restrictions
None
Example
See the MutableInputTdInfo method.
Parent topic: ComputeNodeInfo