Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
torch
csrc
cuda
device_set.h
1
#pragma once
2
3
#include <bitset>
4
5
namespace
torch
{
6
7
static
constexpr
size_t
MAX_CUDA_DEVICES = 64;
8
using
device_set = std::bitset<MAX_CUDA_DEVICES>;
9
10
}
torch
Definition:
jit_type.h:17
Generated on Thu Mar 21 2019 13:06:23 for Caffe2 - C++ API by
1.8.11