mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/25650 This PR removes protobuf dependencies from mobile build altogether: - caffe2/proto: protobuf files, including caffe2.proto and torch.proto; - caffe2 components that depend on caffe2.proto, including most part of caffe2/core, caffe2/utils; - libprotobuf / libprotobuf-lite dependencies; - protobuf compiler; - some utils class, e.g.: netdef_converter.cpp; - introduce a macro to disable third_party/onnx which depends on protobuf; Test Plan: - builds; - link with demo app to make sure it can load and run a model in pickle format; Differential Revision: D17183548 Pulled By: ljk53 fbshipit-source-id: fe60b48674f29c4a9b58fd1cf8ece44191491531 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adagrad.cc | ||
| adagrad.h | ||
| adagrad_avx.cc | ||
| CMakeLists.txt | ||
| common.h | ||
| common_avx.cc | ||
| common_avx2.cc | ||
| common_avx512.cc | ||
| cvtsh_ss_bugfix.h | ||
| embedding_lookup.cc | ||
| embedding_lookup.h | ||
| embedding_lookup_avx2.cc | ||
| embedding_lookup_fused_8bit_rowwise_avx2.cc | ||
| embedding_lookup_idx.cc | ||
| embedding_lookup_idx.h | ||
| embedding_lookup_idx_avx2.cc | ||
| fused_8bit_rowwise_embedding_lookup.cc | ||
| fused_8bit_rowwise_embedding_lookup.h | ||
| hp_emblookup_codegen.py | ||
| math.h | ||
| math_cpu_avx2.cc | ||
| math_cpu_base.cc | ||
| typed_axpy.cc | ||
| typed_axpy.h | ||
| typed_axpy_avx.cc | ||
| typed_axpy_avx2.cc | ||