HomeSort by relevance Sort by last modified time
    Searched refs:hexagon_input (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonModel.cpp 158 hexagon_nn_input& tensor = mOperands[operand].hexagon_input;
311 HEXAGON_SOFT_ASSERT_EQ(operand.hexagon_input, hexagon_nn_input{},
313 operand.hexagon_input = {.src_id = node, .output_idx = idx++};
505 operand.hexagon_input = {.src_id = node, .output_idx = static_cast<uint32_t>(i)};
536 HEXAGON_SOFT_ASSERT_NE(operand.hexagon_input, hexagon_nn_input{},
543 {operand.hexagon_input, operand.hexagon_input_min, operand.hexagon_input_max},
555 ins.push_back(operand.hexagon_input);
569 operand.hexagon_input = {};
HexagonModel.h 61 hexagon_nn_input hexagon_input; member in struct:android::hardware::neuralnetworks::V1_0::implementation::hexagon::OperandInfo

Completed in 394 milliseconds