Click or drag to resize

GraphTPUEmbeddingActivations Method

http://www.emgu.com
TPUEmbeddingActivations

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

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

See Also