Method SetInput SetInput(string, Tensor) Sets a given input with a tensor. Declaration void SetInput(string name, Tensor X) Parameters Type Name Description string name The name of the input. Tensor X The tensor for the input.