Return a function that executes 'f'. In TF 2.x, this is the same as `f`. In TF 1.x, returns a Python function that executes the graph defined by `f` in a Session. Args: f: the function. xs_dtypes: dtypes of f's arguments. Returns: a function that will be evaluated in b
(f, xs_dtypes)
source not stored for this graph (policy: none)
no test coverage detected