Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc104 int64 total_transcendentals = 0.; in ToString() local
118 total_transcendentals += std::max(op.transcendental_count, int64{0}); in ToString()
125 /*category=*/"", total_cycles_, total_flops, total_transcendentals, in ToString()