Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_fill_empty_rows_op.cc78 Tensor* empty_row_indicator_t; in Compute() local
81 &empty_row_indicator_t)); in Compute()
82 auto empty_row_indicator = empty_row_indicator_t->vec<bool>(); in Compute()