Searched refs:OperandValues (Results 1 – 10 of 10) sorted by relevance
/packages/modules/NeuralNetworks/common/types/src/ |
D | Types.cpp | 56 Model::OperandValues::OperandValues() { in OperandValues() function in android::nn::Model::OperandValues 61 Model::OperandValues::OperandValues(const uint8_t* data, size_t length) in OperandValues() function in android::nn::Model::OperandValues 64 DataLocation Model::OperandValues::append(const uint8_t* data, size_t length) { in append() 76 const uint8_t* Model::OperandValues::data() const { in data() 80 size_t Model::OperandValues::size() const { in size()
|
D | TypeUtils.cpp | 664 std::ostream& operator<<(std::ostream& os, const Model::OperandValues& operandValues) { in operator <<()
|
/packages/modules/NeuralNetworks/common/ |
D | ModelUtils.cpp | 168 void fixOperandDataLocation(Operand* operand, Model::OperandValues* newOperandValues, in fixOperandDataLocation() 169 const Model::OperandValues& oldOperandValues, in fixOperandDataLocation() 202 void fixOperandDataLocations(std::vector<Operand>* operands, Model::OperandValues* newOperandValues, in fixOperandDataLocations() 203 const Model::OperandValues& oldOperandValues, in fixOperandDataLocations() 217 const auto operandValues = std::exchange(model->operandValues, Model::OperandValues{}); in fixOperandDataLocations()
|
D | LegacyHalUtils.cpp | 1764 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues) { in convertToV1_0()
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Types.h | 746 class OperandValues { 748 OperandValues(); 749 OperandValues(const uint8_t* data, size_t length); 785 OperandValues operandValues;
|
D | TypeUtils.h | 122 std::ostream& operator<<(std::ostream& os, const Model::OperandValues& operandValues);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestUtils.cpp | 44 Result<Operand> createOperand(const TestOperand& operand, Model::OperandValues* operandValues, in createOperand() 97 Model::OperandValues* operandValues, in createSubgraph() 125 Model::OperandValues operandValues; in createModel()
|
/packages/modules/NeuralNetworks/common/include/ |
D | LegacyHalUtils.h | 375 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues);
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.cpp | 912 Model::OperandValues mOperandValues;
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 7599 %define OperandValues OperandValues 7602 %define OperandValues vec<uint8_t> 7825 class OperandValues { 7827 OperandValues(); 7828 OperandValues(const uint8_t* data, size_t length); 7831 // of `OperandValues`, adding padding as necessary so that the appended data is aligned.
|