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

  /art/libartbase/base/
bit_vector.cc 92 bool BitVector::IsSubsetOf(const BitVector *other) const {
  /external/tensorflow/tensorflow/core/framework/
op_def_util.cc 414 bool IsSubsetOf(const T& sub, const T& super) {
436 if (!IsSubsetOf(old_attr.allowed_values().list().type(),
440 if (!IsSubsetOf(old_attr.allowed_values().list().s(),

Completed in 303 milliseconds