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

  /external/tensorflow/tensorflow/core/kernels/
sdca_ops.cc 86 OP_REQUIRES_OK(context, context->GetAttr("num_sparse_features_with_values",
87 &num_sparse_features_with_values));
112 int num_sparse_features_with_values = 0; member in struct:tensorflow::__anon39911::ComputeOptions
131 options.num_sparse_features_with_values,
sdca_internal.h 347 int num_sparse_features_with_values,
sdca_internal.cc 309 const int num_sparse_features_with_values,
320 if (num_sparse_features_with_values > 0) {

Completed in 181 milliseconds