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

  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 554 int64 max_cross_count = 0; local
559 max_cross_count = std::max(max_cross_count, cross_count);
576 shape_vec(1) = max_cross_count;
  /external/tensorflow/tensorflow/core/kernels/
sparse_cross_op.cc 511 int64 max_cross_count = 0; local
516 max_cross_count = std::max(max_cross_count, cross_count);
533 shape_vec(1) = max_cross_count;

Completed in 119 milliseconds