Home
last modified time | relevance | path

Searched refs:hexagon_input_max (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp179 if (operandInfo.hexagon_input_max == hexagon_nn_input{}) { in getQuantizationMax()
184 operandInfo.hexagon_input_max = createValues<float>({real_value}); in getQuantizationMax()
186 return operandInfo.hexagon_input_max; in getQuantizationMax()
316 operand.hexagon_input_max = {.src_id = node, .output_idx = idx++}; in registerHexagonInputs()
543 {operand.hexagon_input, operand.hexagon_input_min, operand.hexagon_input_max}, in addOutputs()
571 operand.hexagon_input_max = {}; in clearModel()
DHexagonModel.h63 hexagon_nn_input hexagon_input_max; member