Searched refs:N_full (Results 1 – 2 of 2) sorted by relevance
30 shaped `[N_full]`, where `N_full >= N` and copies data into either35 d_default_value = sum_{k : 0 .. N_full - 1} (
140 const int64 N_full = scratch(dense_rows - 1); in Compute() local141 TensorShape output_indices_shape({N_full, rank}); in Compute()151 "output_values", TensorShape({N_full}), &output_values_t)); in Compute()221 const int64 N_full = grad_values_t->shape().dim_size(0); in Compute() local236 DT_BOOL, TensorShape({N_full}), &visited_t)); in Compute()247 for (int j = 0; j < N_full; ++j) { in Compute()