We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c866f1 commit f23db79Copy full SHA for f23db79
dali/python/nvidia/dali/experimental/dali2/_op_builder.py
@@ -475,7 +475,7 @@ def _infer_device():
475
)
476
477
# Call the operator (the result is an Invocation object)
478
- return op_inst(*inputs, **call_args)
+ return op_inst(*inputs, batch_size=batch_size, **call_args)
479
480
function = makefun.create_function(header, fn_call)
481
function.op_class = op
0 commit comments