Home
last modified time | relevance | path

Searched refs:hexagon (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DDevice.cpp42 hexagon::Controller::getInstance().config(); in configureHexagon()
64 hexagon::isHexagonAvailable() ? ErrorStatus::NONE : ErrorStatus::DEVICE_UNAVAILABLE; in getCapabilities()
78 if (!hexagon::isHexagonAvailable()) { in getSupportedOperations()
83 hexagon::Model hexagonModel(model); in getSupportedOperations()
91 std::shared_ptr<hexagon::Model> hexagonModel = std::make_shared<hexagon::Model>(model); in asyncPrepare()
116 if (!hexagon::isHexagonAvailable()) { in prepareModel()
131 hexagon::isHexagonAvailable() ? DeviceStatus::AVAILABLE : DeviceStatus::OFFLINE; in getStatus()
DPreparedModel.cpp32 const std::shared_ptr<hexagon::Model>& hexagonModel) in PreparedModel()
37 static void asyncExecute(const std::shared_ptr<hexagon::Model>& model, const Request& request, in asyncExecute()
61 if (!hexagon::isHexagonAvailable()) { in execute()
DHexagonOperations.h31 namespace hexagon {
34 using HexagonModel = ::android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model;
DPreparedModel.h51 const std::shared_ptr<hexagon::Model>& hexagonModel);
60 std::shared_ptr<hexagon::Model> mHexagonModel;
DHexagonModel.cpp29 namespace hexagon { namespace
86 int err = hexagon::Controller::getInstance().getlog( in getLog()
94 int err = hexagon::Controller::getInstance().snpprint( in getGraph()
136 bool success = hexagon::Controller::getInstance().append_const_node(mGraphId, node, B, H, W, D, in createTensorInternal()
191 return hexagon::getPadding(padding); in getPadding()
287 return hexagon::Controller::getInstance().append_node(mGraphId, node, op, pad, inputs.data(), in addOperationInternal()
575 hexagon::Controller::getInstance().teardown(mGraphId); in clearModel()
607 int err = hexagon::Controller::getInstance().init(&mGraphId); in prepare()
610 hexagon::Controller::getInstance().set_debug_level(mGraphId, 0); in prepare()
618 err = hexagon::Controller::getInstance().prepare(mGraphId); in prepare()
[all …]
DHexagonController.h30 namespace hexagon {
DHexagonController.cpp67 namespace hexagon { namespace
DHexagonModel.h36 namespace hexagon {
DHexagonUtils.h52 namespace hexagon {
DHexagonUtils.cpp31 namespace hexagon { namespace
DHexagonOperationsCheck.cpp28 namespace hexagon { namespace
DHexagonOperationsPrepare.cpp28 namespace hexagon { namespace