Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.cc47 Tensor forest_t, rank_t; in Compute() local
51 images_t.shape(), &rank_t)); in Compute()
59 auto rank = rank_t.tensor<OutputType, 3>(); in Compute()