Skip to content
Snippets Groups Projects
Commit 47aeb173 authored by auphelia's avatar auphelia
Browse files

[Tests] Modify copyright header and delete print statements

parent eb04a4df
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2022, Xilinx
# Copyright (c) 2022, Advanced Micro Devices, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
......@@ -197,9 +197,6 @@ def test_fpgadataflow_conv_dynamic():
getCustomOp(swg_node).set_nodeattr("dynamic_mode", 1)
getCustomOp(swg_node).set_nodeattr("inFIFODepths", [16])
getCustomOp(swg_node).set_nodeattr("outFIFODepths", [16])
print("SWG initial config:")
idim = getCustomOp(swg_node).get_nodeattr("IFMDim")
print(getCustomOp(swg_node).get_dynamic_config(idim))
model = model.transform(InsertFIFO())
model = model.transform(GiveUniqueNodeNames())
model = model.transform(GiveReadableTensorNames())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment