Searched refs:has_negative (Results 1 – 5 of 5) sorted by relevance
56 def has_negative(_, tensor): function60 sess.add_tensor_filter("has_negative", has_negative)
820 int has_positive, has_negative; in cil_print_attr_strs() local833 has_negative = neg && (ebitmap_length(neg) > 0); in cil_print_attr_strs()842 has_negative = 0; in cil_print_attr_strs()857 if (has_positive && has_negative) { in cil_print_attr_strs()869 if (has_negative) { in cil_print_attr_strs()879 if (has_positive && has_negative) { in cil_print_attr_strs()
181 def has_negative(self): member in Enum1054 if not enum.has_negative():
196 def has_negative(self): member in Enum1150 if not enum.has_negative():
3352 bool has_negative = false; in HandlePad() local3359 has_negative = true; in HandlePad()3453 if (has_negative && options_.enable_negative_padding_replacement()) { in HandlePad()