Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py97 x = api.converted_call(
117 tc = api.converted_call(TestSubclass, (), None, options=DEFAULT_RECURSIVE)
135 x = api.converted_call(p, (), {}, options=DEFAULT_RECURSIVE)
280 x //= api.converted_call(
291 x = api.converted_call(range, (3,), None, options=DEFAULT_RECURSIVE)
294 x = api.converted_call(
307 x = api.converted_call(
319 x = api.converted_call(
326 x = api.converted_call(
344 x = api.converted_call(
[all …]
Dapi.py315 def converted_call(f, function
376 return converted_call(
711 return converted_call(f, args, kwargs, options=options)
/external/tensorflow/tensorflow/python/autograph/
D__init__.py41 from tensorflow.python.autograph.impl.api import converted_call
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dfunctions.md25 ag__.converted_call(f, ..., (x, y), {'z': 1}, ...)
Dgenerated_code.md22 * `foo(args)` -> `ag__.converted_call(foo, args)`
Ddebugging.md55 ---> 12 ag__.converted_call('print', tf, ag__.STD, (a,), None)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py974 return autograph.converted_call(