Click or drag to resize

GraphTPUReplicateMetadata Method

http://www.emgu.com
TPUReplicateMetadata

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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,
	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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also