Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling OpenVINO: freeze GQCNN graph
GQCNNTF.initialize_network() is updated to freeze the GQCNN graph, right after the initialization of the network. This code block is inactive unless explicitly switching the `if` condition into `True` when freezing is needed. A frozen graph is expected by the Model Optimizer of OpenVINO™. Signed-off-by: Sharron LIU <[email protected]>
- Loading branch information