Searched refs:hexagon (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | Device.cpp | 42 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()
|
D | PreparedModel.cpp | 32 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()
|
D | HexagonOperations.h | 31 namespace hexagon { 34 using HexagonModel = ::android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model;
|
D | PreparedModel.h | 51 const std::shared_ptr<hexagon::Model>& hexagonModel); 60 std::shared_ptr<hexagon::Model> mHexagonModel;
|
D | HexagonModel.cpp | 29 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 …]
|
D | HexagonController.h | 30 namespace hexagon {
|
D | HexagonController.cpp | 67 namespace hexagon { namespace
|
D | HexagonModel.h | 36 namespace hexagon {
|
D | HexagonUtils.h | 52 namespace hexagon {
|
D | HexagonUtils.cpp | 31 namespace hexagon { namespace
|
D | HexagonOperationsCheck.cpp | 28 namespace hexagon { namespace
|
D | HexagonOperationsPrepare.cpp | 28 namespace hexagon { namespace
|