Home
last modified time | relevance | path

Searched refs:forest_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
49 images_t.shape(), &forest_t)); in Compute()
58 forest_t.flat<OutputType>()); in Compute()
63 auto forest = forest_t.tensor<OutputType, 3>(); in Compute()