Searched defs:IsTuple (Results 1 – 4 of 4) sorted by relevance
36 bool SplitWithSizeAscend::IsTuple(const KernelTensor *tensor) { in IsTuple() function in mindspore::kernel::SplitWithSizeAscend
37 bool SplitTensorAscend::IsTuple(const KernelTensor *tensor) { in IsTuple() function in mindspore::kernel::SplitTensorAscend
350 …static inline bool IsTuple(const AbstractBasePtr &abs) { return abs->GetType()->object_type() == k… in IsTuple() function
316 inline bool IsTuple() const { return type_ == TensorIndexType::Tuple; } in IsTuple() function