mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: This was used as a convenient way for us to convert c1 models. Now that conversion is more or less done, we should probably require any users who need to convert c1 models to explicitly install c1. This PR removes the explicit c1 proto (which was copied from c1) in favor of explicit installation. Note that caffe_translator would still work properly, only difference is that now users need to install c1 separately. Pull Request resolved: https://github.com/pytorch/pytorch/pull/10380 Differential Revision: D9267981 Pulled By: Yangqing fbshipit-source-id: a6ce5d9463e6567976da83f2d08b2c3d94d14390 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| common.h | ||
| common_avx.cc | ||
| common_avx2.cc | ||
| cvtsh_ss_bugfix.h | ||
| embedding_lookup.cc | ||
| embedding_lookup.h | ||
| embedding_lookup_avx2.cc | ||
| embedding_lookup_fused_8bit_rowwise_avx2.cc | ||
| fused_8bit_rowwise_embedding_lookup.cc | ||
| fused_8bit_rowwise_embedding_lookup.h | ||
| hp_emblookup_codegen.py | ||
| typed_axpy.cc | ||
| typed_axpy.h | ||
| typed_axpy_avx.cc | ||
| typed_axpy_avx2.cc | ||