Click or drag to resize

GraphStridedSliceGrad Method

http://www.emgu.com
StridedSliceGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation StridedSliceGrad(
	Output shape,
	Output begin,
	Output end,
	Output strides,
	Output dy,
	long begin_mask = 0,
	long end_mask = 0,
	long ellipsis_mask = 0,
	long new_axis_mask = 0,
	long shrink_axis_mask = 0,
	string opName = "StridedSliceGrad"
)

Parameters

shape
Type: Emgu.TFOutput
Input to the operation.
begin
Type: Emgu.TFOutput
Input to the operation.
end
Type: Emgu.TFOutput
Input to the operation.
strides
Type: Emgu.TFOutput
Input to the operation.
dy
Type: Emgu.TFOutput
Input to the operation.
begin_mask (Optional)
Type: SystemInt64
begin mask
end_mask (Optional)
Type: SystemInt64
end mask
ellipsis_mask (Optional)
Type: SystemInt64
ellipsis mask
new_axis_mask (Optional)
Type: SystemInt64
new axis mask
shrink_axis_mask (Optional)
Type: SystemInt64
shrink axis mask
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also