Click or drag to resize

GraphConfigureDistributedTPU Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ConfigureDistributedTPU(
	string embedding_config = null,
	string tpu_embedding_config = null,
	bool is_global_init = false,
	bool enable_whole_mesh_compilations = false,
	bool compilation_failure_closes_chips = true,
	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
enable_whole_mesh_compilations (Optional)
Type: SystemBoolean
enable whole mesh compilations
compilation_failure_closes_chips (Optional)
Type: SystemBoolean
compilation failure closes chips
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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