Home
last modified time | relevance | path

Searched full:_infer_size (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/torch/jit/
H A D_builtins.py96 (torch._C._infer_size, "aten::_infer_size"),
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dcoverage.yaml40 - aten::_infer_size
727 aten::_infer_size: 7
H A Dmodel_ops.yaml36 aten::_infer_size: 9
/aosp_15_r20/external/pytorch/torch/distributions/
H A Dkl.py420 combined_batch_shape = torch._C._infer_size(
453 combined_batch_shape = torch._C._infer_size(
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_special_ops.cpp322 TORCH_SELECTIVE_SCHEMA("aten::_infer_size(int[] a, int[] b) -> int[]"),
/aosp_15_r20/external/pytorch/
H A Dpt_ops.bzl582 "aten::_infer_size",
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1327 {"_infer_size", THPModule_inferSize, METH_VARARGS, nullptr},
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py10 from torch._C import _add_docstr, _infer_size
3551 new_size = _infer_size(target.size(), weight.size())
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1113 def _infer_size(arg1: Size, arg2: Size) -> Size: ... # THPModule_inferSize
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py655 "torch._C._infer_size",
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_aotdispatch.py6307 torch.nn.BCELoss, # new_size = _infer_size(target.size(), weight.size())
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py13351 from torch._C import _infer_size
13355 return _infer_size(x.size(), y.size())
H A Dtest_linalg.py4329 expand_dims = tuple(torch._C._infer_size(torch.Size(batch_dims_A),