TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_inner_dims()
Returns the data as an Eigen::Tensor with NDIMS dimensions, collapsing all Tensor dimensions but the last NDIMS-1 into the first dimension of the result. If NDIMS > dims() then leading dimensions of size 1 will be added to make the output rank NDIMS.
Please login to continue.