Click or drag to resize

GraphStridedSliceAssign Method

http://www.emgu.com
StridedSliceAssign

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation StridedSliceAssign(
	Output reference,
	Output begin,
	Output end,
	Output strides,
	Output value,
	long begin_mask = 0,
	long end_mask = 0,
	long ellipsis_mask = 0,
	long new_axis_mask = 0,
	long shrink_axis_mask = 0,
	string opName = "StridedSliceAssign"
)

Parameters

reference
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.
value
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.StridedSliceAssign(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