Searched refs:copiedOperandValues (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimConverter.cpp | 51 size_t subgraphIndex, const std::vector<uint8_t>& copiedOperandValues, in convertSubgraphFromHAL() argument 141 i, copiedOperandValues.data() + operand.location.offset, in convertSubgraphFromHAL() 156 copiedOperandValues, &otherErrorStatus); in convertSubgraphFromHAL() 357 std::vector<uint8_t>* copiedOperandValues, in convertFromHAL() argument 359 CHECK(copiedOperandValues != nullptr); in convertFromHAL() 388 *copiedOperandValues = model.operandValues; in convertFromHAL() 392 if (convertSubgraphFromHAL(nnapi, memoryPools, model, &allModels, i, *copiedOperandValues, in convertFromHAL()
|
D | ShimDevice.cpp | 482 std::vector<uint8_t> copiedOperandValues; in getSupportedOperations() local 484 convertFromHAL(mNnapi.get(), model, &copiedOperandValues, &convertErrorStatus); in getSupportedOperations() 550 std::vector<uint8_t> copiedOperandValues; in prepareModel() local 552 convertFromHAL(mNnapi.get(), model, &copiedOperandValues, &convertErrorStatus); in prepareModel() 594 std::move(copiedOperandValues)); in prepareModel()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimPreparedModel.h | 38 std::vector<uint8_t> copiedOperandValues) in ShimPreparedModel() argument 44 mCopiedOperandValues(std::move(copiedOperandValues)) { in ShimPreparedModel()
|
D | ShimConverter.h | 53 std::vector<uint8_t>* copiedOperandValues,
|