pytorch/gtest
Yangqing Jia 648d1b101a A consolidation of a couple random weekend work.
(1) various bugfixes.
(2) Tensor is now a class independent from its data type. This allows us
    to write easier type-independent operators.
(3) code convention changes a bit: dtype -> T, Tensor<*Context> -> Tensor* alias.
(4) ParallelNet -> DAGNet to be more consistent with what it does.
(5) Caffe's own flags library instead of gflags.
(6) Caffe's own logging library instead of glog, but glog can be chosen with
    compile-time definition -DCAFFE2_USE_GOOGLE_GLOG. As a result, glog macros
    like CHECK, DCHECK now have prefix CAFFE_, and LOG(*) now becomes
    CAFFE_LOG_*.
(7) an optional protobuf inclusion, which can be chosen with USE_SYSTEM_PROTOBUF
    in build_env.py.
2015-10-11 23:14:06 -07:00
..
BREW A consolidation of a couple random weekend work. 2015-10-11 23:14:06 -07:00
caffe2_gtest_main.cc A consolidation of a couple random weekend work. 2015-10-11 23:14:06 -07:00
gtest-all.cpp A consolidation of a couple random weekend work. 2015-10-11 23:14:06 -07:00
gtest.h A clean init for Caffe2, removing my earlier hacky 2015-06-25 16:26:01 -07:00
LICENSE A clean init for Caffe2, removing my earlier hacky 2015-06-25 16:26:01 -07:00