Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h203 void DumpGraphWithCondState(const string& name);
Dfunctionalize_cond.cc1333 if (VLOG_IS_ON(10)) DumpGraphWithCondState("it"); in DetermineStates()
1518 if (VLOG_IS_ON(4)) DumpGraphWithCondState("id"); in FunctionalizeInternal()
1579 if (VLOG_IS_ON(4)) DumpGraphWithCondState("after_extract"); in FunctionalizeInternal()
1587 void FunctionalizeCond::DumpGraphWithCondState(const string& name) { in DumpGraphWithCondState() function in tensorflow::functionalize_cond::FunctionalizeCond