Click or drag to resize

GraphHostConst Method

http://www.emgu.com
HostConst

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation HostConst(
	Tensor value,
	DataType dtype,
	string opName = "HostConst"
)

Parameters

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

Return Value

Type: Operation

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

See Also