Home
last modified time | relevance | path

Searched refs:CheckInputDimRanges (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h78 OH_NN_ReturnCode CheckInputDimRanges(NN_Tensor* inputTensors[], size_t inputSize);
93 OH_NN_ReturnCode CheckInputDimRanges(uint32_t index, const OH_NN_Tensor& nnTensor) const;
H A Dnnexecutor.cpp255 ret = CheckInputDimRanges(inputTensors, inputSize); in RunSync()
341 OH_NN_ReturnCode NNExecutor::CheckInputDimRanges(NN_Tensor* inputTensors[], size_t inputSize) in CheckInputDimRanges() function in OHOS::NeuralNetworkRuntime::NNExecutor
523 OH_NN_ReturnCode NNExecutor::CheckInputDimRanges(uint32_t index, const OH_NN_Tensor& nnTensor) const in CheckInputDimRanges() function in OHOS::NeuralNetworkRuntime::NNExecutor
573 auto nnRet = CheckInputDimRanges(index, nnTensor); in SetInput()
646 auto nnRet = CheckInputDimRanges(index, nnTensor); in SetInputFromMemory()