tf.raw_ops.StoreMinibatchStatisticsInFdo(
program_key,
max_ids,
max_uniques,
sample_count,
num_replica,
feature_width,
num_sc_per_chip,
table_name,
mini_batch_splits,
name=None
)
Args |
program_key
|
A Tensor of type string .
|
max_ids
|
A Tensor of type int32 .
|
max_uniques
|
A Tensor of type int32 .
|
sample_count
|
An int that is >= 1 .
|
num_replica
|
An int that is >= 1 .
|
feature_width
|
An int that is >= 1 .
|
num_sc_per_chip
|
An int that is >= 1 .
|
table_name
|
A string .
|
mini_batch_splits
|
A string .
|
name
|
A name for the operation (optional).
|
Returns |
The created Operation.
|