blob: f689d0601e97c8b732438abb6a9d6e679099c477 [file] [log] [blame]
graph(%x : Tensor) {
%1 : int = prim::Constant[value=1]()
%2 : Tensor[] = prim::ListConstruct(%x, %x)
%3 : Tensor = aten::cat(%2, %1)
return (%3);
}
graph(%x : Tensor) {
%1 : int = prim::Constant[value=1]()
%2 : Tensor[] = prim::ListConstruct()
%3 : Tensor = aten::cat(%2, %1)
return (%3);
}
graph(%x : Tensor) {
%1 : int = prim::Constant[value=1]()
%2 : Tensor[] = prim::ListConstruct(%x)
%3 : Tensor = aten::cat(%2, %1)
return (%3);
}