Click or drag to resize

GraphTPUReplicateMetadata Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TPUReplicateMetadata(
	long num_replicas,
	long num_cores_per_replica = 1,
	string topology = null,
	bool use_tpu = true,
	long[] device_assignment = null,
	long[] computation_shape = null,
	string[] host_compute_core = null,
	string[] padding_map = null,
	string step_marker_location = null,
	bool allow_soft_placement = false,
	bool use_spmd_for_xla_partitioning = false,
	string opName = "TPUReplicateMetadata"
)

Parameters

num_replicas
Type: SystemInt64
num replicas
num_cores_per_replica (Optional)
Type: SystemInt64
num cores per replica
topology (Optional)
Type: SystemString
topology
use_tpu (Optional)
Type: SystemBoolean
use tpu
device_assignment (Optional)
Type: SystemInt64
device assignment
computation_shape (Optional)
Type: SystemInt64
computation shape
host_compute_core (Optional)
Type: SystemString
host compute core
padding_map (Optional)
Type: SystemString
padding map
step_marker_location (Optional)
Type: SystemString
step marker location
allow_soft_placement (Optional)
Type: SystemBoolean
allow soft placement
use_spmd_for_xla_partitioning (Optional)
Type: SystemBoolean
use spmd for xla partitioning
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also