/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_bitwise_not_test.cpp | 30 // 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 D | BitwiseNotFixture.h | 67 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 D | BitwiseOps.mm | 129 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.py | 16 bitwise_not, 17 bitwise_not as invert,
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | BitwiseNot.cpp | 35 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 D | BitwiseNot.h | 38 SimpleTensor<T> bitwise_not(const SimpleTensor<T> &src);
|
/aosp_15_r20/external/executorch/backends/apple/mps/operators/ |
H A D | unary_ops.py | 79 "aten.bitwise_not.default", 116 exir_ops.edge.aten.bitwise_not.default: MPSBitwiseNot,
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 35 BITWISE_NOT = 3, enumerator 138 Operator& Operator::create<Operator::BITWISE_NOT>();
|
D | UnaryOp.h | 55 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
|
/aosp_15_r20/external/pytorch/functorch/dim/ |
H A D | op_properties.py | 95 torch.Tensor.bitwise_not, 96 torch.bitwise_not,
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 94 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 D | HasDecompTest.test_aten_core_operators.expect | 101 aten::bitwise_not 102 aten::bitwise_not.out
|
/aosp_15_r20/external/pytorch/test/typing/pass/ |
H A D | math_ops.py | 56 # bitwise_not 57 torch.bitwise_not(t)
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/ |
H A D | _pointwise_ops.py | 119 aten.bitwise_not.default, 120 aten.bitwise_not.out,
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | GenericPacketMath.h | 350 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 D | op_bitwise_not.cpp | 47 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 D | name_inference.rst | 52 ":meth:`Tensor.bitwise_not`, :func:`torch.bitwise_not`",:ref:`keeps_input_names-doc`
|
/aosp_15_r20/external/deqp/modules/gles2/scripts/ |
H A D | gen-reserved_operators.py | 77 Operator("~", "bitwise_not"),
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | __init__.py | 67 "bitwise_not", 628 bitwise_not = _make_elementwise_unary_prim( variable 629 "bitwise_not", 630 impl_aten=torch.bitwise_not,
|
H A D | context.py | 32 torch.Tensor.__invert__: torch._refs.bitwise_not,
|
/aosp_15_r20/external/pytorch/torch/masked/maskedtensor/ |
H A D | unary.py | 28 "bitwise_not",
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLBitwiseKernel.cpp | 75 kernel_name = "bitwise_not"; in configure()
|
/aosp_15_r20/external/pytorch/functorch/op_analysis/ |
H A D | public_api | 67 bitwise_not
|
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 91 - op: bitwise_not.out
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesUnaryOps.cpp | 87 UNARY_POINTWISE_ALL(bitwise_not); in TORCH_LIBRARY_IMPL()
|