Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DDevice.cpp83 hexagon::Model hexagonModel(model); in getSupportedOperations() local
84 std::vector<bool> supported = hexagonModel.supportedOperations(); in getSupportedOperations()
91 std::shared_ptr<hexagon::Model> hexagonModel = std::make_shared<hexagon::Model>(model); in asyncPrepare() local
94 if (hexagonModel->prepare()) { in asyncPrepare()
95 ret = callback->notify(ErrorStatus::NONE, new PreparedModel(model, hexagonModel)); in asyncPrepare()
DPreparedModel.cpp32 const std::shared_ptr<hexagon::Model>& hexagonModel) in PreparedModel() argument
33 : mNeuralNetworksModel(neuralNetworksModel), mHexagonModel(hexagonModel) {} in PreparedModel()
DPreparedModel.h51 const std::shared_ptr<hexagon::Model>& hexagonModel);