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

  /external/valgrind/callgrind/
events.h 93 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
events.c 240 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src) function
295 CLG_(copy_cost)(es, dst, src);
main.c     [all...]
bbcc.c 548 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost,
dump.c     [all...]
sim.c     [all...]
  /external/tensorflow/tensorflow/core/kernels/
topk_op.cc 217 const double copy_cost = 2 * k * Eigen::TensorOpCost::AddCost<T>(); local
218 const double total_cost = sort_cost + copy_cost;
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.h 218 copy_cost = 1, enumerator in enum:r600_sb::coalescer::ac_cost

Completed in 230 milliseconds