Home
last modified time | relevance | path

Searched defs:arg_out (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/native/cpu/
DSpmmReduceKernel.cpp165 const Tensor& arg_out, in spmm_reduce_arg_kernel_impl()
306 auto arg_out = arg_out_.contiguous(); in spmm_reduce_backward_input_arg_kernel_impl() local
389 auto arg_out = arg_out_.contiguous(); in spmm_reduce_backward_other_arg_kernel_impl() local
449 const Tensor& arg_out, in spmm_reduce_arg_kernel()
489 const Tensor& arg_out, in spmm_reduce_backward_input_arg_kernel()
545 const Tensor& arg_out, in spmm_reduce_backward_other_arg_kernel()
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc279 Argument *arg_out = &*arg_it; in make_reader() local
336 Argument *arg_out = &*arg_it; in make_writer() local
/external/pytorch/aten/src/ATen/native/sparse/
DSparseCsrTensorMath.cpp1385 auto arg_out = at::empty({0}, col.options()); in _sparse_mm_reduce_impl_sparse_csr_cpu() local
1415 const Tensor& arg_out, in _sparse_mm_reduce_impl_backward_sparse_csr_cpu()
/external/libevent/
Devent.c2419 …e_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out) in event_get_assignment()