Home
last modified time | relevance | path

Searched full:bitwise_not (Results 1 – 25 of 137) sorted by relevance

123456

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_bitwise_not_test.cpp30 // Common testing for bitwise_not operator
37 // Destination for the bitwise_not operator. in test_bitwise_not_out()
65 // Destination for the bitwise_not operator. in test_bitwise_not_out()
79 // Destination for the bitwise_not operator. in test_bitwise_not_out()
121 res = torch.bitwise_not(x)
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DBitwiseNotFixture.h67 FunctionType bitwise_not; in compute_target() local
69 bitwise_not.configure(&src, &dst); in compute_target()
84 bitwise_not.run(); in compute_target()
97 return reference::bitwise_not<T>(src); in compute_reference()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/operations/
H A DBitwiseOps.mm129 kernel void bitwise_not(constant uint& length [[buffer(0)]],
311 auto cplState = getCPLState(output, self, self, "bitwise_not");
313 getMPSProfiler().beginProfileKernel(cplState, "bitwise_not", {self});
317 [commandEncoder pushDebugGroup:@"Dispatch bitwise_not kernel"];
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_unary_ufuncs_impl.py16 bitwise_not,
17 bitwise_not as invert,
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DBitwiseNot.cpp35 SimpleTensor<T> bitwise_not(const SimpleTensor<T> &src) in bitwise_not() function
49 template SimpleTensor<uint8_t> bitwise_not(const SimpleTensor<uint8_t> &src);
H A DBitwiseNot.h38 SimpleTensor<T> bitwise_not(const SimpleTensor<T> &src);
/aosp_15_r20/external/executorch/backends/apple/mps/operators/
H A Dunary_ops.py79 "aten.bitwise_not.default",
116 exir_ops.edge.aten.bitwise_not.default: MPSBitwiseNot,
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h35 BITWISE_NOT = 3, enumerator
138 Operator& Operator::create<Operator::BITWISE_NOT>();
DUnaryOp.h55 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
/aosp_15_r20/external/pytorch/functorch/dim/
H A Dop_properties.py95 torch.Tensor.bitwise_not,
96 torch.bitwise_not,
/aosp_15_r20/frameworks/compile/mclinker/lib/Script/
DOperator.cpp94 Operator& Operator::create<Operator::BITWISE_NOT>() { in create()
95 static UnaryOp<Operator::BITWISE_NOT> op; in create()
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_aten_core_operators.expect101 aten::bitwise_not
102 aten::bitwise_not.out
/aosp_15_r20/external/pytorch/test/typing/pass/
H A Dmath_ops.py56 # bitwise_not
57 torch.bitwise_not(t)
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_pointwise_ops.py119 aten.bitwise_not.default,
120 aten.bitwise_not.out,
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h350 EIGEN_DEVICE_FUNC static inline T bitwise_not(const T& a) { return bit_not<T>()(a); }
365 EIGEN_DEVICE_FUNC static inline T bitwise_not(const T& a) {
426 return bitwise_helper<Packet>::bitwise_not(a);
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_bitwise_not.cpp47 ET_SWITCH_INT_TYPES(in.scalar_type(), ctx, "bitwise_not.out", CTYPE, [&] { in bitwise_not_out()
/aosp_15_r20/external/pytorch/docs/source/
H A Dname_inference.rst52 ":meth:`Tensor.bitwise_not`, :func:`torch.bitwise_not`",:ref:`keeps_input_names-doc`
/aosp_15_r20/external/deqp/modules/gles2/scripts/
H A Dgen-reserved_operators.py77 Operator("~", "bitwise_not"),
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py67 "bitwise_not",
628 bitwise_not = _make_elementwise_unary_prim( variable
629 "bitwise_not",
630 impl_aten=torch.bitwise_not,
H A Dcontext.py32 torch.Tensor.__invert__: torch._refs.bitwise_not,
/aosp_15_r20/external/pytorch/torch/masked/maskedtensor/
H A Dunary.py28 "bitwise_not",
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLBitwiseKernel.cpp75 kernel_name = "bitwise_not"; in configure()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dpublic_api67 bitwise_not
/aosp_15_r20/external/executorch/kernels/aten/
H A Dfunctions.yaml91 - op: bitwise_not.out
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesUnaryOps.cpp87 UNARY_POINTWISE_ALL(bitwise_not); in TORCH_LIBRARY_IMPL()

123456