Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2716 auto* cycle_diff = b->CreateSub(cycle_end, cycle_start); in UpdateProfileCounter() local
2720 b->CreateAdd(cycle_diff, old_cycle_count, "new_cycle_count"); in UpdateProfileCounter()