gotch/tensor
2020-07-11 12:53:23 +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): breaking change! Rename 'wrapper' to 'tensor' package 2020-06-13 11:19:01 +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 feat(tensor): added more tensor API, WIP(example/nn, mnist/nn) 2020-06-19 15:26:42 +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-generated-sample.go fix(tensor/index): fixed incorrect counting of number of NewAxis 2020-07-10 11:10:26 +10:00
tensor.go fix(tensor/module): BatchAccuracyForLogits - Replace NoGradGuard with SetGradEnabled 2020-07-10 18:37:07 +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