Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/examples/v1/
Ddebug_fibonacci.py56 def has_negative(_, tensor): function
60 sess.add_tensor_filter("has_negative", has_negative)
/external/selinux/libsepol/src/
Dmodule_to_cil.c820 int has_positive, has_negative; in cil_print_attr_strs() local
833 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()
/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.cc3352 bool has_negative = false; in HandlePad() local
3359 has_negative = true; in HandlePad()
3453 if (has_negative && options_.enable_negative_padding_replacement()) { in HandlePad()