Home
last modified time | relevance | path

Searched refs:true_false (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.cc321 const auto true_false = [](bool b) { return b ? "true" : "false"; }; in DebugString() local
335 "disable_inlining=", true_false(disable_inlining), in DebugString()
336 ", ignore_noinline=", true_false(ignore_noinline), in DebugString()
338 true_false(inline_impl_selection_group_functions), in DebugString()
343 ", uniquify_frame_names=", true_false(uniquify_frame_names)); in DebugString()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c4046 static const char * true_false(bool val) in true_false() function
4126 true_false(p->cached), in ieee802_1x_kay_get_mib()
4127 true_false(p->active), in ieee802_1x_kay_get_mib()
4128 true_false(p->retain), in ieee802_1x_kay_get_mib()
4130 true_false(p->principal)); in ieee802_1x_kay_get_mib()