GraphXlaSelectAndScatter Method |
Namespace: Emgu.TF
public Operation XlaSelectAndScatter( Output operand, Output window_dimensions, Output window_strides, Output padding, Output source, Output init_value, string opName = "XlaSelectAndScatter" )
Public Function XlaSelectAndScatter ( operand As Output, window_dimensions As Output, window_strides As Output, padding As Output, source As Output, init_value As Output, Optional opName As String = "XlaSelectAndScatter" ) As Operation
public: Operation^ XlaSelectAndScatter( Output^ operand, Output^ window_dimensions, Output^ window_strides, Output^ padding, Output^ source, Output^ init_value, String^ opName = L"XlaSelectAndScatter" )
member XlaSelectAndScatter : operand : Output * window_dimensions : Output * window_strides : Output * padding : Output * source : Output * init_value : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaSelectAndScatter" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,