GetOutputsSize
Description
Obtains the number of output tensors.
Prototype
uint32_t GetOutputsSize() const
Parameters
None
Returns
A uint32_t for the number of output tensors.
Restrictions
None
Example
uint32_t outputSize = ctx.GetOutputsSize();
Parent topic: Class CpuKernelContext