LostTech.TensorFlow : API Documentation

Type IGraphNodeBase

Namespace LostTech.Gradient.ManualWrappers

Base interface, that represents something, that can be used as an input for an operation in TensorFlow graph.

Common descendats are: Tensor (or anything _TensorLike ), Variable (or PartitionedVariable ), etc.