Home
last modified time | relevance | path

Searched refs:restore_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/training/saving/
H A Dsaveable_object_util.py476 def __init__(self, names_and_slices, save_function, restore_function, name): argument
478 self.restore_function = restore_function
494 return self.restore_function(
516 restore_function=restore_fn)
553 return factory(save_function=save_fn, restore_function=restore_fn,
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload.py304 restore_fn_id = saveable_object_proto.restore_function
312 restore_fn_id = saveable_object_proto.restore_function
H A Dsave.py364 saveable_object_proto.restore_function = self.node_ids[restore_fn]
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dsaved_object_graph.proto250 int32 restore_function = 3; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dsaved_object_graph.pb.h2679 ::int32_t restore_function() const; in Swap()
5223 inline ::int32_t SaveableObject::restore_function() const { in restore_function() function