Home
last modified time | relevance | path

Searched defs:graph_name (Results 1 – 19 of 19) sorted by relevance

/external/executorch/backends/qualcomm/runtime/backends/
DQnnGraphCommon.h45 const std::string& graph_name, in GraphAddNode()
54 Qnn_ErrorHandle_t GraphFinalize(const std::string& graph_name) { in GraphFinalize()
61 const std::string& graph_name, in ProfileExecuteData()
65 Qnn_GraphHandle_t GetHandle(const std::string& graph_name) { in GetHandle()
69 QnnProfile* GetProfile(const std::string& graph_name) { in GetProfile()
DQnnGraphCommon.cpp15 Error QnnGraph::Configure(const std::string& graph_name) { in Configure()
73 const std::string& graph_name, in GraphExecute()
93 const std::string& graph_name, in EnsureTensorInQnnGraph()
DQnnContextCommon.h45 const std::string& graph_name) { in GetGraphInputs()
49 const std::string& graph_name) { in GetGraphOutputs()
DQnnBackendCache.cpp161 const std::string& graph_name) { in GetGraphInputs()
169 const std::string& graph_name) { in GetGraphOutputs()
/external/webrtc/test/testsupport/
Dperf_test.cc70 std::string graph_name; member
85 void AddCounter(absl::string_view graph_name, in AddCounter()
150 void PrintResult(absl::string_view graph_name, in PrintResult()
165 void PrintResultMeanAndError(absl::string_view graph_name, in PrintResultMeanAndError()
179 void PrintResultList(absl::string_view graph_name, in PrintResultList()
193 void PrintResultImpl(absl::string_view graph_name, in PrintResultImpl()
271 rtc::StringBuilder graph_name; in PrintResult() local
289 rtc::StringBuilder graph_name; in PrintResult() local
326 rtc::StringBuilder graph_name; in PrintResultMeanAndError() local
346 rtc::StringBuilder graph_name; in PrintResultList() local
Dperf_test_histogram_writer.cc45 void LogResult(absl::string_view graph_name, in LogResult()
54 void LogResultMeanAndError(absl::string_view graph_name, in LogResultMeanAndError()
67 void LogResultList(absl::string_view graph_name, in LogResultList()
101 std::string graph_name(original_graph_name); in AddSample() local
/external/executorch/backends/qualcomm/aot/python/
DPyQnnManagerAdaptor.h154 const std::string& graph_name, in Compile()
265 executorch::runtime::Error AllocateTensor(const std::string& graph_name) { in AllocateTensor()
269 py::list GetGraphInputs(const std::string& graph_name) { in GetGraphInputs()
278 py::list GetGraphOutputs(const std::string& graph_name) { in GetGraphOutputs()
289 for (const std::string& graph_name : qnn_manager_->GetGraphNames()) { in GetGraphNames() local
/external/executorch/backends/qualcomm/runtime/
DQnnManager.cpp307 for (const std::string& graph_name : in Init() local
328 Error QnnManager::AllocateTensor(const std::string& graph_name) { in AllocateTensor()
365 const std::string& graph_name, in AllocateTensor()
382 const std::string& graph_name, in Execute()
426 const std::string& graph_name, in ProfileExecuteData()
627 const std::string& graph_name, in Compile()
DQnnManager.h93 const std::string& graph_name) { in GetGraphInputs()
100 const std::string& graph_name) { in GetGraphOutputs()
DQnnExecuTorchBackend.cpp85 for (const std::string& graph_name : qnn_manager->GetGraphNames()) { in init() local
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto172 string graph_name = 3; field
201 string graph_name = 2; field
/external/pytorch/torch/_functorch/_aot_autograd/
Dlogging_utils.py47 def track_graph_compiling(aot_config, graph_name): argument
/external/autotest/server/site_tests/platform_InitLoginPerfServer/
Dplatform_InitLoginPerfServer.py162 upload_perf=False, graph_name=None): argument
/external/pytorch/torch/onnx/_internal/diagnostics/
D_rules.py131 def format_message(self, graph_name) -> str: # type: ignore[override] argument
139 self, level: infra.Level, graph_name argument
/external/ComputeLibrary/src/graph/printers/
DDotGraphPrinter.cpp159 std::string graph_name = (g.name().empty()) ? "Graph" : g.name(); in print_header() local
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc717 std::string GetGraphLabel(const Model& model, const std::string& graph_name) { in GetGraphLabel()
764 const std::string& graph_name) { in DumpGraphviz()
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py151 def PrintPerfResult(graph_name, series_name, data_point, units, argument
/external/executorch/backends/qualcomm/serialization/
Dqc_schema.py140 graph_name: str = "" variable in QnnExecuTorchOptions
/external/pytorch/torch/csrc/jit/passes/utils/
Dsubgraph_utils.cpp626 std::stringstream graph_name; in generateNameForGraph() local