Searched refs:mOutputShapes (Results 1 – 4 of 4) sorted by relevance
144 return mOutputShapes; in getOutputShapes()240 mOutputShapes = std::move(outputShapes); in notifyInternal()245 ErrorStatus status = mOnFinish(mErrorStatus, mOutputShapes); in notifyInternal()
476 std::vector<hal::OutputShape> mOutputShapes; variable
155 return mOutputShapes; in getOutputShapes()187 std::vector<hal::OutputShape> mOutputShapes; variable
672 mOutputShapes.clear(); in run()1911 mOutputShapes.resize(outputIndexes.size()); in setOutputShapes()1915 mOutputShapes[i].dimensions = from.dimensions; in setOutputShapes()1916 mOutputShapes[i].isSufficient = from.isSufficient(); in setOutputShapes()