Click or drag to resize

GraphFakeParam Method

http://www.emgu.com
FakeParam

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation FakeParam(
	DataType dtype,
	long[] shape,
	string opName = "FakeParam"
)

Parameters

dtype
Type: Emgu.TFDataType
dtype
shape
Type: SystemInt64
shape
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also