Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 9, 2024
1 parent d930ce0 commit 893d771
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion autograd/variable_ops.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module autograd

import vtl
import vtl.la

// add Adds two variables together.
Expand Down
1 change: 0 additions & 1 deletion nn/layers/elu.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module layers

import vtl
import vtl.autograd
import vtl.nn.internal
import vtl.nn.gates.activation
Expand Down
1 change: 0 additions & 1 deletion nn/layers/flatten.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module layers

import vtl
import vtl.autograd
import vtl.nn.gates.layers
import vtl.nn.types
Expand Down
1 change: 0 additions & 1 deletion nn/layers/input.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module layers

import vtl
import vtl.autograd
import vtl.nn.gates.layers
import vtl.nn.types
Expand Down
2 changes: 0 additions & 2 deletions nn/layers/maxpool.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module layers

import vtl
// import vtl.la
import vtl.autograd
import vtl.nn.internal
import vtl.nn.gates.layers
Expand Down
1 change: 0 additions & 1 deletion nn/layers/relu.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module layers

import vtl
import vtl.autograd
import vtl.nn.internal
import vtl.nn.gates.activation
Expand Down
1 change: 0 additions & 1 deletion nn/layers/sigmoid.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module layers

import vtl
import vtl.autograd
import vtl.nn.internal
import vtl.nn.gates.activation
Expand Down

0 comments on commit 893d771

Please sign in to comment.