Lines Matching full:tensors
128 tensors.reserve(numTensors); in MergerTestBase()
130 tensors.push_back(merger.addTensorExp(tid(t))); in MergerTestBase()
140 assert(t < tensors.size()); in tensor()
141 return tensors[t]; in tensor()
211 /// - Leaf tensors are equal if they refer to the same tensor.
305 SmallVector<ExprId> tensors; member in __anon93a878f70111::MergerTestBase
312 /// Three tensors (two inputs, one output); and a single loop.
330 /// Four tensors (three inputs, one output); and a single loop.
354 /// Three tensors (two inputs, one output); and a single loop.
376 /// Three tensors (three inputs, one output); and a single loop.
400 /// Three tensors (two inputs, one output, one synthetic); and a single loop.