tf.contrib.autograph.converted_call

tf.contrib.autograph.converted_call(
    f,
    owner,
    options,
    *args,
    **kwargs
)

Defined in tensorflow/python/autograph/impl/api.py.

Compiles a function call inline. For internal use only.