HomeSort by relevance Sort by last modified time
    Searched full:nonempty_input (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
batch_kernels.cc 625 const bool nonempty_input = batch_index_t.dim_size(0) > 0; local
629 // The following variables are populated iff 'nonempty_input==true'.
633 if (nonempty_input) {
682 if (nonempty_input) {
    [all...]

Completed in 75 milliseconds