Home
last modified time | relevance | path

Searched refs:total_cost (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op.cc111 const double total_cost = (Eigen::TensorOpCost::CastCost<T, uint8>() + in operator ()() local
113 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max)) in operator ()()
115 : static_cast<int64>(total_cost); in operator ()()
Dcompare_and_bitpack_op.cc153 const double total_cost = 8 * (Eigen::TensorOpCost::AddCost<T>() + in operator ()() local
155 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max)) in operator ()()
157 : static_cast<int64>(total_cost); in operator ()()
Dtopk_op.cc218 const double total_cost = sort_cost + copy_cost; in Compute() local
219 const int64 final_cost = (total_cost >= static_cast<double>(kint64max)) in Compute()
221 : static_cast<int64>(total_cost); in Compute()
/external/lisa/tools/scripts/power/
Dcpu_frequency_power_average.py162 for i, total_cost in enumerate(total_costs):
164 core_costs.append((total_cost - self.cluster_cost - active_cost) / (core_cnt))
185 total_cost = self.sample_reader.get(template.format(freq))
189 cluster_costs.append(total_cost - core_cost - other_cluster_total_cost)
/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli.py645 total_cost = self._get_total_cost(source_annotation[line_index],
647 max_total_cost = max(max_total_cost, total_cost)
691 total_cost = RL(cli_shared.time_to_readable_str(
695 total_cost += " " * (column_widths["total_cost"] - len(total_cost))
696 annotated_line += total_cost
/external/brotli/research/
Ddeorummolae.cc195 size_t total_cost = 0; in DM_generate() local
264 total_cost, best_cost, total, best_isle.lcp); in DM_generate()
270 total_cost += best_cost; in DM_generate()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h83 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double total_cost( in total_cost() function
205 cost_per_coeff.total_cost(kLoadCycles, kStoreCycles, in totalCost()
/external/valgrind/callgrind/
Dmain.c1778 total = CLG_(total_cost); in branchsim_printstat()
1906 HChar *mcost = CLG_(mappingcost_as_string)(CLG_(dumpmap), CLG_(total_cost)); in finish()
1912 total = CLG_(total_cost); in finish()
2025 CLG_(init_cost_lz)( CLG_(sets).full, &CLG_(total_cost) ); in CLG_()
Dglobal.h793 extern FullCost CLG_(total_cost);
Ddump.c48 FullCost CLG_(total_cost) = 0;
1354 &CLG_(total_cost), dump_total_cost); in close_dumpfile()
Dsim.c1490 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat()