wangkuiyi / gotorch

A Go idiomatic binding to the C++ core of PyTorch
MIT License
316 stars 35 forks source link

Polish file organization and improve building time #360

Closed shendiaomo closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #360 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #360   +/-   ##
========================================
  Coverage    87.46%   87.46%           
========================================
  Files           33       33           
  Lines         1468     1468           
========================================
  Hits          1284     1284           
  Misses         121      121           
  Partials        63       63           
Impacted Files Coverage Δ
cuda.go 54.54% <ø> (ø)
device.go 100.00% <ø> (ø)
nn/functional/functional.go 87.11% <ø> (ø)
nn/initializer/initializer.go 56.52% <ø> (ø)
optim.go 61.11% <ø> (ø)
tensor.go 92.77% <ø> (ø)
tensor_ctor.go 97.33% <ø> (ø)
tensor_gc.go 100.00% <ø> (ø)
tensor_gob.go 100.00% <ø> (ø)
tensor_ops.go 97.32% <ø> (ø)