Home
last modified time | relevance | path

Searched refs:OperandValues (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp56 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()
DTypeUtils.cpp664 std::ostream& operator<<(std::ostream& os, const Model::OperandValues& operandValues) { in operator <<()
/packages/modules/NeuralNetworks/common/
DModelUtils.cpp168 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()
DLegacyHalUtils.cpp1764 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues) { in convertToV1_0()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h746 class OperandValues {
748 OperandValues();
749 OperandValues(const uint8_t* data, size_t length);
785 OperandValues operandValues;
DTypeUtils.h122 std::ostream& operator<<(std::ostream& os, const Model::OperandValues& operandValues);
/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()
/packages/modules/NeuralNetworks/common/include/
DLegacyHalUtils.h375 hardware::hidl_vec<uint8_t> convertToV1_0(const Model::OperandValues& operandValues);
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp912 Model::OperandValues mOperandValues;
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec7599 %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.