Home
last modified time | relevance | path

Searched refs:mOutputShapes (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionCallback.cpp61 return mOutputShapes; in getOutputShapes()
150 mOutputShapes = std::move(outputShapes); in notifyInternal()
155 ErrorStatus status = mOnFinish(mErrorStatus, mOutputShapes); in notifyInternal()
H A DExecutionCallback.h218 std::vector<OutputShape> mOutputShapes; variable
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp116 return mOutputShapes; in getOutputShapes()
136 mOutputShapes = outputShapes; in notifyInternal()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp115 return mOutputShapes; in getOutputShapes()
155 mOutputShapes = std::move(outputShapes); in notifyInternal()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuExecutor.h155 return mOutputShapes; in getOutputShapes()
187 std::vector<OutputShape> mOutputShapes; variable
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/
H A DCallbacks.h319 std::vector<OutputShape> mOutputShapes = {}; variable
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/
H A DCallbacks.h385 std::vector<V1_2::OutputShape> mOutputShapes = {}; variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp590 mOutputShapes.clear(); in run()
1862 mOutputShapes.resize(outputIndexes.size()); in setOutputShapes()
1866 mOutputShapes[i].dimensions = from.dimensions; in setOutputShapes()
1867 mOutputShapes[i].isSufficient = from.isSufficient(); in setOutputShapes()
1869 << "] = " << mOutputShapes[i]; in setOutputShapes()