Skip to content

Commit

Permalink
Moved GPU impl to a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xEcho1337 committed Jan 14, 2025
1 parent 5882340 commit 1a71b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.echo.brain4j.training.optimizers.impl;
package net.echo.brain4j.training.optimizers.impl.gpu;

import net.echo.brain4j.model.Model;
import net.echo.brain4j.opencl.DeviceUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.echo.brain4j.training.optimizers.impl;
package net.echo.brain4j.training.optimizers.impl.gpu;

import net.echo.brain4j.layer.Layer;
import net.echo.brain4j.model.Model;
Expand Down

0 comments on commit 1a71b39

Please sign in to comment.