Skip to content

Commit

Permalink
Fix inconsistent indentation in ctorch.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Apr 8, 2024
1 parent 55a6b71 commit 1a8a79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ torch_jit_script_module_t torch_jit_load(const char* filename,

void torch_jit_module_forward(const torch_jit_script_module_t module,
const torch_tensor_t *inputs, const int nin,
torch_tensor_t output, const bool requires_grad=false)
torch_tensor_t output, const bool requires_grad=false)
{
torch::AutoGradMode enable_grad(requires_grad);
// Here we cast the pointers we recieved in to Tensor objects
Expand Down

0 comments on commit 1a8a79b

Please sign in to comment.