Home
last modified time | relevance | path

Searched defs:LogParams (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h298 struct LOGGING_API LogParams { struct
299 LogParams() {} in LogParams() function
303 friend bool operator==(const LogParams& s1, const LogParams& s2) { argument
311 const char* file = nullptr;
312 int lineno = -1;
313 LogSeverity severity = LOG_SEVERITY_FROM(DEBUG);
314 bool quiet = false;
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
H A Ddummy_delegate_provider.cc49 void DummyDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::DummyDelegateProvider
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/
H A Dxnnpack_delegate_provider.cc53 void XnnpackDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::XnnpackDelegateProvider
H A Ddefault_execution_provider.cc82 void DefaultExecutionProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::DefaultExecutionProvider
H A Dhexagon_delegate_provider.cc71 void HexagonDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::HexagonDelegateProvider
H A Dcoreml_delegate_provider.cc69 void CoreMlDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::CoreMlDelegateProvider
H A Dgpu_delegate_provider.cc100 void GpuDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::GpuDelegateProvider
H A Dexternal_delegate_provider.cc74 void ExternalDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::ExternalDelegateProvider
H A Dnnapi_delegate_provider.cc121 void NnapiDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::NnapiDelegateProvider
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.cc174 void BenchmarkModel::LogParams() { in LogParams() function in tflite::benchmark::BenchmarkModel
H A Dbenchmark_tflite_model.cc460 void BenchmarkTfLiteModel::LogParams() { in LogParams() function in tflite::benchmark::BenchmarkTfLiteModel