Click or drag to resize

GraphVarHandleOp Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation VarHandleOp(
	DataType dtype,
	long[] shape,
	string container = null,
	string shared_name = null,
	string[] allowed_devices = null,
	string opName = "VarHandleOp"
)

Parameters

dtype
Type: Emgu.TFDataType
dtype
shape
Type: SystemInt64
shape
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
allowed_devices (Optional)
Type: SystemString
allowed devices
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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