Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

implemented mobile exporter #785

Closed

Commits on Aug 2, 2019

  1. implemented mobile exporter (facebookresearch#785)

    Summary:
    Pull Request resolved: facebookresearch#785
    
    Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.
    
    Reviewed By: geof90
    
    Differential Revision: D16268693
    
    fbshipit-source-id: bc5c4ca27e3e262bd39937e60b224f08d8b07404
    shreydesai authored and facebook-github-bot committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    269b982 View commit details
    Browse the repository at this point in the history