LostTech.TensorFlow : API Documentation

Type Function

Namespace tensorflow.python.eager.function

Parent PythonObjectContainer

Interfaces IFunction

Public static methods

Function NewDyn(object python_function, object name, object input_signature, object attributes, ImplicitContainer<T> autograph, object autograph_options, ImplicitContainer<T> experimental_relax_shapes, object capture_by_value)

Public properties

ValueTuple flat_input_signature get;

object flat_input_signature_dyn get;

FunctionSpec function_spec get;

object function_spec_dyn get;

object input_signature get;

object input_signature_dyn get;

object python_function get;

object python_function_dyn get;

object PythonObject get;