TensorFlow

API

 tf.io / write_graph


Copies data from src to dst.

src string, name of the file whose contents need to be copied
dst string, name of the file to which to copy to
overwrite boolean, if false it's an error for dst to be occupied by an existing file.

errors.OpError If the operation fails.

此页内容是否对您有帮助