Searched refs:maxInputDIms (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 206 size_t *maxInputDIms = &max; variable 208 …OH_NN_ReturnCode ret = nnExecutor->GetInputDimRange(index, &minInputDims, &maxInputDIms, &shapeLen… 235 size_t *maxInputDIms = &max; variable 237 … OH_NN_ReturnCode ret = nnExecutor->GetInputDimRange(index, nullptr, &maxInputDIms, &shapeLength); 295 size_t *maxInputDIms = &max; variable 296 … OH_NN_ReturnCode ret = nnExecutor->GetInputDimRange(index, &minInputDims, &maxInputDIms, nullptr); 325 size_t *maxInputDIms = &max; variable 327 …OH_NN_ReturnCode ret = nnExecutor->GetInputDimRange(index, &minInputDims, &maxInputDIms, &shapeLen… 365 size_t *maxInputDIms = &max; variable 405 size_t *maxInputDIms = &max; variable [all …]
|