Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_netem.c90 static void print_percent(char *buf, int len, __u32 per) in print_percent() function
97 print_percent(buf, SPRINT_BSIZE-1, per); in sprint_percent()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc321 .def_property("print_percent", &HloPrintOptions::print_percent, in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc554 if (options.print_percent()) { in ToString()
Dhlo_instruction.h308 bool print_percent() const { return print_percent_; } in print_percent() function
Dhlo_instruction.cc2560 return StrCat(options.print_percent() ? "%" : "", in PrintNameInternal()