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

  /external/tensorflow/tensorflow/core/kernels/
sparse_cross_op.cc 231 : columns_(columns), batch_index_(batch_index) {
236 if (columns_[i]->FeatureCount(batch_index_) == 0) {
252 if (next_permutation_[i] == columns_[i]->FeatureCount(batch_index_)) {
268 const int64 batch_index_; member in class:tensorflow::__anon39924::ProductIterator
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 266 : columns_(columns), batch_index_(batch_index) {
271 if (columns_[i]->FeatureCount(batch_index_) == 0) {
287 if (next_permutation_[i] == columns_[i]->FeatureCount(batch_index_)) {
303 const int64 batch_index_; member in class:tensorflow::__anon39179::ProductIterator

Completed in 172 milliseconds