Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/operators/
Dconditional_expressions.py27 def if_exp(cond, if_true, if_false, expr_repr): argument
34 def _tf_if_exp(cond, if_true, if_false, expr_repr): argument
55 def _py_if_exp(cond, if_true, if_false): argument
/external/tensorflow/tensorflow/compiler/tests/
Dcond_test.py115 def if_false(): function
145 def if_false(): function
172 def if_false(): function
205 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/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/
Dcond_v2_test.py1200 def if_false(): function
1227 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()