Home
last modified time | relevance | path

Searched defs:operandValues (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp44 Result<Operand> createOperand(const TestOperand& operand, Model::OperandValues* operandValues, in createOperand()
97 Model::OperandValues* operandValues, in createSubgraph()
125 Model::OperandValues operandValues; in createModel() local
/packages/modules/NeuralNetworks/common/
DModelUtils.cpp217 const auto operandValues = std::exchange(model->operandValues, Model::OperandValues{}); in fixOperandDataLocations() local
DValidateHal.cpp169 const hardware::hidl_vec<uint8_t>& operandValues, in validateOperands()
DLegacyHalUtils.cpp1764 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues) { in convertToV1_0()
/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp664 std::ostream& operator<<(std::ostream& os, const Model::OperandValues& operandValues) { in operator <<()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h785 OperandValues operandValues; member