Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dfill_diagonal.h38 FillDiagonal() : BaseOperator(kNameFillDiagonal) { InitIOName({"input_x"}, {"y"}); } in FillDiagonal() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dfill_diagonal_impl.cu22 __global__ void FillDiagonal(const size_t size, const float fill_value, const int64_t step_size, T … in FillDiagonal() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Darray_ops.py5748 class FillDiagonal(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini4789 [FillDiagonal] section
4790 opInfo.subTypeOfInferShape=1
4791 opInfo.opsFlag=OPS_FLAG_CLOSE
4792 opInfo.engine=DNN_VM_AICPU
4793 opInfo.flagPartial=False
4794 opInfo.computeCost=100
4795 opInfo.flagAsync=False
4796 opInfo.opKernelLib=CUSTAICPUKernel
4797 opInfo.formatAgnostic=False
4798 opInfo.userDefined=True
[all …]