Home
last modified time | relevance | path

Searched refs:converted_call (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py198 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 …]
Dapi.py90 return converted_call(
207 def converted_call(f, owner, options, args, kwargs): function
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py62 def converted_call(*args): function
72 fake_ag = self.make_fake_mod('fake_ag', converted_call,
/external/tensorflow/tensorflow/python/autograph/
D__init__.py43 from tensorflow.python.autograph.impl.api import converted_call
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py678 return autograph.converted_call(