Home
last modified time | relevance | path

Searched refs:has_negative (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/debug/examples/
Ddebug_fibonacci.py54 def has_negative(_, tensor): function
58 sess.add_tensor_filter("has_negative", has_negative)
/external/selinux/libsepol/src/
Dmodule_to_cil.c822 int has_positive, has_negative; in cil_print_attr_strs() local
835 has_negative = neg && (ebitmap_length(neg) > 0); in cil_print_attr_strs()
844 has_negative = 0; in cil_print_attr_strs()
859 if (has_positive && has_negative) { in cil_print_attr_strs()
874 if (has_negative) { in cil_print_attr_strs()
887 if (has_positive && has_negative) { in cil_print_attr_strs()
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py181 def has_negative(self): member in Enum
1054 if not enum.has_negative():
/external/nanopb-c/generator/
Dnanopb_generator.py196 def has_negative(self): member in Enum
1150 if not enum.has_negative():
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2224 bool has_negative = false; in HandlePad() local
2228 has_negative = true; in HandlePad()
2241 if (has_negative) { in HandlePad()