Searched defs:setOperandValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestNeuralNetworksWrapper.h | 177 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function 185 void setOperandValue(uint32_t index, const T* value) { in setOperandValue() function
|
D | TestPartitioningRandom.cpp | 168 void setOperandValue(uint32_t index, const std::vector<float>& value) { in setOperandValue() function in android::__anonbe695bce0111::TestModel 179 void setOperandValue(uint32_t index, const std::vector<int32_t>& value) { in setOperandValue() function in android::__anonbe695bce0111::TestModel 186 void setOperandValue(uint32_t index, int32_t value) { in setOperandValue() function in android::__anonbe695bce0111::TestModel
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 258 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.cpp | 107 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder
|