pytorch
6eaf1e35 - caffe2/core.Net: is_external_input rebuild lookup tables when necessary

Commit
5 years ago
caffe2/core.Net: is_external_input rebuild lookup tables when necessary Summary: is_external_input doesn't check if the lookup tables are valid. Calling .Proto() should invalidate all lookup tables and have them rebuilt on call to any methods depending on them. This adds this check to is_external_input. Test Plan: internal unit tests Reviewed By: dzhulgakov, esqu1 Differential Revision: D25100464 fbshipit-source-id: d792dec7e5aa9ffeafda88350e05cb757f4c4831
Author
Parents
Loading