My solution to problem 8 of the AoC 2022 in pure Tensorflow. The problem requires working on a bi-dimensional grid and evaluating conditions by rows/columns. Thanks to its native support for reduction operators TensorFlow is perfect for this task.
My solution to problem 8 of the AoC 2022 in pure Tensorflow. The problem requires working on a bi-dimensional grid and evaluating conditions by rows/columns. Thanks to its native support for reduction operators TensorFlow is perfect for this task.