Click or drag to resize

GraphXlaDynamicUpdateSlice Method

http://www.emgu.com
Wraps the XLA DynamicUpdateSlice operator, documented at

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation XlaDynamicUpdateSlice(
	Output input,
	Output update,
	Output indices,
	string opName = "XlaDynamicUpdateSlice"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation: A `Tensor` of type T.
update
Type: Emgu.TFOutput
Input to the operation: A `Tensor` of type T. Same rank as `input`.
indices
Type: Emgu.TFOutput
Input to the operation: A vector of indices into `input`. Must have length equal to the rank of `input`.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also