Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpionus authored and ylc committed Sep 29, 2021
1 parent c8000a1 commit 746a315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/sample/complex.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func main() {

// Array allocation attributes
tshapeIn := []int64{1, 224, 224, 3}
tshapeOut := []int64{1, 1000}
tshapeOut := []int64{1, 1001}

// Allocate input Array
inX, err := gotvm.Empty(tshapeIn, "float32", gotvm.CPU(0))
Expand Down

0 comments on commit 746a315

Please sign in to comment.