Searched defs:CSRSparseMatrixToSparseTensor (Results 1 – 5 of 5) sorted by relevance
31 CSRSparseMatrixToSparseTensor() : BaseOperator(kNameCSRSparseMatrixToSparseTensor) { in CSRSparseMatrixToSparseTensor() function
24 CUST_IMPLEMT_INFERFUNC(CSRSparseMatrixToSparseTensor, CSRSparseMatrixToSparseTensorInfer) { in CUST_IMPLEMT_INFERFUNC() argument
28 const char *CSRSparseMatrixToSparseTensor = "CSRSparseMatrixToSparseTensor"; variable
675 class CSRSparseMatrixToSparseTensor(Primitive): class
831 [CSRSparseMatrixToSparseTensor] section832 opInfo.subTypeOfInferShape=3833 opInfo.opsFlag=OPS_FLAG_CLOSE834 opInfo.engine=DNN_VM_AICPU835 opInfo.flagPartial=False836 opInfo.computeCost=100837 opInfo.flagAsync=False838 opInfo.opKernelLib=CUSTAICPUKernel839 opInfo.formatAgnostic=False840 opInfo.kernelSo=libcust_cpu_kernels.so[all …]