Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py677 func_call = src_graph._get_function( # pylint: disable=protected-access
680 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access
Dcond_v2.py240 fdef = if_op.graph._get_function(func_name).definition
Dwhile_v2.py411 fdef = while_op.graph._get_function(func_name).definition
/external/tensorflow/tensorflow/python/eager/
Dfunction.py260 next_func = g._get_function(t.name)
/external/tensorflow/tensorflow/python/framework/
Dops.py3342 def _get_function(self, name): member in Graph