Home
last modified time | relevance | path

Searched defs:TransShape (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/pass/format_pass/
Dpass_utils.h48 std::vector<ShapeDT> TransShape(const std::vector<ShapeDT> &shape, const TransInfoPair &trans, bool… in TransShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/format_transfer/
Dformat_transfer_fractal_nz.cc332 uint32_t FormatTransferFractalNz::TransShape(Format src_format, const ShapeVector &src_shape, DataT… in TransShape() function in aicpu::formats::FormatTransferFractalNz
389 uint32_t FormatTransferFractalNzND::TransShape(Format src_format, const ShapeVector &src_shape, Dat… in TransShape() function in aicpu::formats::FormatTransferFractalNzND
Dformat_transfer_ndc1hwc0.cc189 uint32_t FormatTransferNdc1hwc0::TransShape(Format src_format, const std::vector<int64_t> &src_shap… in TransShape() function in aicpu::formats::FormatTransferNdc1hwc0
Dformat_transfer_transpose.cc246 uint32_t FormatTransferTranspose::TransShape(Format src_format, const std::vector<int64_t> &src_sha… in TransShape() function in aicpu::formats::FormatTransferTranspose
Dformat_transfer_fractalz_3d.cc261 uint32_t FormatTransferFractalz3D::TransShape(Format src_format, const std::vector<int64_t> &src_sh… in TransShape() function in aicpu::formats::FormatTransferFractalz3D
Dformat_transfer_fractal_z.cc262 uint32_t FormatTransferFractalZ::TransShape(Format src_format, const std::vector<int64_t> &src_shap… in TransShape() function in aicpu::formats::FormatTransferFractalZ
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parallel_compile/akg_compiler/
Dbuild_tbe_kernel.py105 class TransShape: class
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Darray_ops.py4088 class TransShape(PrimitiveWithInfer): class