gotch/tensor
2020-07-17 12:32:46 +10:00
..
data.go updated 2020-07-08 22:29:04 +10:00
error.go feat(tensor): breaking change! Rename 'wrapper' to 'tensor' package 2020-06-13 11:19:01 +10:00
foo1.pt fix(tensor/jit): fixed writing ctensor slice to C memory 2020-06-28 10:41:23 +10:00
foo2.pt feat(tensor/jit): unit test 2020-06-28 19:06:27 +10:00
image.go fix(vision/image): fixed resizeReserveAspectRatio 2020-07-01 12:37:06 +10:00
index_test.go feat(tensor/index): completed indexing unit tests 2020-07-10 16:50:57 +10:00
index.go feat(tensor/index): completed indexing unit tests 2020-07-10 16:50:57 +10:00
iter.go feat(tensor): unit test 2020-07-11 16:42:27 +10:00
jit_test.go feat(tensor/jit): unit test 2020-06-28 19:06:27 +10:00
jit.go feat(example/jit) 2020-06-30 20:01:01 +10:00
macro.go chore(clean-up) 2020-07-11 16:51:12 +10:00
module.go fix(tensor/module): fixed and moved BatchAccuracyForLogits to nn/sequential; chore(example): clean-up 2020-07-11 12:53:23 +10:00
optimizer.go feat(tensor): breaking change! Rename 'wrapper' to 'tensor' package 2020-06-13 11:19:01 +10:00
other.go fix(nn/sequential, linear): fixed memory held up due to undeleted middle tensors 2020-06-23 13:37:26 +10:00
scalar.go updated 2020-07-09 18:24:37 +10:00
tensor_test.go feat(tensor): unit test 2020-07-11 16:42:27 +10:00
tensor-generated-sample.go WIP(example/yolo) 2020-07-15 13:42:40 +10:00
tensor.go confirmed no leak at tensor.Values(), tensor.Vals() 2020-07-17 12:32:46 +10:00
util.go feat(free C pointer): added 'defer C.free(unsafe.Pointer(ptr))' to all missing. Except for CMalloc func and Nll func 2020-06-17 16:45:59 +10:00