Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in golang sample (apache#13476)
Create complex.go At line132, raw code is `inSlice := make([]float32, (244 * 244 * 3))`, Howover, at line90 the input shape set `tshapeIn := []int64{1, 224, 224, 3}`, So there is an error uncatched.
- Loading branch information