We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b5c3 commit 9445d38Copy full SHA for 9445d38
torch_xla/csrc/ir.h
@@ -34,10 +34,6 @@ class LoweringContext;
34
35
using XlaOpVector = absl::InlinedVector<xla::XlaOp, 1>;
36
37
-template <typename T>
38
-using OutputMap =
39
- std::unordered_map<torch::lazy::Output, T, torch::lazy::Output::Hasher>;
40
-
41
void DetectDynamicShape(torch::lazy::NodePtr node);
42
43
template <typename T, typename... Args>
0 commit comments