Searched refs:converted_call (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | api_test.py | 198 x //= api.converted_call(self.called_member, None, 209 x = api.converted_call(range, None, converter.ConversionOptions(), (3,), {}) 219 x = api.converted_call(test_fn, None, converter.ConversionOptions(), 231 x = api.converted_call( 236 x = api.converted_call( 263 x = api.converted_call(tc.test_method, None, converter.ConversionOptions(), 287 x = api.converted_call('another_obj_method', tc, 307 x = api.converted_call(tc.test_method, None, 324 x = api.converted_call(TestClass.test_method, None, 341 x = api.converted_call(tc, None, converter.ConversionOptions(), (), {}) [all …]
|
D | api.py | 90 return converted_call( 207 def converted_call(f, owner, options, args, kwargs): function
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter_testing.py | 62 def converted_call(*args): function 72 fake_ag = self.make_fake_mod('fake_ag', converted_call,
|
/external/tensorflow/tensorflow/python/autograph/ |
D | __init__.py | 43 from tensorflow.python.autograph.impl.api import converted_call
|
/external/tensorflow/tensorflow/python/framework/ |
D | func_graph.py | 678 return autograph.converted_call(
|