Click or drag to resize

GraphConfigureDistributedTPU Method

http://www.emgu.com
ConfigureDistributedTPU

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation ConfigureDistributedTPU(
	string embedding_config = null,
	string tpu_embedding_config = null,
	bool is_global_init = false,
	string opName = "ConfigureDistributedTPU"
)

Parameters

embedding_config (Optional)
Type: SystemString
embedding config
tpu_embedding_config (Optional)
Type: SystemString
tpu embedding config
is_global_init (Optional)
Type: SystemBoolean
is global init
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also