Searched refs:_is_bool (Results 1 – 6 of 6) sorted by relevance
53 def _is_bool(v):144 is_bool = _is_bool,
399 if symbolic_helper._is_bool(self) and symbolic_helper._is_bool(other):1928 if not symbolic_helper._is_bool(input):1939 if not symbolic_helper._is_bool(self):1945 if not symbolic_helper._is_bool(other):1976 if not symbolic_helper._is_bool(self):2026 if symbolic_helper._is_bool(input) and symbolic_helper._is_bool(other):2039 if symbolic_helper._is_bool(input) and symbolic_helper._is_bool(other):2061 if not symbolic_helper._is_bool(input):2067 if not symbolic_helper._is_bool(other):2078 if not symbolic_helper._is_bool(input):[all …]
216 if symbolic_helper._is_bool(indices_list[idx_]):271 if symbolic_helper._is_bool(bool_inp):937 symbolic_helper._is_bool(index)
52 if symbolic_helper._is_bool(tensors[0]):
307 if not symbolic_helper._is_bool(condition):
716 def _is_bool(value) -> bool: function