Searched defs:getOutputShapes (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/ | ||
H A D | ExecutionCallback.cpp | 59 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::nn::ExecutionCallback |
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ | ||
H A D | Callbacks.cpp | 114 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback |
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ | ||
H A D | Callbacks.cpp | 113 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::hardware::neuralnetworks::V1_3::implementation::ExecutionCallback |
/aosp12/packages/modules/NeuralNetworks/common/include/ | ||
H A D | CpuExecutor.h | 153 const std::vector<OutputShape>& getOutputShapes() const { in getOutputShapes() function |