Home
last modified time | relevance | path

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

/external/bcc/tools/lib/
Duobjnew.py181 if args.top_count:
183 data = data[-args.top_count:]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.h56 const std::map<int64, int64>& device_map, int64* top_count);
Dhlo_sharding_util.cc198 const std::map<int64, int64>& device_map, int64* top_count) { in SelectDominantDevice() argument
207 if (top_count != nullptr) { in SelectDominantDevice()
208 *top_count = count; in SelectDominantDevice()
/external/capstone/bindings/ocaml/
Dtest_mips.ml45 printf "\top_count: %d\n" (Array.length mips.operands);
Dtest_xcore.ml48 printf "\top_count: %d\n" (Array.length xcore.operands);
Dtest_systemz.ml50 printf "\top_count: %d\n" (Array.length sysz.operands);
Dtest_ppc.ml51 printf "\top_count: %d\n" (Array.length ppc.operands);
Dtest_sparc.ml49 printf "\top_count: %d\n" (Array.length sparc.operands);
Dtest_arm64.ml70 printf "\top_count: %d\n" (Array.length arm64.operands);
Dtest_arm.ml75 printf "\top_count: %d\n" (Array.length arm.operands);
Dtest_x86.ml82 printf "\top_count: %d\n" (Array.length x86.operands);
Dtest_m680x.ml120 printf "\top_count: %d\n" (Array.length m680x.operands);