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

  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
quantile_ops.cc 413 const int64 sparse_index = i - num_dense_features_;
415 sparse_float_feature_values_list[sparse_index].flat<float>();
417 sparse_float_feature_indices_list[sparse_index].matrix<int64>();
419 sparse_float_feature_shapes_list[sparse_index].flat<int64>();
426 sparse_float_feature_indices_list[sparse_index].dim_size(0);
433 copy_over_summaries(stream, sparse_index,
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
input_data.cc 138 const int32 sparse_index = local
141 (*sparse_indices_)(sparse_index, 1) + input_spec_.dense_features_size();

Completed in 235 milliseconds