Home
last modified time | relevance | path

Searched defs:ConcreteFunction (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/experimental/libtf/
Dfunction.h42 struct ConcreteFunction { struct
47 tensorflow::StatusOr<ConcreteFunction> GetConcreteFunction(TaggedValue) const; argument
/external/tensorflow/tensorflow/python/distribute/experimental/rpc/
Drpc_ops.py37 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]):
/external/tensorflow/tensorflow/python/types/
Dcore.py106 class ConcreteFunction(Callable): class
/external/tensorflow/tensorflow/python/eager/
Dfunction.py1393 class ConcreteFunction(core.ConcreteFunction, trackable.Trackable): class