Skip to content

Function tstart

function tstart(signed_index_t, signed_index_t) base

constexpr KFR_INTRINSIC tensor_range tstart(signed_index_t start, signed_index_t step = 1) { … }

Build a range that starts at start and continues to the end of the axis.

Parameters
start Starting index (inclusive).
step Step value (defaults to 1).
Returns
A tensor_range with the given start and step.

Fully qualified name: kfr::tstart(signed_index_t, signed_index_t)

Declared at base/shape.hpp:939

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.