Home
last modified time | relevance | path

Searched defs:conditional_op (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_simplifier.cc160 bool ReplaceRootWithEmptyTupleIfNoUsers(HloInstruction* conditional_op) { in ReplaceRootWithEmptyTupleIfNoUsers()
205 bool RemoveUnusedTupleElements(HloInstruction* conditional_op) { in RemoveUnusedTupleElements()
/aosp_15_r20/external/clang/test/Sema/
H A Dparentheses.c103 void conditional_op(int x, int y, _Bool b, void* p) { in conditional_op() function
H A Dparentheses.cpp6 void conditional_op(int x, int y, bool b) { in conditional_op() function
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/mlgo/
H A DMLGOParser.cpp424 ConditionalOp conditional_op(TokenStream &in, bool &valid) in conditional_op() function