Lines Matching refs:FakeTensor
237 of type `<symint>`, `<FakeTensor>`, a
238 ``List[Union[FakeTensor, SymInt]]``, or ``None``.
355 FakeTensor section in References
358 A FakeTensor is an object that contains the metadata of a tensor. It can be
363 class FakeTensor:
369 The size field of FakeTensor is a list of integers or SymInts. If SymInts are
374 are no strides in FakeTensor.
379 FakeTensor describing that tensor.
389 - ``aten::add`` returns a Tensor; so its spec will be a FakeTensor with dtype
394 will also be a 2-tuple of FakeTensor objects, the first TensorMeta describes
409 FakeTensor::
411 FakeTensor(dtype=torch.int, size=[2,], device=CPU)