Searched refs:hexagonModel (Results 1 – 3 of 3) sorted by relevance
83 hexagon::Model hexagonModel(model); in getSupportedOperations() local84 std::vector<bool> supported = hexagonModel.supportedOperations(); in getSupportedOperations()91 std::shared_ptr<hexagon::Model> hexagonModel = std::make_shared<hexagon::Model>(model); in asyncPrepare() local94 if (hexagonModel->prepare()) { in asyncPrepare()95 ret = callback->notify(ErrorStatus::NONE, new PreparedModel(model, hexagonModel)); in asyncPrepare()
32 const std::shared_ptr<hexagon::Model>& hexagonModel) in PreparedModel() argument33 : mNeuralNetworksModel(neuralNetworksModel), mHexagonModel(hexagonModel) {} in PreparedModel()
51 const std::shared_ptr<hexagon::Model>& hexagonModel);