$ tree
.
├── Hello.scala
├── build.sbt
└── project
└── plugins.sbt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function compareFilters(filterDeltas, inputs, deltas) { | |
| const startingInputY = this.thread.y - this.constants.paddingY | |
| const startingInputX = this.thread.x - this.constants.paddingX | |
| let deltaSlideY = 0 | |
| let sum = filterDeltas[this.thread.z][this.thread.y][this.thread.x] | |
| for (let y = 0; y < this.constants.slideHeight; y++) { | |
| deltaSlideY++ | |
| let deltaSlideX = 0 |
Edit: This list is now maintained in the rust-anthology repo.