tf.saved_model.main_op.main_op_with_restore

tf.saved_model.main_op.main_op_with_restore

tf.saved_model.main_op.main_op_with_restore

main_op_with_restore(restore_op_name)

Defined in tensorflow/python/saved_model/main_op_impl.py.

Returns a main op to init variables, tables and restore the graph.

Returns the main op including the group of ops that initializes all variables, initialize local variables, initialize all tables and the restore op name.

Ar