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

  /external/tensorflow/tensorflow/contrib/layers/python/kernel_tests/
sparse_feature_cross_op_test.py 423 for column, column_ix in zip(batch, range(len(batch))):
424 indices.append([batch_ix, column_ix])
426 max_col_count = max(max_col_count, column_ix + 1)
  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_cross_op_test.py 384 for column, column_ix in zip(batch, range(len(batch))):
385 indices.append([batch_ix, column_ix])
387 max_col_count = max(max_col_count, column_ix + 1)

Completed in 387 milliseconds