Searched refs:append_node (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonController.cpp | 32 MACRO(append_node) \ 126 int Controller::append_node(hexagon_nn_nn_id id, uint32_t node_id, op_type operation, in append_node() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller 130 CONTROLLER_CHECK(append_node, id, node_id, operation, padding, inputs, num_inputs, outputs, in append_node()
|
D | HexagonController.h | 69 int append_node(hexagon_nn_nn_id id, uint32_t node_id, op_type operation,
|
D | HexagonModel.cpp | 287 return hexagon::Controller::getInstance().append_node(mGraphId, node, op, pad, inputs.data(), in addOperationInternal()
|