Home
last modified time | relevance | path

Searched defs:CheckTuple (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/probability/distribution/_utils/
Dutils.py278 class CheckTuple(PrimitiveWithInfer): class
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dconv3d_transpose.cc213 inline std::vector<int64_t> CheckTuple(const std::string &prim_name, const std::string &attr_name, in CheckTuple() function