Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseFillEmptyRowsGrad.pbtxt30 shaped `[N_full]`, where `N_full >= N` and copies data into either
35 d_default_value = sum_{k : 0 .. N_full - 1} (
/external/tensorflow/tensorflow/core/kernels/
Dsparse_fill_empty_rows_op.cc140 const int64 N_full = scratch(dense_rows - 1); in Compute() local
141 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() local
236 DT_BOOL, TensorShape({N_full}), &visited_t)); in Compute()
247 for (int j = 0; j < N_full; ++j) { in Compute()