pytorch/caffe2
Venkata Chintapalli 580831bfbb Add support for MatMul to BatchMatMulFP16Acc{16,32}Fake Op Mapping
Test Plan: f276981395

Reviewed By: hx89

Differential Revision: D28815646

fbshipit-source-id: c16b081bf3da2b157b9d42ea67b03dae88e82c6d
2021-06-02 08:32:21 -07:00
..
contrib Remove redundant code from LayerNorm Fake Op. (#59054) 2021-05-27 10:35:32 -07:00
core [Caffe2] [Easy] Fix comment on caffe2_serialize_using_bytes_as_holder to reflect correct types 2021-05-20 18:03:34 -07:00
cuda_rtc
db Make PyTorch code-base clang-tidy compliant (#56892) 2021-04-28 14:10:25 -07:00
distributed [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
experiments
ideep [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
image
mobile
mpi
observers [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
onnx [ONNX] Update ONNX to rel-1.9 (#55889) (#57080) 2021-06-02 08:27:17 -07:00
operators [caffe2] Add support for int32 lengths in BatchSparseToDense (#58062) 2021-05-26 10:33:32 -07:00
opt Add support for MatMul to BatchMatMulFP16Acc{16,32}Fake Op Mapping 2021-06-02 08:32:21 -07:00
perfkernels [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
predictor [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
proto [typing] make mypy-protobuf output compatible with pyre for caffe2 type stubs (#55294) 2021-04-05 03:23:31 -07:00
python [ONNX] Update ONNX to rel-1.9 (#55889) (#57080) 2021-06-02 08:27:17 -07:00
quantization [fbgemm] fix bug handling bias in rowwise quantization of FC (#58022) 2021-05-11 08:38:39 -07:00
queue [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
serialize [PyTorch Edge] bytecode version bump to v5 and enable share constant table (#57888) 2021-05-18 16:17:13 -07:00
sgd [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
share [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
test
transforms [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
utils Run pthreadpool with _NoPThreadPoolGuard on the same thread (#58759) 2021-05-25 11:39:05 -07:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl Move grad_mode.h/cpp to c10. (#56204) 2021-04-16 11:50:08 -07:00
CMakeLists.txt Fix breakpad build and add to more images (#59236) 2021-06-01 22:47:14 -07:00
README.md
release-notes.md
requirements.txt
VERSION_NUMBER

Caffe2

Jenkins Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use GitHub issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai