TensorFlow tensors
tensorflow.rstudio.com › guide › tensorflowTensorFlow, as the name indicates, is a framework to define and run computations involving tensors. A tensor is a generalization of vectors and matrices to potentially higher dimensions. Internally, TensorFlow represents tensors as n-dimensional arrays of base datatypes. When writing a TensorFlow program, the main object you manipulate and pass around is the tf$Tensor.