Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.h96 hexagon_nn_input createFullyConnectedWeightTensor(uint32_t operand);
DHexagonOperationsPrepare.cpp228 const hexagon_nn_input& weights = model->createFullyConnectedWeightTensor(ins[1]); in fully_connected()
716 const hexagon_nn_input& weights = model->createFullyConnectedWeightTensor(ins[1]); in fully_connected()
DHexagonModel.cpp231 hexagon_nn_input Model::createFullyConnectedWeightTensor(uint32_t operand) { in createFullyConnectedWeightTensor() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model