Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsoftmax_impl.cu95 struct GetMaxFloat { struct
96 __device__ __forceinline__ AccT operator()(AccT max, T v) const { return ::max(max, (AccT)v); } in operator ()()