Home
last modified time | relevance | path

Searched refs:_sparse_coo_tensor_with_dims_and_tensors (Results 1 – 14 of 14) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DSparseTensorUtils.cpp118 return at::_sparse_coo_tensor_with_dims_and_tensors( in zeros_like_with_indices()
DTensorShape.cpp1502 return _sparse_coo_tensor_with_dims_and_tensors( in permute_sparse_coo()
1766 return _sparse_coo_tensor_with_dims_and_tensors( in select_sparse()
1771 return _sparse_coo_tensor_with_dims_and_tensors( in select_sparse()
1944 return _sparse_coo_tensor_with_dims_and_tensors( in index_select_sparse_cpu()
2417 return _sparse_coo_tensor_with_dims_and_tensors( in index_select_sparse_cpu()
2494 return _sparse_coo_tensor_with_dims_and_tensors( in index_select_sparse_cpu()
3403 return _sparse_coo_tensor_with_dims_and_tensors( in unsqueeze_sparse()
3406 return _sparse_coo_tensor_with_dims_and_tensors( in unsqueeze_sparse()
/external/pytorch/aten/src/ATen/native/sparse/
DSparseUnaryOps.cpp86 Tensor result = at::_sparse_coo_tensor_with_dims_and_tensors( in coalesced_unary_ufunc()
DSparseTensor.cpp359 return at::_sparse_coo_tensor_with_dims_and_tensors( in sparse_coo_tensor()
886 return at::_sparse_coo_tensor_with_dims_and_tensors( in _pin_memory_sparse_coo()
DSparseTensorMath.cpp1708 …SparseTensor new_sparse = at::_sparse_coo_tensor_with_dims_and_tensors(new_sparse_dim, new_dense_d… in _sparse_sum()
1811 …return at::_sparse_coo_tensor_with_dims_and_tensors(input_sparse_dim, input_dense_dim, input_sizes… in _sparse_sum_backward_cpu()
1888 …return at::_sparse_coo_tensor_with_dims_and_tensors(input_sparse_dim, input_dense_dim, input_sizes… in _sparse_sum_backward_cpu()
/external/pytorch/torch/masked/maskedtensor/
D_ops_refs.py494 @register_dispatch_func([torch.ops.aten._sparse_coo_tensor_with_dims_and_tensors])
495 def _sparse_coo_tensor_with_dims_and_tensors(func, *args, **kwargs): function
/external/pytorch/torch/_subclasses/
Dfake_impls.py255 @register_op_impl(aten._sparse_coo_tensor_with_dims_and_tensors.default)
256 def _sparse_coo_tensor_with_dims_and_tensors(fake_mode, func, *args, **kwargs): function
Dfake_tensor.py2181 aten._sparse_coo_tensor_with_dims_and_tensors.default,
/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSparseCUDATensorMath.cu590 …return at::_sparse_coo_tensor_with_dims_and_tensors(input_sparse_dim, input_dense_dim, input_sizes… in _sparse_sum_backward_cuda()
666 …return at::_sparse_coo_tensor_with_dims_and_tensors(input_sparse_dim, input_dense_dim, input_sizes… in _sparse_sum_backward_cuda()
/external/pytorch/test/expect/
DHasDecompTest.test_has_decomposition.expect526 aten::_sparse_coo_tensor_with_dims_and_tensors
527 aten::_sparse_coo_tensor_with_dims_and_tensors.out
/external/pytorch/aten/src/ATen/native/cuda/
DIndexing.cu1655 return at::_sparse_coo_tensor_with_dims_and_tensors( in index_select_sparse_cuda()
1799 return _sparse_coo_tensor_with_dims_and_tensors( in index_select_sparse_cuda()
/external/pytorch/test/inductor/
Dtest_cudagraph_trees.py840 return aten._sparse_coo_tensor_with_dims_and_tensors(
/external/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/
Dfambench_dlrm_training.txt251 Operator: aten._sparse_coo_tensor_with_dims_and_tensors.default
/external/pytorch/torch/_inductor/
Dlowering.py2363 make_fallback(aten._sparse_coo_tensor_with_dims_and_tensors)