Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc203 const int64 kCostPerUnit = 500 * batch_size; in Compute() local
207 kCostPerUnit, do_quantile_summary_gen); in Compute()
262 const int64 kCostPerUnit = 500 * num_features_; in Compute() local
266 kCostPerUnit, do_quantile_summary_gen); in Compute()
329 const int64 kCostPerUnit = 500 * num_streams; in Compute() local
333 kCostPerUnit, do_quantile_add_summary); in Compute()
376 const int64 kCostPerUnit = 500 * num_features_; in Compute() local
380 kCostPerUnit, do_quantile_deserialize); in Compute()
428 const int64 kCostPerUnit = 500 * num_streams; in Compute() local
432 kCostPerUnit, do_quantile_flush); in Compute()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsdca_ops.cc224 const int64 kCostPerUnit = examples.num_features(); in DoCompute() local
229 examples.num_examples(), kCostPerUnit, train_step); in DoCompute()
282 const int64 kCostPerUnit = (num_weights * 50) / weights_inputs.size(); in Compute() local
286 weights_inputs.size(), kCostPerUnit, do_work); in Compute()
Dsdca_internal.cc460 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()
Dsparse_cross_op.cc751 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local
753 kCostPerUnit, do_work); in Compute()
813 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local
815 kCostPerUnit, do_work); in Compute()
883 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local
885 kCostPerUnit, do_work); in Compute()
Dctc_decoder_ops.cc246 const int64 kCostPerUnit = 50 * max_time * num_classes; in Compute() local
251 kCostPerUnit, decode); in Compute()