/external/tensorflow/tensorflow/lite/tools/delegates/ |
D | xnnpack_delegate_provider.cc | 31 void LogParams(const ToolParams& params, bool verbose) const final; 46 void XnnpackDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::XnnpackDelegateProvider
|
D | default_execution_provider.cc | 36 void LogParams(const ToolParams& params, bool verbose) const final; 57 void DefaultExecutionProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::DefaultExecutionProvider
|
D | coreml_delegate_provider.cc | 41 void LogParams(const ToolParams& params, bool verbose) const final; 65 void CoreMlDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::CoreMlDelegateProvider
|
D | hexagon_delegate_provider.cc | 46 void LogParams(const ToolParams& params, bool verbose) const final; 70 void HexagonDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::HexagonDelegateProvider
|
D | external_delegate_provider.cc | 50 void LogParams(const ToolParams& params, bool verbose) const final; 71 void ExternalDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::ExternalDelegateProvider
|
D | gpu_delegate_provider.cc | 54 void LogParams(const ToolParams& params, bool verbose) const final; 89 void GpuDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::GpuDelegateProvider
|
D | nnapi_delegate_provider.cc | 43 void LogParams(const ToolParams& params, bool verbose) const final; 73 void NnapiDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::NnapiDelegateProvider
|
D | delegate_provider.h | 46 virtual void LogParams(const ToolParams& params, bool verbose) const = 0;
|
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/ |
D | dummy_delegate_provider.cc | 32 void LogParams(const ToolParams& params, bool verbose) const final; 46 void DummyDelegateProvider::LogParams(const ToolParams& params, in LogParams() function in tflite::tools::DummyDelegateProvider
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_model.cc | 118 void BenchmarkModel::LogParams() { in LogParams() function in tflite::benchmark::BenchmarkModel 203 LogParams(); in Run()
|
D | benchmark_tflite_model.h | 59 void LogParams() override;
|
D | benchmark_tflite_model.cc | 330 void BenchmarkTfLiteModel::LogParams() { in LogParams() function in tflite::benchmark::BenchmarkTfLiteModel 331 BenchmarkModel::LogParams(); in LogParams() 355 delegate_provider->LogParams(params_, verbose); in LogParams()
|
D | benchmark_model.h | 195 virtual void LogParams();
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | implementing_delegate.md | 319 void LogParams(const ToolParams& params) const final; 333 void DummyDelegateProvider::LogParams(const ToolParams& params) const {
|