Home
last modified time | relevance | path

Searched defs:LogicalNot (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dlogical_impl.cu49 cudaError_t LogicalNot(const int element_cnt, const T *input1, T *output, cudaStream_t stream, in LogicalNot() function
57 cudaError_t LogicalNot(const int element_cnt, const T *input1, T *output, cudaStream_t stream) { in LogicalNot() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expander/base/
Dmeta_op.h40 LogicalNot, enumerator
Dir_builder.h125 …inline NodePtr LogicalNot(const NodePtr &node) const { return e->Emit(MetaOp::LogicalNot, {node});… in LogicalNot() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dlogical.cu57 void LogicalNot(const T *input1, T *output, int element_cnt, cudaStream_t stream) { in LogicalNot() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp152 TEST(TransformationEquationInstructionTest, LogicalNot) { in TEST() argument
/third_party/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp153 TEST(TransformationEquationInstructionTest, LogicalNot) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp152 TEST(TransformationEquationInstructionTest, LogicalNot) { in TEST() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/expander/core/
Demitter.h150 NodePtr LogicalNot(const NodePtr &x) { return Emit("LogicalNot", {x}); } in LogicalNot() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc680 struct LogicalNot { struct
681 npy_bool operator()(T a) { return !static_cast<bool>(a); } in operator ()()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h1451 LogicalNot() : BaseOperator(kNameLogicalNot) {} in LogicalNot() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h122 LogicalNot, // ?7 # operator! enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Darithmetic_self_cpu_kernel.cc176 void LogicalNot(ArithmeticSelfCpuKernelFuncBool<T, S> *content, const T *in, S *out, size_t size) { in LogicalNot() function