Home
last modified time | relevance | path

Searched refs:prior_weight (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dmodel_test.cc490 double prior_weight = 1.0L / static_cast<double>(2 << num_elements); in weighted_processing_time() local
491 return prior_weight * prior + (1.0L - prior_weight) * processing_time; in weighted_processing_time()
Dmodel.cc1323 double prior_weight = 1.0L / static_cast<double>(2 << num_elements); in TotalProcessingTimeForInputs() local
1326 sum += (1.0L - prior_weight) * input_processing_time + in TotalProcessingTimeForInputs()
1327 prior_weight * prior; in TotalProcessingTimeForInputs()