Click or drag to resize

GraphVarHandleOp Method

http://www.emgu.com
VarHandleOp

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

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

See Also