Click or drag to resize

GraphPlaceholderV2 Method

http://www.emgu.com
PlaceholderV2

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

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.PlaceholderV2(Emgu.TF.DataType,System.Int64[],System.String)"]

See Also