﻿// Tests a specific case where the output tensor is rank 1 with a stride of 0.
`` T := Tensor.Fill(1, 1);
`` U := Tensor.Fill(1, 1, 1);
({'  T': T}, {'  U': U }, {Dot: T->Dot(U)})
