Click or drag to resize

GraphEnqueueTPUEmbeddingIntegerBatch Method

http://www.emgu.com
EnqueueTPUEmbeddingIntegerBatch

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation EnqueueTPUEmbeddingIntegerBatch(
	Output batch,
	Output mode_override,
	long device_ordinal = -1,
	string opName = "EnqueueTPUEmbeddingIntegerBatch"
)

Parameters

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

Return Value

Type: Operation

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

See Also