Searched refs:kCostPerUnit (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | quantile_ops.cc | 202 const int64 kCostPerUnit = 500 * batch_size; in Compute() local 206 kCostPerUnit, do_quantile_summary_gen); in Compute() 263 const int64 kCostPerUnit = 500 * num_streams; in Compute() local 267 kCostPerUnit, do_quantile_add_summary); in Compute() 311 const int64 kCostPerUnit = 500 * num_features_; in Compute() local 315 kCostPerUnit, do_quantile_deserialize); in Compute() 364 const int64 kCostPerUnit = 500 * num_streams; in Compute() local 368 kCostPerUnit, do_quantile_flush); in Compute() 423 const int64 kCostPerUnit = 500 * num_streams; in Compute() local 427 kCostPerUnit, do_quantile_get_buckets); in Compute() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_ops.cc | 223 const int64 kCostPerUnit = examples.num_features(); in DoCompute() local 228 examples.num_examples(), kCostPerUnit, train_step); in DoCompute() 281 const int64 kCostPerUnit = (num_weights * 50) / weights_inputs.size(); in Compute() local 285 weights_inputs.size(), kCostPerUnit, do_work); in Compute()
|
D | sdca_internal.cc | 460 const int64 kCostPerUnit = num_examples; in CreateSparseFeatureRepresentation() local 462 kCostPerUnit, parse_partition); in CreateSparseFeatureRepresentation() 492 const int64 kCostPerUnit = num_examples; in CreateDenseFeatureRepresentation() local 494 kCostPerUnit, parse_partition); in CreateDenseFeatureRepresentation() 540 const int64 kCostPerUnit = num_dense_features + num_sparse_features; in ComputeSquaredNormPerExample() local 542 kCostPerUnit, compute_example_norm); in ComputeSquaredNormPerExample()
|
D | ctc_decoder_ops.cc | 234 const int64 kCostPerUnit = 50 * max_time * num_classes; in Compute() local 239 kCostPerUnit, decode); in Compute()
|
D | sparse_cross_op.cc | 344 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local 346 kCostPerUnit, do_work); in Compute()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | quantile_ops.cc | 446 const int64 kCostPerUnit = 500 * batch_size; in Compute() local 451 kCostPerUnit, do_quantile_summary_gen); in Compute() 846 const int64 kCostPerUnit = 500 * batch_size; in Compute() local 851 kCostPerUnit, do_quantile_bucket_gen); in Compute()
|
/external/tensorflow/tensorflow/contrib/layers/kernels/ |
D | sparse_feature_cross_kernel.cc | 387 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local 389 kCostPerUnit, do_work); in Compute()
|