Click or drag to resize

GraphStoreMinibatchStatisticsInFdo Method

https://www.emgu.com/wiki/index.php/Emgu_TF
StoreMinibatchStatisticsInFdo

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation StoreMinibatchStatisticsInFdo(
	Output program_key,
	Output max_ids,
	Output max_uniques,
	long sample_count,
	long num_replica,
	long feature_width,
	long num_sc_per_chip,
	string table_name,
	string mini_batch_splits,
	string opName = "StoreMinibatchStatisticsInFdo"
)

Parameters

program_key
Type: Emgu.TFOutput
Input to the operation.
max_ids
Type: Emgu.TFOutput
Input to the operation.
max_uniques
Type: Emgu.TFOutput
Input to the operation.
sample_count
Type: SystemInt64
sample count
num_replica
Type: SystemInt64
num replica
feature_width
Type: SystemInt64
feature width
num_sc_per_chip
Type: SystemInt64
num sc per chip
table_name
Type: SystemString
table name
mini_batch_splits
Type: SystemString
mini batch splits
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also