Searched defs:LeftShift (Results 1 – 7 of 7) sorted by relevance
23 IMPLEMT_VERIFIER(LeftShift, LeftShiftVerify) { in IMPLEMT_VERIFIER() argument30 IMPLEMT_INFERFUNC(LeftShift, LeftShiftInferShape) { in IMPLEMT_INFERFUNC() argument
33 LeftShift() : BaseOperator(kNameLeftShift) { InitIOName({"x1", "x2"}, {"y"}); } in LeftShift() function
127 LeftShift, enumerator
121 LeftShift, // ?6 # operator<< enumerator
5696 class LeftShift(Primitive): class
1735 [LeftShift] section1736 opInfo.subTypeOfInferShape=11737 opInfo.opsFlag=OPS_FLAG_CLOSE1738 opInfo.engine=DNN_VM_AICPU1739 opInfo.flagPartial=False1740 opInfo.computeCost=1001741 opInfo.flagAsync=False1742 opInfo.opKernelLib=CUSTAICPUKernel1743 opInfo.formatAgnostic=False1744 opInfo.kernelSo=libcust_cpu_kernels.so[all …]
12096 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local