Skip to content

Commit 3e5e9c9

Browse files
committed
chore: Minor change
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 375bdfc commit 3e5e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/partitioning/partitioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace torch_tensorrt {
1313
namespace core {
1414
namespace partitioning {
1515

16-
typedef std::unordered_map<const torch::jit::Value*, c10::IValue> ExampleIValues;
16+
typedef std::unordered_map<const torch::jit::Value*, torch::jit::IValue> ExampleIValues;
1717

1818
typedef std::pair<std::shared_ptr<torch::jit::Graph>, std::unordered_map<torch::jit::Value*, torch::jit::Value*>>
1919
GraphAndMapping;

0 commit comments

Comments
 (0)