HomeSort by relevance Sort by last modified time
    Searched refs:N_full (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
sparse_fill_empty_rows_op.cc 140 const int64 N_full = scratch(dense_rows - 1);
141 TensorShape output_indices_shape({N_full, rank});
151 "output_values", TensorShape({N_full}), &output_values_t));
221 const int64 N_full = grad_values_t->shape().dim_size(0);
236 DT_BOOL, TensorShape({N_full}), &visited_t));
247 for (int j = 0; j < N_full; ++j) {
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 205 milliseconds