Click or drag to resize

GraphRecvTPUEmbeddingActivations Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RecvTPUEmbeddingActivations(
	long num_outputs,
	string config,
	string opName = "RecvTPUEmbeddingActivations"
)

Parameters

num_outputs
Type: SystemInt64
num outputs
config
Type: SystemString
config
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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