Click or drag to resize

GraphTensorArrayGradWithShape Method

https://www.emgu.com/wiki/index.php/Emgu_TF
TensorArrayGradWithShape

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] grad_handle(type: DtResource). [1] flow_out(type: DtFloat).
See Also