Skip to content

Commit 9445d38

Browse files
committed
Remove OuputMap declaration.
1 parent a99b5c3 commit 9445d38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

torch_xla/csrc/ir.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ class LoweringContext;
3434

3535
using XlaOpVector = absl::InlinedVector<xla::XlaOp, 1>;
3636

37-
template <typename T>
38-
using OutputMap =
39-
std::unordered_map<torch::lazy::Output, T, torch::lazy::Output::Hasher>;
40-
4137
void DetectDynamicShape(torch::lazy::NodePtr node);
4238

4339
template <typename T, typename... Args>

0 commit comments

Comments
 (0)