tf_stride_cols: Function to index tensors columns

View source: R/tf_helpers.R

tf_stride_colsR 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


deepregression documentation built on Jan. 18, 2023, 1:11 a.m.