HomeSort by relevance Sort by last modified time
    Searched defs:set_difference (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
set_ops.py 26 set_difference = sets.set_difference variable
  /external/tensorflow/tensorflow/python/ops/
sets_impl.py 205 "sets.difference", v1=["sets.difference", "sets.set_difference"])
206 def set_difference(a, b, aminusb=True, validate_indices=True): function
243 # `set_difference` is applied to each aligned pair of sets.
244 tf.sets.set_difference(a, b)
  /external/llvm/include/llvm/ADT/
SetOperations.h 48 /// set_difference(A, B) - Return A - B
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SetOperations.h 48 /// set_difference(A, B) - Return A - B
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SetOperations.h 48 /// set_difference(A, B) - Return A - B
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /external/compiler-rt/make/
util.mk 25 is_subset = $(if $(strip $(set_difference $(1),$(2))),,true)
27 # Function: set_difference a b
29 set_difference = $(foreach i,$(1),$(if $(call contains,$(2),$(i)),,$(i))) macro
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 976 IndexType set_difference ; \/* set difference size of row with pivot row *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
setobject.c 1528 set_difference(PySetObject *so, PyObject *other) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
setobject.c 1529 set_difference(PySetObject *so, PyObject *other) function
    [all...]
  /external/python/cpython2/Objects/
setobject.c 1528 set_difference(PySetObject *so, PyObject *other) function
    [all...]
  /external/python/cpython3/Objects/
setobject.c 1550 set_difference(PySetObject *so, PyObject *other) function
    [all...]

Completed in 1076 milliseconds