Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatrix_band_part.h42 MatrixBandPart() : BaseOperator(kNameMatrixBandPart) { InitIOName({"x"}, {"y"}); } in MatrixBandPart() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dmatrix_band_part_impl.cu88 cudaError_t MatrixBandPart(const size_t output_outer_size, const T *x_ptr, const size_t m, const si… in MatrixBandPart() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Darray_ops.py1121 class MatrixBandPart(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini6088 [MatrixBandPart] section
6089 opInfo.subTypeOfInferShape=1
6090 opInfo.opsFlag=OPS_FLAG_CLOSE
6091 opInfo.engine=DNN_VM_AICPU
6092 opInfo.flagPartial=False
6093 opInfo.computeCost=100
6094 opInfo.flagAsync=False
6095 opInfo.opKernelLib=CUSTAICPUKernel
6096 opInfo.formatAgnostic=False
6097 opInfo.userDefined=True
[all …]