Searched defs:if_false (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | conditional_expressions.py | 27 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/ |
D | cond_test.py | 115 def if_false(): function 145 def if_false(): function 172 def if_false(): function 205 def if_false(): function
|
/external/grpc-grpc/src/compiler/ |
D | objective_c_generator_helpers.h | 69 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/ |
D | objective_c_generator_helpers.h | 79 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/ |
D | template_util_unittest.cc | 67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cond_v2_test.py | 1200 def if_false(): function 1227 def if_false(): function
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 756 SpvId if_true, SpvId if_false) in emit_select()
|