Searched defs:setOperandValue (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestNeuralNetworksWrapper.h | 183 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
|
D | TestPartitioningRandom.cpp | 181 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/ |
D | SupportLibraryWrapper.h | 234 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/ |
D | NeuralNetworksWrapper.h | 319 void setOperandValue(uint32_t index, const void* buffer, size_t length) { function
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.cpp | 128 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder
|