Home
last modified time | relevance | path

Searched defs:columns_maximums (Results 1 – 2 of 2) sorted by relevance

/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dstatistics.cpp693 Tensor<type, 1> columns_maximums(const Tensor<type, 2>& matrix, const Tensor<Index, 1>& rows_indice… in columns_maximums() function
2090 Tensor<type, 1> columns_maximums(const Tensor<type, 2>& matrix, const Tensor<Index, 1>& columns_ind… in columns_maximums() function
H A Dcorrelations.cpp2257 const Tensor<type, 1> columns_maximums = OpenNN::columns_maximums(x); in scale_minimum_maximum() local