Searched defs:setOperandValue (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestNeuralNetworksWrapper.h | 181 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function 189 void setOperandValue(uint32_t index, const T* value) { in setOperandValue() function
|
D | TestPartitioningRandom.cpp | 184 void setOperandValue(uint32_t index, const std::vector<float>& value) { in setOperandValue() function in android::__anonc220281b0111::TestModel 195 void setOperandValue(uint32_t index, const std::vector<int32_t>& value) { in setOperandValue() function in android::__anonc220281b0111::TestModel 202 void setOperandValue(uint32_t index, int32_t value) { in setOperandValue() function in android::__anonc220281b0111::TestModel
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 232 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function 240 void setOperandValue(uint32_t index, const T* value) { in setOperandValue() function
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.cpp | 123 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 317 void setOperandValue(uint32_t index, const void* buffer, size_t length) { function
|