Searched defs:concrete_functions (Results 1 – 6 of 6) sorted by relevance
168 concrete_functions): argument192 def __init__(self, python_function, name, function_spec, concrete_functions): argument229 def recreate_function(saved_function, concrete_functions): argument
96 def serialize_function(function, concrete_functions): argument
51 gtl::FlatMap<int, TFConcreteFunctionRevivalState> concrete_functions; member
85 RevivedObjectContainer<TFConcreteFunction> concrete_functions; member
34 map<string, SavedConcreteFunction> concrete_functions = 2; field141 repeated string concrete_functions = 1; field
101 auto& concrete_functions = object_graph.concrete_functions(); in ImportModule() local