Home
last modified time | relevance | path

Searched refs:BlockedImageUnionFindFunctor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h59 class BlockedImageUnionFindFunctor {
63 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE BlockedImageUnionFindFunctor( in BlockedImageUnionFindFunctor() function
230 using OutputType = typename BlockedImageUnionFindFunctor<T>::OutputType;
242 using OutputType = typename BlockedImageUnionFindFunctor<bool>::OutputType;
265 using OutputType = typename BlockedImageUnionFindFunctor<T>::OutputType;
270 const BlockedImageUnionFindFunctor<T>& union_find) { in operator()
278 const BlockedImageUnionFindFunctor<T> union_find_;
282 const T* images, BlockedImageUnionFindFunctor<T> union_find) in FindRootGenerator()
Dsegmentation_ops.cc29 using tensorflow::functor::BlockedImageUnionFindFunctor;
34 using OutputType = typename BlockedImageUnionFindFunctor<bool>::OutputType;
90 BlockedImageUnionFindFunctor<T> union_find( in operator ()()