Caffe2 - C++ API
A deep learning, cross platform ML framework
tensor_layouts.h
1 #pragma once
2 
3 namespace torch { namespace utils {
4 
5 void initializeLayouts();
6 
7 }} // namespace torch::utils
Definition: jit_type.h:17