Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc50 string bytes_per_cycle; in ToString() local
57 bytes_per_cycle = StrCat(HumanReadableNumBytes(bpc), "/cycle"); in ToString()
59 bytes_per_cycle = StrFormat("%.3fB/cycle", bpc); in ToString()
99 bytes_per_sec, bytes_per_cycle, op.name); in ToString()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc52 string bytes_per_cycle; member
111 &parsed_line.bytes_per_sec, &parsed_line.bytes_per_cycle,