Function tensorflow::ops::sharded_filespec
source · pub fn sharded_filespec<O0: Into<Output>, O1: Into<Output>>(
basename: O0,
num_shards: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ShardedFilespec::new().build(basename, num_shards, scope)
.