Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonController.cpp32 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()
DHexagonController.h69 int append_node(hexagon_nn_nn_id id, uint32_t node_id, op_type operation,
DHexagonModel.cpp287 return hexagon::Controller::getInstance().append_node(mGraphId, node, op, pad, inputs.data(), in addOperationInternal()