We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0a000 commit be342afCopy full SHA for be342af
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