Go to the source code of this file.
Namespaces | |
test_tensor | |
Variables | |
test_tensor.c = t.get_copy() | |
test_tensor.c2 = tensor.copy(cr) | |
test_tensor.cr = tensor.const_ref(r) | |
test_tensor.dim = np.array([10, 20, 30], dtype=np.int64) | |
test_tensor.r = t.get_ref() | |
test_tensor.r2 = tensor.ref(r) | |
test_tensor.t = tensor.TensorContainer3(dim) | |