LostTech.TensorFlow : API Documentation

Type RangeOrIndex

Namespace LostTech.Gradient

Parent ValueType

Interfaces IValueContainer<T>

Represents either Range or Index

Properties

Public properties

Index Index get;

Gets Index contained within this value, or raises InvalidOperationException

Range Range get;

Gets Range contained within this value, or raises InvalidOperationException

object Value get;

Gets a boxed version of the contained value, e.g. Range or Index