Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc384 int64 bcast_count = 0; in TEST_F() local
387 bcast_count++; in TEST_F()
390 return bcast_count; in TEST_F()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c515 …l *abs, bool *neg, bool *not, enum midgard_roundmode *roundmode, bool is_int, unsigned bcast_count) in mir_copy_src() argument
551 (!bcast_count || c < bcast_count) ? c : in mir_copy_src()
552 (bcast_count - 1)]; in mir_copy_src()