Searched defs:CSRSparseMatrixToDense (Results 1 – 4 of 4) sorted by relevance
37 CSRSparseMatrixToDense() : BaseOperator(kNameCSRSparseMatrixToDense) { in CSRSparseMatrixToDense() function
34 const char *CSRSparseMatrixToDense = "CSRSparseMatrixToDense"; variable
1626 class CSRSparseMatrixToDense(Primitive): class
806 [CSRSparseMatrixToDense] section807 opInfo.subTypeOfInferShape=4808 opInfo.opsFlag=OPS_FLAG_CLOSE809 opInfo.engine=DNN_VM_AICPU810 opInfo.flagPartial=False811 opInfo.computeCost=100812 opInfo.flagAsync=False813 opInfo.opKernelLib=CUSTAICPUKernel814 opInfo.formatAgnostic=False815 opInfo.kernelSo=libcust_cpu_kernels.so[all …]