Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expander/base/
Dmeta_op.h41 LogicalOr, enumerator
Dir_builder.h122 inline NodePtr LogicalOr(const NodePtr &lhs, const NodePtr &rhs) const { in LogicalOr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dlogical_impl.cu71 cudaError_t LogicalOr(const int element_cnt, const T *input1, const T *input2, T *output, cudaStrea… in LogicalOr() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dlogical.cu67 void LogicalOr(const T *input1, const T *input2, T *output, int element_cnt, cudaStream_t stream) { in LogicalOr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dgraph_builder.h42 …NodePtr LogicalOr(const NodePtr &lhs, const NodePtr &rhs) const { return Emit("LogicalOr", {lhs, r… in LogicalOr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Darithmetic_logic_cpu_kernel.cc337 void ArithLogicCpuTypeFunc<T>::LogicalOr(const T *input1, const T *input2, bool *out) { in LogicalOr() function in mindspore::kernel::__anonc7e8b62c0111::ArithLogicCpuTypeFunc
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts150 LogicalOr, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/expander/core/
Demitter.h149 …NodePtr LogicalOr(const NodePtr &lhs, const NodePtr &rhs) { return Emit("LogicalOr", {lhs, rhs}); } in LogicalOr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc688 struct LogicalOr { struct
689 npy_bool operator()(T a, T b) { return static_cast<bool>(a) || static_cast<bool>(b); } in operator ()()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h1457 LogicalOr() : BaseOperator(kNameLogicalOr) {} in LogicalOr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h146 LogicalOr, // ?W operator|| enumerator