Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc132 std::vector<std::string> tree_def_str; in DebugString() local
135 tree_def_str.emplace_back(tree_def.ToString()); in DebugString()
141 tree_def_str.emplace_back(kwarg_entry.value_treedef.ToString()); in DebugString()
152 absl::StrJoin(tree_def_str, " | ")); in DebugString()