tf_stride_cols {deepregression} | R Documentation |
Function to index tensors columns
Description
Function to index tensors columns
Usage
tf_stride_cols(A, start, end = NULL)
Arguments
A |
tensor |
start |
first index |
end |
last index (equals start index if NULL) |
Value
sliced tensor
[Package deepregression version 1.0.0 Index]