GraphGetElementAtIndex Method |
Namespace: Emgu.TF
public Operation GetElementAtIndex( Output dataset, Output index, DataType[] output_types, long[][] output_shapes, string opName = "GetElementAtIndex" )
Public Function GetElementAtIndex ( dataset As Output, index As Output, output_types As DataType(), output_shapes As Long()(), Optional opName As String = "GetElementAtIndex" ) As Operation
public: Operation^ GetElementAtIndex( Output^ dataset, Output^ index, array<DataType>^ output_types, array<array<long long>^>^ output_shapes, String^ opName = L"GetElementAtIndex" )
member GetElementAtIndex : dataset : Output * index : Output * output_types : DataType[] * output_shapes : int64[][] * ?opName : string (* Defaults: let _opName = defaultArg opName "GetElementAtIndex" *) -> Operation
2022 Emgu Corporation, All Rights Reserved,