Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/opapi/aclnn/
Dsplit_with_size_aclnn_kernel.cc36 bool SplitWithSizeAscend::IsTuple(const KernelTensor *tensor) { in IsTuple() function in mindspore::kernel::SplitWithSizeAscend
Dsplit_tensor_aclnn_kernel.cc37 bool SplitTensorAscend::IsTuple(const KernelTensor *tensor) { in IsTuple() function in mindspore::kernel::SplitTensorAscend
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.h350 …static inline bool IsTuple(const AbstractBasePtr &abs) { return abs->GetType()->object_type() == k… in IsTuple() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h316 inline bool IsTuple() const { return type_ == TensorIndexType::Tuple; } in IsTuple() function