Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestNeuralNetworksWrapper.h181 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
H A DTestPartitioningRandom.cpp184 void setOperandValue(uint32_t index, const std::vector<float>& value) { in setOperandValue() function in android::__anonc614c5800110::TestModel
195 void setOperandValue(uint32_t index, const std::vector<int32_t>& value) { in setOperandValue() function in android::__anonc614c5800110::TestModel
202 void setOperandValue(uint32_t index, int32_t value) { in setOperandValue() function in android::__anonc614c5800110::TestModel
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h232 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
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelBuilder.cpp123 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapper.h317 void setOperandValue(uint32_t index, const void* buffer, size_t length) { function