Home
last modified time | relevance | path

Searched defs:not_equal (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtake_while_test.py82 def not_equal(string): function
/external/e2fsprogs/intl/
Dplural-exp.h55 not_equal, /* Comparison for inequality. */ enumerator
/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c181 LLVMValueRef min, max, not_equal[2], visible; in cull_bbox() local
/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c232 BN_ULONG not_equal = ec_felem_non_zero_mask(group, &tmp); in ec_GFp_simple_is_on_curve() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c232 BN_ULONG not_equal = ec_felem_non_zero_mask(group, &tmp); in ec_GFp_simple_is_on_curve() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py982 def not_equal(x1, x2): function
/external/python/pybind11/include/pybind11/
Dpytypes.h120 bool not_equal(object_api const &other) const { return rich_compare(other, Py_NE); } in not_equal() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1696 def not_equal(x, y, name=None): function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2721 def not_equal(x, y): function