Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Apr 30, 2024
1 parent 6e7ae09 commit 5004a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/init_python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ class PyLoweringContext {
// int64_t parameter_idx = 7; // conv2d
// int64_t parameter_idx = 11; // conv2d+mnist-treat // conv1 + bn1
// int64_t parameter_idx = 13; // conv1 + bn1 + conv2
int64_t parameter_idx = 17; // conv1 + bn1 + conv2 + bn2
int64_t parameter_idx = 19; // conv1 + bn1 + conv2 + bn2
// int64_t parameter_idx = 9; // linear
// int64_t parameter_idx = tensors.size();
for (auto& additional_input_tensor : additional_inputs_list) {
Expand Down

0 comments on commit 5004a74

Please sign in to comment.