GraphXlaGather Method |
Namespace: Emgu.TF
public Operation XlaGather( Output operand, Output start_indices, Output slice_sizes, string dimension_numbers, bool indices_are_sorted, string opName = "XlaGather" )
Public Function XlaGather ( operand As Output, start_indices As Output, slice_sizes As Output, dimension_numbers As String, indices_are_sorted As Boolean, Optional opName As String = "XlaGather" ) As Operation
public: Operation^ XlaGather( Output^ operand, Output^ start_indices, Output^ slice_sizes, String^ dimension_numbers, bool indices_are_sorted, String^ opName = L"XlaGather" )
member XlaGather : operand : Output * start_indices : Output * slice_sizes : Output * dimension_numbers : string * indices_are_sorted : bool * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaGather" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,