Advent of Code 2022 in pure TensorFlow - days 1 and 2

For the second year in a row, I decided to solve the Advent Of Code puzzles in pure TensorFlow. Here’s the article where I describe my solutions to the first two puzzles.

Even if the first puzzles are easy, we already encountered:

  • ragged tensors
  • static-graph execution
  • immutable lookup tables

Here’s the repo that already contains the solutions to puzzles 3 and 4 - today’s puzzle.