Home
last modified time | relevance | path

Searched refs:createValues (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.h108 hexagon_nn_input createValues(const std::vector<Type>& values);
183 hexagon_nn_input Model::createValues(const std::vector<Type>& values) { in createValues() function
DHexagonModel.cpp172 operandInfo.hexagon_input_min = createValues<float>({real_value}); in getQuantizationMin()
184 operandInfo.hexagon_input_max = createValues<float>({real_value}); in getQuantizationMax()
197 return createValues<float>({real_value}); in createQuantizationValue()
342 return {createValues<float>({6.0f})}; in setupActivationArgs()
346 return {createValues<float>({-1.0f}), createValues<float>({1.0f})}; in setupActivationArgs()
DHexagonOperationsPrepare.cpp449 const hexagon_nn_input newdim = model->createValues<int32_t>({height, width}); in resize_bilinear()