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 00f2d78 commit 8193055Copy full SHA for 8193055
tests/util/util.h
@@ -36,7 +36,7 @@ std::vector<at::Tensor> RunGraphEngineDynamic(
36
std::shared_ptr<torch::jit::Graph>& g,
37
core::conversion::GraphParams& named_params,
38
std::vector<at::Tensor> inputs,
39
- bool dynamic_batch);
+ bool dynamic_batch=false);
40
41
// Run the forward method of a module and return results
42
torch::jit::IValue RunModuleForward(torch::jit::Module& mod, std::vector<torch::jit::IValue> inputs);
0 commit comments