Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc213 if (!c_all_of(instruction->operands(), is_invariant)) { in TryHoistingInvariantInstructionsFromWhileBody()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h430 bool c_all_of(Container container, Predicate predicate) { in c_all_of() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1698 c_all_of(tuple->operands(), [&](HloInstruction* tuple_element) { in HandleTuple()