Click or drag to resize

GraphTensorStridedSliceUpdate Method

http://www.emgu.com
TensorStridedSliceUpdate

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation TensorStridedSliceUpdate(
	Output input,
	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 = "TensorStridedSliceUpdate"
)

Parameters

input
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.TensorStridedSliceUpdate(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