Searched refs:_get_function (Results 1 – 8 of 8) sorted by relevance
269 func = graph._get_function(func_name) # pylint: disable=protected-access
611 func_call = src_graph._get_function( # pylint: disable=protected-access614 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access
313 sub_func = original_graph._get_function(func) # pylint: disable=protected-access
751 fn = exported_graph._get_function(fn_name) # pylint: disable=protected-access
1030 branch_function = ops.get_default_graph()._get_function(
332 next_func = g._get_function(t.name)
3160 def _get_function(self, name): member in Graph
3419 func = pfor_input.op.graph._get_function(compat.as_bytes(func_name))