Home
last modified time | relevance | path

Searched refs:LogicalOr (Results 1 – 25 of 74) sorted by relevance

123

/third_party/mindspore/mindspore/core/ops/
Dlogical_or.h30 class MS_CORE_API LogicalOr : public PrimitiveC {
33 LogicalOr() : PrimitiveC(kNameLogicalOr) { InitIOName({"x", "y"}, {"output"}); } in LogicalOr() function
35 ~LogicalOr() = default;
36 MS_DECLARE_PARENT(LogicalOr, PrimitiveC);
42 using PrimLogicalOrPtr = std::shared_ptr<LogicalOr>;
Dlogical_or.cc53 REGISTER_PRIMITIVE_C(kNameLogicalOr, LogicalOr);
/third_party/glslang/Test/baseResults/
Dspv.types.frag.out257 169: 6(bool) LogicalOr 166 168
260 172: 6(bool) LogicalOr 169 171
263 175: 6(bool) LogicalOr 172 174
266 178: 6(bool) LogicalOr 175 177
269 181: 6(bool) LogicalOr 178 180
272 184: 6(bool) LogicalOr 181 183
275 187: 6(bool) LogicalOr 184 186
278 190: 6(bool) LogicalOr 187 189
281 193: 6(bool) LogicalOr 190 192
Dspv.conversion.frag.out475 326: 6(bool) LogicalOr 323 325
478 329: 6(bool) LogicalOr 326 328
481 332: 6(bool) LogicalOr 329 331
484 335: 6(bool) LogicalOr 332 334
487 339: 6(bool) LogicalOr 335 338
490 342: 6(bool) LogicalOr 339 341
493 345: 6(bool) LogicalOr 342 344
496 348: 6(bool) LogicalOr 345 347
499 352: 6(bool) LogicalOr 348 351
Dspv.aggOps.frag.out287 186: 72(bool) LogicalOr 182 185
296 195: 72(bool) LogicalOr 191 194
297 196: 72(bool) LogicalOr 186 195
306 205: 72(bool) LogicalOr 201 204
307 206: 72(bool) LogicalOr 196 205
Dhlsl.logical.binary.vec.frag.out360 46: 13(bvec4) LogicalOr 42 45
378 66: 13(bvec4) LogicalOr 62 65
396 85: 13(bvec4) LogicalOr 80 84
400 90: 13(bvec4) LogicalOr 88 89
402 92: 13(bvec4) LogicalOr 90 91
404 94: 13(bvec4) LogicalOr 92 93
406 96: 13(bvec4) LogicalOr 94 95
408 98: 13(bvec4) LogicalOr 96 97
410 100: 13(bvec4) LogicalOr 98 99
Dspv.shortCircuit.frag.out134 73: 6(bool) LogicalOr 71 72
180 102: 6(bool) LogicalOr 100 101
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Delewise_calculation_ops_declare.h191 DECLARE_OP_ADAPTER(LogicalOr)
192 DECLARE_OP_USE_OUTPUT(LogicalOr)
Delewise_calculation_ops_declare.cc544 INPUT_MAP(LogicalOr) = {{1, INPUT_DESC(x1)}, {2, INPUT_DESC(x2)}};
545 ATTR_MAP(LogicalOr) = EMPTY_ATTR_MAP;
546 OUTPUT_MAP(LogicalOr) = {{0, OUTPUT_DESC(y)}};
547 REG_ADPT_DESC(LogicalOr, kNameLogicalOr, ADPT_DESC(LogicalOr))
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_logical_or.py28 self.logical_or = P.LogicalOr()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_logic_cpu_kernel.h49 void LogicalOr(const T *input1, const T *input2, bool *out) const;
178LogicalOr, KernelAttr().AddInputAttr(kNumberTypeBool).AddInputAttr(kNumberTypeBool).AddOutputAttr(…
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
175 {prim::kPrimLogicalOr->name(), &ArithmeticLogicCPUKernel<T>::LogicalOr}, in InitComputeFunc()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_logical_parser.cc44 auto prim = std::make_unique<ops::LogicalOr>(); in Parse()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_logical_parser.cc55 auto prim = std::make_unique<ops::LogicalOr>(); in Parse()
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/
Darithmetic_npu.cc80 op_ = CreateOperator<hiai::op::LogicalOr>(name_); in Init()
170 SetInputs<hiai::op::LogicalOr>(npu_inputs, op_); in SetNPUInputs()
/third_party/mindspore/tests/st/ops/cpu/
Dtest_logical_op.py54 op = P.LogicalOr()
/third_party/mindspore/mindspore/ops/
Dfunctional.py101 logical_or = P.LogicalOr()
216 logical_or = P.LogicalOr()
/third_party/mindspore/mindspore/ops/bprop_mindir/
Dgenerate_mindir.py29 … P.LessEqual(), P.LogicalAnd(), P.LogicalOr(), P.ReduceAll(), P.ReduceAny(), P.DropoutDoMask()]
/third_party/mindspore/tests/st/ops/gpu/
Dtest_logical_op.py37 self.logicalor = P.LogicalOr()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Darithmetic_infer.c115 REG_INFER(LogicalOr, PrimType_LogicalOr, ArithmeticInferShape)
/third_party/mindspore/mindspore/nn/probability/bijector/
Dsoftplus.py91 self.logicalor = P.LogicalOr()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp133 CASE(LogicalOr),
/third_party/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp135 CASE(LogicalOr),
/third_party/spirv-tools/source/
Dassembly_grammar.cpp135 CASE(LogicalOr),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp135 CASE(LogicalOr),

123