Searched defs:SparseConcat (Results 1 – 4 of 4) sorted by relevance
34 SparseConcat() : BaseOperator(kNameSparseConcat) { in SparseConcat() function
121 bool SparseConcatCpuKernelMod::SparseConcat(const std::vector<kernel::KernelTensor *> &inputs, in SparseConcat() function in mindspore::kernel::SparseConcatCpuKernelMod
1039 class SparseConcat(Primitive): class
3318 [SparseConcat] section3319 opInfo.engine=DNN_VM_AICPU3320 opInfo.flagPartial=False3321 opInfo.computeCost=1003322 opInfo.flagAsync=False3323 opInfo.opKernelLib=CUSTAICPUKernel3324 opInfo.kernelSo=libcust_cpu_kernels.so3325 opInfo.functionName=RunCpuKernel3326 opInfo.workspaceSize=10243327 opInfo.opsFlag=OPS_FLAG_CLOSE[all …]