/external/executorch/backends/qualcomm/runtime/backends/ |
D | QnnGraphCommon.h | 45 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()
|
D | QnnGraphCommon.cpp | 15 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()
|
D | QnnContextCommon.h | 45 const std::string& graph_name) { in GetGraphInputs() 49 const std::string& graph_name) { in GetGraphOutputs()
|
D | QnnBackendCache.cpp | 161 const std::string& graph_name) { in GetGraphInputs() 169 const std::string& graph_name) { in GetGraphOutputs()
|
/external/webrtc/test/testsupport/ |
D | perf_test.cc | 70 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
|
D | perf_test_histogram_writer.cc | 45 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/ |
D | PyQnnManagerAdaptor.h | 154 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/ |
D | QnnManager.cpp | 307 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()
|
D | QnnManager.h | 93 const std::string& graph_name) { in GetGraphInputs() 100 const std::string& graph_name) { in GetGraphOutputs()
|
D | QnnExecuTorchBackend.cpp | 85 for (const std::string& graph_name : qnn_manager->GetGraphNames()) { in init() local
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug_event.proto | 172 string graph_name = 3; field 201 string graph_name = 2; field
|
/external/pytorch/torch/_functorch/_aot_autograd/ |
D | logging_utils.py | 47 def track_graph_compiling(aot_config, graph_name): argument
|
/external/autotest/server/site_tests/platform_InitLoginPerfServer/ |
D | platform_InitLoginPerfServer.py | 162 upload_perf=False, graph_name=None): argument
|
/external/pytorch/torch/onnx/_internal/diagnostics/ |
D | _rules.py | 131 def format_message(self, graph_name) -> str: # type: ignore[override] argument 139 self, level: infra.Level, graph_name argument
|
/external/ComputeLibrary/src/graph/printers/ |
D | DotGraphPrinter.cpp | 159 std::string graph_name = (g.name().empty()) ? "Graph" : g.name(); in print_header() local
|
/external/tensorflow/tensorflow/lite/toco/ |
D | dump_graphviz.cc | 717 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/ |
D | pyauto_utils.py | 151 def PrintPerfResult(graph_name, series_name, data_point, units, argument
|
/external/executorch/backends/qualcomm/serialization/ |
D | qc_schema.py | 140 graph_name: str = "" variable in QnnExecuTorchOptions
|
/external/pytorch/torch/csrc/jit/passes/utils/ |
D | subgraph_utils.cpp | 626 std::stringstream graph_name; in generateNameForGraph() local
|