Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc364 struct GreaterThanCubOp { struct
365 float threshold_;
366 __host__ __device__ __forceinline__ GreaterThanCubOp(float threshold) in GreaterThanCubOp() function
368 __host__ __device__ __forceinline__ bool operator()(const float& val) const { in operator ()()