Click or drag to resize

GraphTPUEmbeddingActivations Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TPUEmbeddingActivations(
	Output embedding_variable,
	Output sliced_activations,
	long table_id,
	long lookup_id,
	string opName = "TPUEmbeddingActivations"
)

Parameters

embedding_variable
Type: Emgu.TFOutput
Input to the operation.
sliced_activations
Type: Emgu.TFOutput
Input to the operation.
table_id
Type: SystemInt64
table id
lookup_id
Type: SystemInt64
lookup id
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtFloat).
See Also