Searched refs:_get_function (Results 1 – 5 of 5) sorted by relevance
677 func_call = src_graph._get_function( # pylint: disable=protected-access680 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access
240 fdef = if_op.graph._get_function(func_name).definition
411 fdef = while_op.graph._get_function(func_name).definition
260 next_func = g._get_function(t.name)
3342 def _get_function(self, name): member in Graph