Home
last modified time | relevance | path

Searched defs:setOperandValue (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestNeuralNetworksWrapper.h183 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function
191 void setOperandValue(uint32_t index, const T* value) { in setOperandValue() function
DTestPartitioningRandom.cpp181 void setOperandValue(uint32_t index, const std::vector<float>& value) { in setOperandValue() function in android::__anon4ae2a5140111::TestModel
192 void setOperandValue(uint32_t index, const std::vector<int32_t>& value) { in setOperandValue() function in android::__anon4ae2a5140111::TestModel
199 void setOperandValue(uint32_t index, int32_t value) { in setOperandValue() function in android::__anon4ae2a5140111::TestModel
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h234 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function
242 void setOperandValue(uint32_t index, const T* value) { in setOperandValue() function
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h319 void setOperandValue(uint32_t index, const void* buffer, size_t length) { function
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp128 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder