Skip to content

Commit 8193055

Browse files
committed
tests: Fix dynamic test runner
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 00f2d78 commit 8193055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/util/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ std::vector<at::Tensor> RunGraphEngineDynamic(
3636
std::shared_ptr<torch::jit::Graph>& g,
3737
core::conversion::GraphParams& named_params,
3838
std::vector<at::Tensor> inputs,
39-
bool dynamic_batch);
39+
bool dynamic_batch=false);
4040

4141
// Run the forward method of a module and return results
4242
torch::jit::IValue RunModuleForward(torch::jit::Module& mod, std::vector<torch::jit::IValue> inputs);

0 commit comments

Comments
 (0)