Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util_v2.py117 if (not control_flow_util.GraphOrParentsInXlaContext(op.graph) and
136 if control_flow_util.GraphOrParentsInXlaContext(op.graph):
Dcontrol_flow_util.py60 def GraphOrParentsInXlaContext(graph): function