Home
last modified time | relevance | path

Searched defs:if_false (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Dconditional_expressions.py23 def if_exp(cond, if_true, if_false, expr_repr): argument
30 def _tf_if_exp(cond, if_true, if_false, expr_repr): argument
51 def _py_if_exp(cond, if_true, if_false): argument
/external/tensorflow/tensorflow/compiler/tests/
Dcond_test.py111 def if_false(): function
141 def if_false(): function
168 def if_false(): function
201 def if_false(): function
/external/grpc-grpc/src/compiler/
Dobjective_c_generator_helpers.h69 inline ::grpc::string PreprocIfElse(const ::grpc::string& symbol, in PreprocIfElse()
76 inline ::grpc::string PreprocIfNotElse(const ::grpc::string& symbol, in PreprocIfNotElse()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dobjective_c_generator_helpers.h79 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse()
86 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcond_v2_test.py1196 def if_false(): function
1223 def if_false(): function
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c756 SpvId if_true, SpvId if_false) in emit_select()