Learn R Programming

deepregression (version 2.2.0)

tf_stride_last_dim_tensor: Function to index tensors last dimension

Description

Function to index tensors last dimension

Usage

tf_stride_last_dim_tensor(A, start, end = NULL)

Value

sliced tensor

Arguments

A

tensor

start

first index

end

last index (equals start index if NULL)