Searched refs:_get_function (Results 1 – 8 of 8) sorted by relevance
613 func_call = src_graph._get_function( # pylint: disable=protected-access621 func_call = graph._get_function(func_name) # pylint: disable=protected-access629 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access
294 func = graph._get_function(func_name) # pylint: disable=protected-access
384 sub_func = original_graph._get_function(func) # pylint: disable=protected-access
849 fn = exported_graph._get_function(fn_name) # pylint: disable=protected-access
4180 func = pfor_input.op.graph._get_function(compat.as_bytes(func_name))4211 func = pfor_input.op.graph._get_function(func_name)4294 self._cond_func = pfor_input.op.graph._get_function(compat.as_bytes(4297 self._body_func = pfor_input.op.graph._get_function(compat.as_bytes(
1113 branch_function = ops.get_default_graph()._get_function(
293 next_func = g._get_function(t.name) # pylint: disable=protected-access
3376 def _get_function(self, name): member in Graph