/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/logging/ |
D | Log.h | 298 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 D | dummy_delegate_provider.cc | 49 void DummyDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::DummyDelegateProvider
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/ |
H A D | xnnpack_delegate_provider.cc | 53 void XnnpackDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::XnnpackDelegateProvider
|
H A D | default_execution_provider.cc | 82 void DefaultExecutionProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::DefaultExecutionProvider
|
H A D | hexagon_delegate_provider.cc | 71 void HexagonDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::HexagonDelegateProvider
|
H A D | coreml_delegate_provider.cc | 69 void CoreMlDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::CoreMlDelegateProvider
|
H A D | gpu_delegate_provider.cc | 100 void GpuDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::GpuDelegateProvider
|
H A D | external_delegate_provider.cc | 74 void ExternalDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::ExternalDelegateProvider
|
H A D | nnapi_delegate_provider.cc | 121 void NnapiDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::NnapiDelegateProvider
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ |
H A D | benchmark_model.cc | 174 void BenchmarkModel::LogParams() { in LogParams() function in tflite::benchmark::BenchmarkModel
|
H A D | benchmark_tflite_model.cc | 460 void BenchmarkTfLiteModel::LogParams() { in LogParams() function in tflite::benchmark::BenchmarkTfLiteModel
|