Learn R Programming

deepregression (version 2.2.0)

tf_stride_cols: Function to index tensors columns

Description

Function to index tensors columns

Usage

tf_stride_cols(A, start, end = NULL)

Value

sliced tensor

Arguments

A

tensor

start

first index

end

last index (equals start index if NULL)