Home
last modified time | relevance | path

Searched defs:IsTuple (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR22806_constrain_tuple_like_ctor.pass.cpp32 struct IsTuple : std::false_type {}; struct
35 struct IsTuple<Tuple, std::tuple<Args...>> : std::true_type {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR22806_constrain_tuple_like_ctor.pass.cpp31 struct IsTuple : std::false_type {}; struct
34 struct IsTuple<Tuple, std::tuple<Args...>> : std::true_type {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_value.h143 bool IsTuple() const { return is_tuple_; } in IsTuple() function
H A Dhlo_sharding.h125 bool IsTuple() const { return tuple_; } in IsTuple() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Support/
DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
557 bool IsTuple : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Support/
DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
556 bool IsTuple : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Support/
DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
556 bool IsTuple : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Support/
DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
557 bool IsTuple : 1; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape.h67 bool IsTuple() const { return element_type() == TUPLE; } in IsTuple() function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dutil.cc955 bool IsTuple(PyObject* o) { in IsTuple() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1587 func (t *Type) IsTuple() bool { return t.kind == TTUPLE } func