Exports inference graph for the desired graph. Args: input_type: Type of input for the graph. Can be one of ['image_tensor', 'encoded_image_string_tensor', 'tf_example']. In this file, input_type must be 'image_tensor'. model: A model defined by model.py.
(input_type,
model,
trained_checkpoint_prefix,
output_directory,
input_shape=None,
use_moving_averages=None,
output_collection_name='inference_op',
additional_output_tensor_names=None,
graph_hook_fn=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected