Searched defs:ConcreteFunction (Results 1 – 4 of 4) sorted by relevance
42 struct ConcreteFunction { struct47 tensorflow::StatusOr<ConcreteFunction> GetConcreteFunction(TaggedValue) const; argument
37 def get_output_specs_from_function(func: tf_function.ConcreteFunction):44 def get_input_specs_from_function(func: tf_function.ConcreteFunction):95 tf_function.ConcreteFunction]):286 tf_function.ConcreteFunction]):
106 class ConcreteFunction(Callable): class
1393 class ConcreteFunction(core.ConcreteFunction, trackable.Trackable): class