Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dcsr_sparse_matrix_to_dense.h37 CSRSparseMatrixToDense() : BaseOperator(kNameCSRSparseMatrixToDense) { in CSRSparseMatrixToDense() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dcsr_sparse_matrix_to_dense.cc34 const char *CSRSparseMatrixToDense = "CSRSparseMatrixToDense"; variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dsparse_ops.py1626 class CSRSparseMatrixToDense(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini806 [CSRSparseMatrixToDense] section
807 opInfo.subTypeOfInferShape=4
808 opInfo.opsFlag=OPS_FLAG_CLOSE
809 opInfo.engine=DNN_VM_AICPU
810 opInfo.flagPartial=False
811 opInfo.computeCost=100
812 opInfo.flagAsync=False
813 opInfo.opKernelLib=CUSTAICPUKernel
814 opInfo.formatAgnostic=False
815 opInfo.kernelSo=libcust_cpu_kernels.so
[all …]