GraphXlaReduce Method |
Namespace: Emgu.TF
public Operation XlaReduce( Output input, Output init_value, long[] dimensions_to_reduce, string opName = "XlaReduce" )
Public Function XlaReduce ( input As Output, init_value As Output, dimensions_to_reduce As Long(), Optional opName As String = "XlaReduce" ) As Operation
public: Operation^ XlaReduce( Output^ input, Output^ init_value, array<long long>^ dimensions_to_reduce, String^ opName = L"XlaReduce" )
member XlaReduce : input : Output * init_value : Output * dimensions_to_reduce : int64[] * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaReduce" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,