Click or drag to resize

GraphEnqueueTPUEmbeddingSparseBatch Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation EnqueueTPUEmbeddingSparseBatch(
	Output sample_indices,
	Output embedding_indices,
	Output aggregation_weights,
	Output mode_override,
	long device_ordinal = -1,
	string[] combiners = null,
	string opName = "EnqueueTPUEmbeddingSparseBatch"
)

Parameters

sample_indices
Type: Emgu.TFOutput
Input to the operation.
embedding_indices
Type: Emgu.TFOutput
Input to the operation.
aggregation_weights
Type: Emgu.TFOutput
Input to the operation.
mode_override
Type: Emgu.TFOutput
Input to the operation.
device_ordinal (Optional)
Type: SystemInt64
device ordinal
combiners (Optional)
Type: SystemString
combiners
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also