Writes SavedModel to disk. If checkpoint_path is not None bakes the weights into the graph thereby eliminating the need of checkpoint files during inference. If the model was trained with moving averages, setting use_moving_averages to True restores the moving averages, otherwise th
(saved_model_path,
frozen_graph_def,
inputs,
outputs)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected