Click or drag to resize

GraphTensorArrayGradV3 Method

http://www.emgu.com
TensorArrayGradV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation TensorArrayGradV3(
	Output handle,
	Output flow_in,
	string source,
	string opName = "TensorArrayGradV3"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
flow_in
Type: Emgu.TFOutput
Input to the operation.
source
Type: SystemString
source
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also