Lines Matching refs:tensors
58 …nsor | Tensor handle, which is used to set the inference input and output tensors of the executor.|
68 …_NN_UInt32Array *outputIndices) | Sets an index value for the input and output tensors of a model.|
115 … memory and tensor description. This way, the device shared memory of other tensors can be reused.|
129 …putCount(const OH_NNExecutor *executor, size_t *inputCount) | Obtains the number of input tensors.|
130 …tCount(const OH_NNExecutor *executor, size_t *outputCount) | Obtains the number of output tensors.|
133 …nputDims, size_t *shapeLength) |Obtains the dimension range of all input tensors. If the input ten…
474 // Obtain information about the input and output tensors from the executor.
475 // Obtain the number of input tensors.
487 // Obtain the number of output tensors.
499 // Create input and output tensors.
527 // Clear the input and output tensors and tensor description.