Home
last modified time | relevance | path

Searched refs:LogDump (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DStringList.h113 virtual void LogDump(Log *log, const char *name = nullptr);
118 static void LogDump(Log *log, T s_iterable, const char *name = nullptr) {
126 l.LogDump(log, name);
/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.cc239 LogDump(kLogLevelModelChanged, "AT IMPORT", *model); in Import()
437 LogDump(kLogLevelModelChanged, "AFTER TRANSFORMATIONS", *model); in TransformWithStatus()
447 LogDump(kLogLevelModelChanged, "AFTER ALLOCATION", *model); in TransformWithStatus()
Dtooling_util.h107 void LogDump(int log_level, const std::string& message, const Model& model);
Dtooling_util.cc590 void LogDump(int log_level, const std::string& message, const Model& model) { in LogDump() function
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc71 toco::LogDump(toco::kLogLevelModelChanged, "tf_graph", *imported_model); in PopulateConversionLogHelper()
87 toco::LogDump(toco::kLogLevelModelChanged, "tflite_graph", *flatbuffer_model); in PopulateConversionLogHelper()
/external/llvm-project/lldb/source/Utility/
DStringList.cpp226 void StringList::LogDump(Log *log, const char *name) { in LogDump() function in StringList
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp486 StringList::LogDump(log, opts.FeaturesAsWritten, "FeaturesAsWritten"); in ClangExpressionParser()
487 StringList::LogDump(log, opts.Features, "Features"); in ClangExpressionParser()