Home
last modified time | relevance | path

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

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