Click or drag to resize

GraphResourceStridedSliceAssign Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ResourceStridedSliceAssign(
	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 = "ResourceStridedSliceAssign"
)

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
The operation.
See Also