ShardedFilespec
tensorflow C++ API
tensorflow::ops::ShardedFilespec
Generate a glob pattern matching all sharded file names.
Summary
Arguments:
- scope: A Scope object
Returns:
- Output : The filename tensor.
Constructor
- ShardedFilespec(const ::tensorflow::Scope & scope, ::tensorflow::Input basename, :tensorflow::Input num_shards).
Public attributes
- tensorflow::Output filename.
ShardedFilespec block
Source link : https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_i_o__ops.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- Input basename : input prefix with path.
- Input num_shards: connect input node or input total shard number.
Return:
- Output filename: Output filename of ShardedFilespec class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.