python/predictor.py [68:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  return NeuronPredictor(model_dir=export_dir,
                         signature_def_key=signature_def_key,
                         signature_def=signature_def,
                         input_names=input_names,
                         output_names=output_names,
                         tags=tags,
                         graph=graph,
                         config=config)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



python/predictor.py [116:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  return NeuronPredictor(model_dir=export_dir,
                         signature_def_key=signature_def_key,
                         signature_def=signature_def,
                         input_names=input_names,
                         output_names=output_names,
                         tags=tags,
                         graph=graph,
                         config=config)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



