Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution_getOutputOperandDimensions (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt84 ANeuralNetworksExecution_getOutputOperandDimensions; # introduced=Q
DNeuralNetworks.cpp1355 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandDimensions() function
1972 NNCL_FUNC(ANeuralNetworksExecution_getOutputOperandDimensions),
DNeuralNetworksV2.cpp1324 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* /* execution */, in ANeuralNetworksExecution_getOutputOperandDimensions() function
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h729 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
DNeuralNetworksWrapper.h709 result = static_cast<Result>(NNAPI_CALL(ANeuralNetworksExecution_getOutputOperandDimensions(
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h894 int (*ANeuralNetworksExecution_getOutputOperandDimensions)(ANeuralNetworksExecution* execution, member
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp2439 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()
DTestNeuralNetworksWrapper.h546 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h662 mNnApi->getFL5()->ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()