Home
last modified time | relevance | path

Searched defs:LeftShift (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dbitwise_ops_proto.cc23 IMPLEMT_VERIFIER(LeftShift, LeftShiftVerify) { in IMPLEMT_VERIFIER() argument
30 IMPLEMT_INFERFUNC(LeftShift, LeftShiftInferShape) { in IMPLEMT_INFERFUNC() argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dleft_shift.h33 LeftShift() : BaseOperator(kNameLeftShift) { InitIOName({"x1", "x2"}, {"y"}); } in LeftShift() function
/third_party/rust/rust/tests/ui/issues/
Dissue-29740.rs127 LeftShift, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h121 LeftShift, // ?6 # operator<< enumerator
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Darray_ops.py5696 class LeftShift(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini1735 [LeftShift] section
1736 opInfo.subTypeOfInferShape=1
1737 opInfo.opsFlag=OPS_FLAG_CLOSE
1738 opInfo.engine=DNN_VM_AICPU
1739 opInfo.flagPartial=False
1740 opInfo.computeCost=100
1741 opInfo.flagAsync=False
1742 opInfo.opKernelLib=CUSTAICPUKernel
1743 opInfo.formatAgnostic=False
1744 opInfo.kernelSo=libcust_cpu_kernels.so
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12096 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local