/aosp_15_r20/external/pytorch/tools/autograd/templates/ |
H A D | python_variable_methods.cpp | 72 auto& self_ = THPVariable_Unpack(self); in THPVariable__is_view() local 90 auto& self_ = THPVariable_Unpack(self); in THPVariable_apply_() local 107 auto& self_ = THPVariable_Unpack(self); in THPVariable_size() local 141 auto& self_ = THPVariable_Unpack(self); in THPVariable_stride() local 174 static PyObject * THPVariable_get_device(PyObject* self_, PyObject* args) in THPVariable_get_device() 185 static PyObject * THPVariable_has_names(PyObject* self_, PyObject* args) in THPVariable_has_names() 197 static PyObject * THPVariable_data_ptr(PyObject* self_, PyObject* args) in THPVariable_data_ptr() 209 static PyObject * THPVariable_storage_offset(PyObject* self_, PyObject* args) in THPVariable_storage_offset() 227 auto& self_ = THPVariable_Unpack(self); in THPVariable_dim() local 239 auto& self_ = THPVariable_Unpack(self); in THPVariable_numel() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesViews.cpp | 97 auto self_ = moveBatchDimToFront(self, self_bdim); in unsqueeze_batch_rule() local 111 auto self_ = moveBatchDimToFront(self, self_bdim); in repeat_batch_rule() local 123 auto self_ = moveBatchDimToFront(self, self_bdim); in _unsafe_view_batch_rule() local 141 auto self_ = moveBatchDimToFront(self, self_bdim); in flip_batch_rule() local 275 auto self_ = moveBatchDimToFront(self, bdim); in _reshape_alias_batch_rule() local 285 auto self_ = moveBatchDimToFront(self, bdim); in roll_batch_rule() local 313 auto self_ = moveBatchDimToFront(self, self_bdim); in diagonal_batching_rule() local 341 auto self_ = moveBatchDimToFront(self, self_bdim); in slice_batch_rule() local 367 auto self_ = moveBatchDimToFront(self, self_bdim); in transpose_int_batch_rule() local 381 auto self_ = moveBatchDimToFront(self, self_bdim); in permute_batching_rule() local [all …]
|
H A D | BatchRulesScatterOps.cpp | 233 auto self_ = moveBatchDimToFront(self, self_bdim); in index_batch_rule() local 411 Tensor self_ = moveBatchDimToFront(self, self_bdim); local 684 auto self_ = moveBatchDimToFront(self, self_bdim); in scatter_batch_rule() local 717 auto self_ = moveBatchDimToFront(self, self_bdim); in scatter_batch_rule() local 801 auto self_ = moveBatchDimToFront(self, self_bdim); in gather_batch_rule() local 910 auto self_ = moveBatchDimToFront(self, self_bdim); in diagonal_scatter_batch_rule() local 941 auto self_ = moveBatchDimToFront(self, self_bdim); in index_add_batch_rule_impl() local 1013 auto self_ = self.clone(at::MemoryFormat::Preserve); in index_add_batch_rule() local 1056 Tensor & self_, in index_fill_batch_rule_helper() 1096 Tensor self_ = moveBatchDimToFront(self, self_bdim); in index_fill_int_scalar_batch_rule_impl() local [all …]
|
H A D | BatchRulesReduceOps.cpp | 359 auto self_ = moveBatchDimToFront(self, self_bdim); in searchsorted_batch_rule() local 365 auto self_ = moveBatchDimToFront(self, self_bdim); in searchsorted_batch_rule() local 373 auto self_ = reshape_dim_into(*self_bdim, -1, self); in searchsorted_batch_rule() local 383 auto self_ = moveBatchDimToFront(self, self_bdim); in searchsorted_batch_rule() local 392 auto self_ = ensure_has_bdim(self, false, bdim_size); in searchsorted_batch_rule() local
|
H A D | BatchRulesLinearAlgebra.cpp | 48 auto self_ = at::movedim(self, *self_bdim, -3); in tv_batch_rule() local 57 auto self_ = moveBatchDimToFront(self, self_bdim); in tv_batch_rule() local 92 auto self_ = moveBatchDimToFront(self, self_bdim); in mm_batch_rule() local 107 auto self_ = moveBatchDimToFront(self, self_bdim); in bmm_batch_rule() local 357 const auto self_ = moveBatchDimToFront(self, self_bdim).contiguous(); // seems to be a bug in matrix_exp_batch_rule() local 413 …const auto self_ = ensure_has_bdim(std::get<0>(self_other_bundled), self_bdim.has_value(), batch_s… in cross_batch_rule() local 439 const auto self_ = ensure_has_bdim(std::get<0>(tensor_other), self_bdim.has_value(), batch_size); in linalg_lstsq_batch_rule() local
|
H A D | BatchRulesUnaryOps.cpp | 41 auto self_ = moveBatchDimToFront(self, self_bdim); in clone_batch_rule() local 57 auto self_ = moveBatchDimToFront(self, self_bdim); in view_as_complex_batch_rule() local
|
H A D | BatchRulesActivation.cpp | 24 const auto self_ = moveBatchDimToFront(self, self_bdim); in glu_batch_rule() local 45 …const auto self_ = ensure_has_bdim(moveBatchDimToFront(self, self_bdim), self_bdim.has_value(), ba… in glu_backward_batch_rule() local
|
H A D | BatchRulesPooling.cpp | 25 auto self_ = moveBatchDimToFront(self, self_bdim); in max_pool_with_indices_batch_rule_helper() local 32 auto self_ = reshape_dim_into(*self_bdim, 0, self); in max_pool_with_indices_batch_rule_helper() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_variable.cpp | 621 PyObject* self_, in THPVariable_view_func() 628 PyObject* self_, in THPVariable_view_func_unsafe() 634 static PyObject* rev_view_func_impl(PyObject* self_, PyObject* arg) { in rev_view_func_impl() 657 PyObject* self_, in THPVariable_rev_view_func_unsafe() 1378 auto& self_ = THPVariable_Unpack(self); in THPVariable_is_cpu() local 1388 auto& self_ = THPVariable_Unpack(self); in THPVariable_is_cuda() local 1398 auto& self_ = THPVariable_Unpack(self); in THPVariable_is_mtia() local 1408 auto& self_ = THPVariable_Unpack(self); in THPVariable_is_xla() local 1418 auto& self_ = THPVariable_Unpack(self); in THPVariable_is_ipu() local 1428 auto& self_ = THPVariable_Unpack(self); in THPVariable_is_xpu() local [all …]
|
H A D | VariableTypeManual.cpp | 122 auto& self_ = unpack(self, "self", 0); in _fw_primal() local 197 auto& self_ = unpack(self, "self", 0); in copy_() local 244 auto& self_ = unpack(self, "self", 0); in resize_() local 266 auto& self_ = unpack(self, "self", 0); in resize_as_() local 289 auto& self_ = unpack(self, "self", 0); in detach() local
|
H A D | python_variable_indexing.cpp | 48 const auto& self_ = THPVariable_Unpack(self); in THPVariable_length() local 341 const auto& self_ = THPVariable_Unpack(self); in THPVariable_getitem() local 442 const auto& self_ = THPVariable_Unpack(self); in THPVariable_setitem() local
|
H A D | python_torch_functions_manual.cpp | 270 PyObject* self_, in THPVariable_get_device() 295 PyObject* self_, in THPVariable_frombuffer() 327 PyObject* self_, in THPVariable_asarray() 463 PyObject* self_, in THPVariable_numel()
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_richcmp.py | 195 def __lt__(self_, other): return 0 argument 196 def __gt__(self_, other): return 0 argument 197 def __eq__(self_, other): return 0 argument 198 def __le__(self_, other): self.fail("This shouldn't happen") argument 199 def __ge__(self_, other): self.fail("This shouldn't happen") argument 200 def __ne__(self_, other): self.fail("This shouldn't happen") argument 201 def __cmp__(self_, other): raise RuntimeError, "expected" argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_richcmp.py | 195 def __lt__(self_, other): return 0 argument 196 def __gt__(self_, other): return 0 argument 197 def __eq__(self_, other): return 0 argument 198 def __le__(self_, other): self.fail("This shouldn't happen") argument 199 def __ge__(self_, other): self.fail("This shouldn't happen") argument 200 def __ne__(self_, other): self.fail("This shouldn't happen") argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/ |
D | stream.hpp | 758 stream* self_; member in boost::asio::ssl::stream::initiate_async_handshake 794 stream* self_; member in boost::asio::ssl::stream::initiate_async_buffered_handshake 825 stream* self_; member in boost::asio::ssl::stream::initiate_async_shutdown 857 stream* self_; member in boost::asio::ssl::stream::initiate_async_write_some 889 stream* self_; member in boost::asio::ssl::stream::initiate_async_read_some
|
/aosp_15_r20/external/crosvm/crosvm_plugin/src/ |
H A D | lib.rs | 704 let self_ = &mut (*self_); localVariable 715 let self_ = &mut (*self_); localVariable 1411 let self_ = &mut (*self_); in crosvm_new_connection() localVariable 1432 let self_ = &mut (*self_); in crosvm_get_shutdown_eventfd() localVariable 1446 let self_ = &mut (*self_); in crosvm_check_extension() localVariable 1520 let self_ = &mut (*self_); in crosvm_net_get_config() localVariable 1538 let self_ = &mut (*self_); in crosvm_reserve_range() localVariable 1551 let self_ = &mut (*self_); in crosvm_reserve_async_write_range() localVariable 1559 let self_ = &mut (*self_); in crosvm_set_irq() localVariable 1571 let self_ = &mut (*self_); in crosvm_set_irq_routing() localVariable [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ScanUtils.cuh | 61 __global__ void tensor_kernel_scan_innermost_dim_with_indices(const scalar_t *self_, scalar_t *valu… in tensor_kernel_scan_innermost_dim_with_indices() 155 __global__ void tensor_kernel_scan_outer_dim_with_indices(const scalar_t *self_, scalar_t *values_,… in tensor_kernel_scan_outer_dim_with_indices() 245 auto self_ = self.expect_contiguous(); in scan_dim_with_indices() local 447 auto self_ = self.expect_contiguous(); in scan_dim() local
|
H A D | MaxUnpooling.cu | 116 Tensor& max_unpooling2d_forward_out_cuda(const Tensor& self_, in max_unpooling2d_forward_out_cuda() 291 Tensor& max_unpooling3d_forward_out_cuda(const Tensor& self_, in max_unpooling3d_forward_out_cuda() 401 const Tensor& self_, in max_unpooling2d_backward_out_cuda() 501 const Tensor& self_, in max_unpooling3d_backward_out_cuda()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/ |
H A D | MKLDNNConversions.cpp | 163 auto self_ = self.is_mkldnn() ? self : self.contiguous(memory_format); in mkldnn_reorder_conv2d_weight() local 220 auto self_ = self.is_mkldnn() ? self : self.contiguous(memory_format); in mkldnn_reorder_conv3d_weight() local 265 auto self_ = self.contiguous(); in mkldnn_reorder_linear_weight() local 356 auto self_ = self.contiguous(memory_format); in mkldnn_reorder_conv_transpose_weight() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | basic_raw_socket.hpp | 1105 basic_raw_socket* self_; member in boost::asio::basic_raw_socket::initiate_async_send 1139 basic_raw_socket* self_; member in boost::asio::basic_raw_socket::initiate_async_send_to 1173 basic_raw_socket* self_; member in boost::asio::basic_raw_socket::initiate_async_receive 1207 basic_raw_socket* self_; member in boost::asio::basic_raw_socket::initiate_async_receive_from
|
D | basic_datagram_socket.hpp | 1114 basic_datagram_socket* self_; member in boost::asio::basic_datagram_socket::initiate_async_send 1148 basic_datagram_socket* self_; member in boost::asio::basic_datagram_socket::initiate_async_send_to 1182 basic_datagram_socket* self_; member in boost::asio::basic_datagram_socket::initiate_async_receive 1216 basic_datagram_socket* self_; member in boost::asio::basic_datagram_socket::initiate_async_receive_from
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | FunctionalizeFallbackKernel.cpp | 130 at::Tensor self_; in resize__functionalization() local 244 at::Tensor self_; in _to_copy_functionalize() local 295 auto self_ = at::functionalization::impl::from_functional_tensor(self); in _unsafe_view_functionalize() local
|
/aosp_15_r20/art/runtime/ |
H A D | scoped_thread_state_change.h | 57 Thread* const self_ = nullptr; variable 126 Thread* const self_; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/ |
H A D | inductor_ops.cpp | 44 Tensor self_ = at::detail::make_tensor<TensorImpl>( in _alloc_from_pool() local 64 Tensor self_ = at::detail::make_tensor<TensorImpl>( in _reinterpret_tensor() local
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | StorageMethods.cpp | 55 auto self_ = THPStorage_Unpack(self); in THPStorage_dataPtr() local 80 at::Storage self_ = torch::createStorage(self); in THPStorage_copy_() local 620 const auto& self_ = THPStorage_Unpack(self); in THPStorage__get_filename() local
|