Searched defs:kCostPerUnit (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_ops.cc214 const int64 kCostPerUnit = examples.num_features(); local
219 examples.num_examples(), kCostPerUnit, train_step);
269 const int64 kCostPerUnit = (num_weights * 50) / weights_inputs.size(); variable
273 weights_inputs.size(), kCostPerUnit, do_work);
H A Dsdca_internal.cc446 const int64 kCostPerUnit = num_examples; local
448 kCostPerUnit, parse_partition);
478 const int64 kCostPerUnit = num_examples; local
480 kCostPerUnit, parse_partition);
516 const int64 kCostPerUnit = num_dense_features + num_sparse_features; local
518 kCostPerUnit, compute_example_norm);
H A Dsparse_cross_op.cc343 // TODO(zakaria): optimize kCostPerUnit
344 const int kCostPerUnit = 5000 * indices_list_in.size(); variable
346 kCostPerUnit, do_work);
/external/tensorflow/tensorflow/contrib/layers/kernels/
H A Dsparse_feature_cross_kernel.cc386 // TODO(zakaria): optimize kCostPerUnit
387 const int kCostPerUnit = 5000 * indices_list_in.size(); variable
389 kCostPerUnit, do_work);
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
H A Dquantile_ops.cc438 const int64 kCostPerUnit = 500 * batch_size; variable
443 kCostPerUnit, do_quantile_summary_gen);
837 const int64 kCostPerUnit = 500 * batch_size; variable
842 kCostPerUnit, do_quantile_bucket_gen);

Completed in 204 milliseconds