Home
last modified time | relevance | path

Searched defs:LogicalOr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dlogical_or.h33 LogicalOr() : PrimitiveC(kNameLogicalOr) { InitIOName({"x", "y"}, {"output"}); } in LogicalOr() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_logic_cpu_kernel.cc107 void ArithmeticLogicCPUKernel<T>::LogicalOr(const T *input1, const T *input2, bool *out) const { in LogicalOr() function in mindspore::kernel::ArithmeticLogicCPUKernel
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts150 LogicalOr, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h146 LogicalOr, // ?W operator|| enumerator
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py3883 class LogicalOr(_LogicBinaryOp): class