Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
aten
src
ATen
core
DimVector.h
1
#pragma once
2
3
#include <c10/util/SmallVector.h>
4
#include <stdint.h>
5
6
namespace
at
{
7
9
using
DimVector
=
SmallVector<int64_t, 5>
;
10
11
}
// namespace at
c10::SmallVector< int64_t, 5 >
at
Flush-To-Zero and Denormals-Are-Zero mode.
Definition:
AccumulateType.h:17
Generated on Thu Mar 21 2019 13:06:08 for Caffe2 - C++ API by
1.8.11