Searched refs:_get_function (Results 1 – 8 of 8) sorted by relevance
611 func_call = src_graph._get_function( # pylint: disable=protected-access619 func_call = graph._get_function(func_name) # pylint: disable=protected-access627 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access
306 func = graph._get_function(func_name) # pylint: disable=protected-access
346 sub_func = original_graph._get_function(func) # pylint: disable=protected-access
1015 fn = exported_graph._get_function(fn_name) # pylint: disable=protected-access
4384 func = pfor_input.op.graph._get_function(compat.as_bytes(func_name))4415 func = pfor_input.op.graph._get_function(func_name)4498 self._cond_func = pfor_input.op.graph._get_function(compat.as_bytes(4501 self._body_func = pfor_input.op.graph._get_function(compat.as_bytes(
1118 branch_function = ops.get_default_graph()._get_function(
294 next_func = g._get_function(t.name) # pylint: disable=protected-access
3480 def _get_function(self, name): member in Graph