Home
last modified time | relevance | path

Searched defs:self_ (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_variable_methods.cpp72 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 DBatchRulesViews.cpp97 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 DBatchRulesScatterOps.cpp233 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 DBatchRulesReduceOps.cpp359 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 DBatchRulesLinearAlgebra.cpp48 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 DBatchRulesUnaryOps.cpp41 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 DBatchRulesActivation.cpp24 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 DBatchRulesPooling.cpp25 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 Dpython_variable.cpp621 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 DVariableTypeManual.cpp122 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 Dpython_variable_indexing.cpp48 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 Dpython_torch_functions_manual.cpp270 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/
Dtest_richcmp.py195 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/
Dtest_richcmp.py195 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/
Dstream.hpp758 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 Dlib.rs704 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 DScanUtils.cuh61 __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 DMaxUnpooling.cu116 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 DMKLDNNConversions.cpp163 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/
Dbasic_raw_socket.hpp1105 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
Dbasic_datagram_socket.hpp1114 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 DFunctionalizeFallbackKernel.cpp130 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 Dscoped_thread_state_change.h57 Thread* const self_ = nullptr; variable
126 Thread* const self_; variable
/aosp_15_r20/external/pytorch/torch/csrc/inductor/
H A Dinductor_ops.cpp44 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 DStorageMethods.cpp55 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

1234567