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 375bdfc commit 3e5e9c9Copy full SHA for 3e5e9c9
core/partitioning/partitioning.h
@@ -13,7 +13,7 @@ namespace torch_tensorrt {
13
namespace core {
14
namespace partitioning {
15
16
-typedef std::unordered_map<const torch::jit::Value*, c10::IValue> ExampleIValues;
+typedef std::unordered_map<const torch::jit::Value*, torch::jit::IValue> ExampleIValues;
17
18
typedef std::pair<std::shared_ptr<torch::jit::Graph>, std::unordered_map<torch::jit::Value*, torch::jit::Value*>>
19
GraphAndMapping;
0 commit comments