def processOneIterationForBatcher(argsDict): print("<==================== Batcher ====================>") AutoBatch.runBatcherTimer(argsDict) print("<==================== Batcher ====================>") return
def processOneIterationForCodegenPY(argsDict): print("<==================== Codegen PY ====================>") AutoBatch.runCodegenPyTimer(argsDict) print("<==================== Codegen PY ====================>")