Home
last modified time | relevance | path

Searched refs:extract_shape_from_varargs (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_refs/
D__init__.py2298 shape = utils.extract_shape_from_varargs(shape, validate=False)
3597 repeat_shape = utils.extract_shape_from_varargs(repeat_shape, validate=False)
3656 shape = utils.extract_shape_from_varargs(shape, validate=False)
4658 shape = utils.extract_shape_from_varargs(shape)
4765 size = utils.extract_shape_from_varargs(size)
4818 size = utils.extract_shape_from_varargs(size)
5368 shape = utils.extract_shape_from_varargs(shape)
5535 shape_ = utils.extract_shape_from_varargs(shape)
/external/pytorch/torch/_prims_common/
D__init__.py829 def extract_shape_from_varargs( function