Home
last modified time | relevance | path

Searched refs:get_function_def (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dcontext_test.py115 function_def = context.get_function_def(concrete.name)
127 _ = context.get_function_def('this_should_not_be_found')
Dcontext.py1293 def get_function_def(self, name): member in Context
2699 def get_function_def(name): function
2700 return context().get_function_def(name)