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