Home
last modified time | relevance | path

Searched defs:getOutputShapes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/mps/runtime/
H A DMPSExecutor.mm16 -(NSArray<MPSGraphShapedType *> *) getOutputShapes; method in NSArray
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionCallback.cpp59 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::nn::ExecutionCallback
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp114 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp113 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::hardware::neuralnetworks::V1_3::implementation::ExecutionCallback
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/
DCpuExecutor.h153 const std::vector<OutputShape>& getOutputShapes() const { in getOutputShapes() function