Home
last modified time | relevance | path

Searched defs:kCostPerUnit (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc202 const int64 kCostPerUnit = 500 * batch_size; in Compute() local
263 const int64 kCostPerUnit = 500 * num_streams; in Compute() local
311 const int64 kCostPerUnit = 500 * num_features_; in Compute() local
364 const int64 kCostPerUnit = 500 * num_streams; in Compute() local
423 const int64 kCostPerUnit = 500 * num_streams; in Compute() local
500 const int64 kCostPerUnit = 500 * num_features_; in Compute() local
/external/tensorflow/tensorflow/core/kernels/
Dsdca_ops.cc223 const int64 kCostPerUnit = examples.num_features(); in DoCompute() local
281 const int64 kCostPerUnit = (num_weights * 50) / weights_inputs.size(); in Compute() local
Dsdca_internal.cc460 const int64 kCostPerUnit = num_examples; in CreateSparseFeatureRepresentation() local
492 const int64 kCostPerUnit = num_examples; in CreateDenseFeatureRepresentation() local
540 const int64 kCostPerUnit = num_dense_features + num_sparse_features; in ComputeSquaredNormPerExample() local
Dctc_decoder_ops.cc234 const int64 kCostPerUnit = 50 * max_time * num_classes; in Compute() local
Dsparse_cross_op.cc344 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc446 const int64 kCostPerUnit = 500 * batch_size; in Compute() local
846 const int64 kCostPerUnit = 500 * batch_size; in Compute() local
/external/tensorflow/tensorflow/contrib/layers/kernels/
Dsparse_feature_cross_kernel.cc387 const int kCostPerUnit = 5000 * indices_list_in.size(); in Compute() local