标签: tensorflow
trt_graph = trt.create_inference_graph(input_graph_def = graph_def,输出=输出,max_batch_size = 1,max_workspace_size_bytes = workspace_size,precision_mode ='INT8',minimum_segment_size = 3)
tf_version = 1.10.0