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