gotch/tensor
2022-01-17 21:41:16 +11:00
..
basic-example_test.go updated APIs changes 2021-07-23 00:54:41 +10:00
data_test.go upgrade to libtorch 1.10 2021-11-06 14:44:27 +11:00
data.go converted to pointer receiver at tensor APIs, tensor and nn sub-packages 2020-10-31 19:25:32 +11:00
error.go feat(tensor): breaking change! Rename 'wrapper' to 'tensor' package 2020-06-13 11:19:01 +10:00
foo1.gt BREAKING CHANGE: make master work for travis and cpu branch 2020-07-26 10:30:20 +10:00
foo2.gt BREAKING CHANGE: make master work for travis and cpu branch 2020-07-26 10:30:20 +10:00
image.go converted to pointer receiver at tensor APIs, tensor and nn sub-packages 2020-10-31 19:25:32 +11:00
index_test.go updated APIs changes 2021-07-23 00:54:41 +10:00
index.go converted to pointer receiver at tensor APIs, tensor and nn sub-packages 2020-10-31 19:25:32 +11:00
iter.go converted to pointer receiver at tensor APIs, tensor and nn sub-packages 2020-10-31 19:25:32 +11:00
jit_test.go changed(tensor/jit): changed to receiver pointer 2021-01-02 12:35:57 +11:00
jit.go clean up 2022-01-17 17:20:40 +11:00
module.go converted to pointer receiver at tensor APIs, tensor and nn sub-packages 2020-10-31 19:25:32 +11:00
must-tensor-generated.go upgrade to libtorch 1.10 2021-11-06 14:44:27 +11:00
npy_test.go WIP(npy): added ReadNpy and ReadNpz 2020-11-17 18:31:29 +11:00
npy.go Updated tensor.OfDataSize to write directly binary data; Updated ReadNpy and ReadNpz 2020-11-18 13:07:08 +11:00
optimizer.go added AdamW optimizer 2021-06-12 18:40:42 +10:00
other.go updated APIs changes 2021-07-23 00:54:41 +10:00
patch-example_test.go updated APIs changes 2021-07-23 00:54:41 +10:00
patch.go fixed wrong tensor method 'Meshgrid' 2022-01-17 17:18:54 +11:00
print.go tensor/print: added padding and precision 2020-11-09 17:16:34 +11:00
scalar.go converted to pointer receiver at tensor APIs, tensor and nn sub-packages 2020-10-31 19:25:32 +11:00
tensor_test.go updated APIs changes 2021-07-23 00:54:41 +10:00
tensor-generated.go upgrade to libtorch 1.10 2021-11-06 14:44:27 +11:00
tensor.go added new API: ConstantPadNdWithVal 2022-01-17 21:41:16 +11:00
util.go fixed(nn/varstore): fixed nil pointer at LoadPartial due to not break loop 2020-12-10 09:21:03 +11:00