Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionCallback.cpp61 return mOutputShapes; in getOutputShapes()
150 mOutputShapes = std::move(outputShapes); in notifyInternal()
155 ErrorStatus status = mOnFinish(mErrorStatus, mOutputShapes); in notifyInternal()
DExecutionCallback.h218 std::vector<OutputShape> mOutputShapes; variable
/packages/modules/NeuralNetworks/common/include/
DCpuExecutor.h155 return mOutputShapes; in getOutputShapes()
187 std::vector<OutputShape> mOutputShapes; variable
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp590 mOutputShapes.clear(); in run()
1863 mOutputShapes.resize(outputIndexes.size()); in setOutputShapes()
1867 mOutputShapes[i].dimensions = from.dimensions; in setOutputShapes()
1868 mOutputShapes[i].isSufficient = from.isSufficient(); in setOutputShapes()
1870 << "] = " << mOutputShapes[i]; in setOutputShapes()