Searched defs:LogicalAnd (Results 1 – 5 of 5) sorted by relevance
35 LogicalAnd() : PrimitiveC(kNameLogicalAnd) { InitIOName({"x", "y"}, {"output"}); } in LogicalAnd() function
93 void ArithmeticLogicCPUKernel<T>::LogicalAnd(const T *input1, const T *input2, bool *out) const { in LogicalAnd() function in mindspore::kernel::ArithmeticLogicCPUKernel
151 LogicalAnd, enumerator
145 LogicalAnd, // ?V operator&& enumerator
3830 class LogicalAnd(_LogicBinaryOp): class