Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp177 void setOperandValue(uint32_t index, const std::vector<float>& value) { in setOperandValue() function in android::__anonbe695bce0111::TestModel
188 void setOperandValue(uint32_t index, const std::vector<int32_t>& value) { in setOperandValue() function in android::__anonbe695bce0111::TestModel
195 void setOperandValue(uint32_t index, int32_t value) { in setOperandValue() function in android::__anonbe695bce0111::TestModel
/frameworks/ml/nn/runtime/
DModelBuilder.cpp98 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h244 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function