Click or drag to resize

GraphTPUReshardVariables Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TPUReshardVariables(
	Output vars,
	Output new_format_key,
	Output format_state_var,
	string opName = "TPUReshardVariables"
)

Parameters

vars
Type: Emgu.TFOutput
Input to the operation.
new_format_key
Type: Emgu.TFOutput
Input to the operation.
format_state_var
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also