Searched refs:append_const_node (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonController.cpp | 33 MACRO(append_const_node) \ 134 int Controller::append_const_node(hexagon_nn_nn_id id, uint32_t node_id, uint32_t batches, in append_const_node() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller 137 CONTROLLER_CHECK(append_const_node, id, node_id, batches, height, width, depth, data, data_len); in append_const_node()
|
D | HexagonController.h | 73 int append_const_node(hexagon_nn_nn_id id, uint32_t node_id, uint32_t batches, uint32_t height,
|
D | HexagonModel.cpp | 136 bool success = hexagon::Controller::getInstance().append_const_node(mGraphId, node, B, H, W, D, in createTensorInternal()
|