Click or drag to resize

GraphTensorArrayGradWithShape Method

http://www.emgu.com
TensorArrayGradWithShape

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation TensorArrayGradWithShape(
	Output handle,
	Output flow_in,
	Output shape_to_prepend,
	string source,
	string opName = "TensorArrayGradWithShape"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
flow_in
Type: Emgu.TFOutput
Input to the operation.
shape_to_prepend
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.TensorArrayGradWithShape(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String)"]

See Also