Searched refs:ANeuralNetworksExecution_getOutputOperandDimensions (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | libneuralnetworks.map.txt | 84 ANeuralNetworksExecution_getOutputOperandDimensions; # introduced=Q
|
D | NeuralNetworks.cpp | 1355 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandDimensions() function 1972 NNCL_FUNC(ANeuralNetworksExecution_getOutputOperandDimensions),
|
D | NeuralNetworksV2.cpp | 1324 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* /* execution */, in ANeuralNetworksExecution_getOutputOperandDimensions() function
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworks.h | 729 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
|
D | NeuralNetworksWrapper.h | 709 result = static_cast<Result>(NNAPI_CALL(ANeuralNetworksExecution_getOutputOperandDimensions(
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 894 int (*ANeuralNetworksExecution_getOutputOperandDimensions)(ANeuralNetworksExecution* execution, member
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 2439 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F() 2449 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(nullptr, 0, dims), in TEST_F() 2453 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, nullptr), in TEST_F() 2461 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, -1, dims), in TEST_F() 2463 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 999, dims), in TEST_F() 2468 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F()
|
D | TestNeuralNetworksWrapper.h | 546 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 662 mNnApi->getFL5()->ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
|