3 #include "fbgemm/Fbgemm.h" 12 template <
typename ACC_T>
13 std::shared_ptr<fbgemm::PackBMatrix<int8_t, ACC_T>>
14 GetOrCreateFbgemmPackBMatrix(
15 fbgemm::matrix_op_t trans,
18 const void* orig_data,
19 const std::int8_t* quantized_data,
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...