HomeSort by relevance Sort by last modified time
    Searched refs:total_cost (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
population_count_op.cc 111 const double total_cost = (Eigen::TensorOpCost::CastCost<T, uint8>() + local
113 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max))
115 : static_cast<int64>(total_cost);
compare_and_bitpack_op.cc 153 const double total_cost = 8 * (Eigen::TensorOpCost::AddCost<T>() + local
155 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max))
157 : static_cast<int64>(total_cost);
topk_op.cc 218 const double total_cost = sort_cost + copy_cost; local
219 const int64 final_cost = (total_cost >= static_cast<double>(kint64max))
221 : static_cast<int64>(total_cost);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorCostModel.h 83 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double total_cost( function in class:Eigen::TensorOpCost
205 cost_per_coeff.total_cost(kLoadCycles, kStoreCycles,
  /external/lisa/tools/scripts/power/
cpu_frequency_power_average.py 162 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/brotli/research/
deorummolae.cc 195 size_t total_cost = 0; local
264 total_cost, best_cost, total, best_isle.lcp);
270 total_cost += best_cost;
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli.py 645 total_cost = self._get_total_cost(source_annotation[line_index],
647 max_total_cost = max(max_total_cost, total_cost)
656 "total_cost": len(total_cost_head) + 3,
664 " " * (column_widths["total_cost"] - len(total_cost_head)) +
671 column_widths["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
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 169 double total_cost = 0; local
313 total_cost += (double)val * state.cost[i][j];
319 emd = (float) (total_cost / state.weight);
    [all...]
  /external/valgrind/callgrind/
global.h 793 extern FullCost CLG_(total_cost);
main.c     [all...]
dump.c 48 FullCost CLG_(total_cost) = 0; variable
    [all...]
sim.c     [all...]

Completed in 247 milliseconds