Searched refs:CheckInputDimRanges (Results 1 – 2 of 2) sorted by relevance
78 OH_NN_ReturnCode CheckInputDimRanges(NN_Tensor* inputTensors[], size_t inputSize);93 OH_NN_ReturnCode CheckInputDimRanges(uint32_t index, const OH_NN_Tensor& nnTensor) const;
255 ret = CheckInputDimRanges(inputTensors, inputSize); in RunSync()341 OH_NN_ReturnCode NNExecutor::CheckInputDimRanges(NN_Tensor* inputTensors[], size_t inputSize) in CheckInputDimRanges() function in OHOS::NeuralNetworkRuntime::NNExecutor523 OH_NN_ReturnCode NNExecutor::CheckInputDimRanges(uint32_t index, const OH_NN_Tensor& nnTensor) const in CheckInputDimRanges() function in OHOS::NeuralNetworkRuntime::NNExecutor573 auto nnRet = CheckInputDimRanges(index, nnTensor); in SetInput()646 auto nnRet = CheckInputDimRanges(index, nnTensor); in SetInputFromMemory()