Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h177 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
DTestPartitioningRandom.cpp168 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/
DNeuralNetworksWrapper.h258 void setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function
/frameworks/ml/nn/runtime/
DModelBuilder.cpp107 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue() function in android::nn::ModelBuilder