Home
last modified time | relevance | path

Searched refs:GraphFormat (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/lazy/core/
Ddebug_util.cpp25 DebugUtil::GraphFormat DefaultGraphFormat() { in DefaultGraphFormat()
28 return DebugUtil::GraphFormat::kText; in DefaultGraphFormat()
30 return DebugUtil::GraphFormat::kBackend; in DefaultGraphFormat()
32 return DebugUtil::GraphFormat::kDot; in DefaultGraphFormat()
35 return DebugUtil::GraphFormat::kText; in DefaultGraphFormat()
63 DebugUtil::GraphFormat DebugUtil::GetDefaultGraphFormat() { in GetDefaultGraphFormat()
64 static GraphFormat format = DefaultGraphFormat(); in GetDefaultGraphFormat()
90 GraphFormat format) { in GetTensorsGraphInfo()
136 if (format == GraphFormat::kText) { in GetTensorsGraphInfo()
138 } else if (format == GraphFormat::kDot) { in GetTensorsGraphInfo()
[all …]
Ddebug_util.h18 enum GraphFormat { enum
24 static GraphFormat GetDefaultGraphFormat();
32 GraphFormat format = GetDefaultGraphFormat());
41 GraphFormat format = GetDefaultGraphFormat());