Home
last modified time | relevance | path

Searched refs:sparse_values_size (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
Dbatch_features_testutil.cc56 const int64 sparse_values_size = indices.size(); in RandomlyInitializeBatchFeatures() local
62 auto indices_tensor = Tensor(tensorflow::DT_INT64, {sparse_values_size, 2}); in RandomlyInitializeBatchFeatures()
67 for (int64 j = 0; j < sparse_values_size; ++j) { in RandomlyInitializeBatchFeatures()
70 auto values_tensor = Tensor(tensorflow::DT_FLOAT, {sparse_values_size}); in RandomlyInitializeBatchFeatures()