Slide 170
Slide 170 text
PyTorch 2 internals - Christian S. Perone (2023)
Tensors JIT Dynamo Inductor Torch Export ExecuTorch
Selective Build
The output of executing the example app in the Pixel Watch 2 will be
something like this:
Output 0: tensor(sizes=[1, 1000], [
-0.50986, 0.300638, 0.0953863, 0.147721, 0.231201, 0.338555,
0.20689, -0.0575741, -0.389267, -0.0606858, -0.0213996,
-0.121034, -0.288955, 0.134052, -0.171977, -0.060362,
0.0203591, -0.0585306, 0.337859, -0.0718654, 0.490758,
0.524143, 0.197859, 0.122067, -0.35913, 0.10946, 0.347745,
0.478512, 0.226557, 0.0363519,
(...)
Showing the 1000 class logits for the input (all 1’s in our case).