18 #define CUDA_TEST_DEVICE -1 19 #define EXAMPLES_SOURCE_DIR "examples/" 20 #define ABS_TEST_DATA_DIR "src/caffe/test/test_data" 23 namespace perception {
26 template <
typename TypeParam>
29 typedef typename TypeParam::Dtype
Dtype;
40 template <
typename TypeParam>
46 template <
typename Dtype>
56 template <
typename TypeParam>
58 typedef TypeParam
Dtype;
62 template <
typename Dtype>
Definition: test_helper.h:41
TypeParam Dtype
Definition: test_helper.h:42
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
::testing::Types< float, double > TestDtypes
Definition: test_helper.h:38
::testing::Types< CPUDevice< float >, CPUDevice< double > > TestDtypesAndDevices
Definition: test_helper.h:52
Definition: test_helper.h:27
TypeParam::Dtype Dtype
Definition: test_helper.h:29
virtual ~MultiDeviceTest()
Definition: test_helper.h:35
Definition: test_helper.h:47
MultiDeviceTest()
Definition: test_helper.h:32