Click or drag to resize

GraphDynamicEnqueueTPUEmbeddingArbitraryTensorBatch Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntax
public Operation DynamicEnqueueTPUEmbeddingArbitraryTensorBatch(
	Output sample_indices_or_row_lengths,
	Output embedding_indices,
	Output aggregation_weights,
	Output mode_override,
	Output device_ordinal,
	string[] combiners = null,
	string opName = "DynamicEnqueueTPUEmbeddingArbitraryTensorBatch"
)

Parameters

sample_indices_or_row_lengths
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
Type: Emgu.TFOutput
Input to the operation.
combiners (Optional)
Type: SystemString
combiners
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also