Click or drag to resize

GraphEnqueueTPUEmbeddingRaggedTensorBatch Method

http://www.emgu.com
EnqueueTPUEmbeddingRaggedTensorBatch

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

Parameters

sample_splits
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.
table_ids
Type: SystemInt64
table ids
device_ordinal (Optional)
Type: SystemInt64
device ordinal
combiners (Optional)
Type: SystemString
combiners
max_sequence_lengths (Optional)
Type: SystemInt64
max sequence lengths
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.EnqueueTPUEmbeddingRaggedTensorBatch(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64[],System.Int64,System.String[],System.Int64[],System.String)"]

See Also