pytorch/caffe2/core
Orion Reblitz-Richardson c18f9b4dea Back out "[codemod] - comment out unused parameters"
Original commit changeset: 8e10b1f1e2ae

@allow-large-files
2018-02-26 10:26:25 -08:00
..
allocator.cc Revert D6817719: [caffe2][PR] Better support for windows 2018-01-26 06:08:49 -08:00
allocator.h Re-license to Apache 2017-09-28 16:22:00 -07:00
asan.h Re-license to Apache 2017-09-28 16:22:00 -07:00
blob.h Type error message when RTTI is not enabled 2018-01-31 15:06:39 -08:00
blob_gpu_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
blob_serialization.cc Polling async net executor 2017-11-03 07:27:44 -07:00
blob_serialization.h Fix windows build error 2017-11-14 00:05:33 -08:00
blob_serialization_gpu.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
blob_serializer_base.h Re-license to Apache 2017-09-28 16:22:00 -07:00
blob_stats.cc Remove possible static initialization order fiasco 2017-11-01 14:28:35 -07:00
blob_stats.h Re-license to Apache 2017-09-28 16:22:00 -07:00
blob_test.cc Type error message when RTTI is not enabled 2018-01-31 15:06:39 -08:00
CMakeLists.txt
common.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
common.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
common_cudnn.cc Add cuDNN handles to CUDAContext 2017-10-27 12:03:11 -07:00
common_cudnn.h Manually applying cudnn5 pull request. 2018-01-02 15:31:33 -08:00
common_gpu.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
common_gpu.h Remove Set/GetDefaultGPUID and move to use current gpu id instead. 2018-01-19 18:03:21 -08:00
common_omp.h Re-license to Apache 2017-09-28 16:22:00 -07:00
common_test.cc Stod 2017-12-05 10:48:09 -08:00
context.cc Revert D6817719: [caffe2][PR] Better support for windows 2018-01-26 06:08:49 -08:00
context.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
context_gpu.cu Remove Set/GetDefaultGPUID and move to use current gpu id instead. 2018-01-19 18:03:21 -08:00
context_gpu.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
context_gpu_test.cc Revert D6817719: [caffe2][PR] Better support for windows 2018-01-26 06:08:49 -08:00
context_test.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
cudnn_wrappers.h Add cuDNN handles to CUDAContext 2017-10-27 12:03:11 -07:00
db.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
db.h Re-license to Apache 2017-09-28 16:22:00 -07:00
event.cc Fix event synchronization logic 2018-02-16 10:18:45 -08:00
event.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
event_cpu.h Polling async net executor 2017-11-03 07:27:44 -07:00
event_gpu.cc Back out "[codemod] - comment out unused parameters" 2018-02-26 10:26:25 -08:00
event_gpu_test.cc Fix event test 2017-11-13 12:09:02 -08:00
event_test.cc Fix EventBasics test 2017-11-03 16:02:19 -07:00
flags.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
flags.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
graph.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
graph.h Re-license to Apache 2017-09-28 16:22:00 -07:00
graph_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
init.cc Expose CMake options in the binary 2017-10-04 02:33:02 -07:00
init.h Re-license to Apache 2017-09-28 16:22:00 -07:00
init_intrinsics_check.cc Fix type and disable warning about cpu arch 2018-02-05 19:36:01 -08:00
init_omp.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
init_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
logging.cc Fix for glog on windows 2018-01-31 15:52:22 -08:00
logging.h Re-license to Apache 2017-09-28 16:22:00 -07:00
logging_is_google_glog.h Re-license to Apache 2017-09-28 16:22:00 -07:00
logging_is_not_google_glog.h Expose CMake options in the binary 2017-10-04 02:33:02 -07:00
logging_test.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
macros.h Re-license to Apache 2017-09-28 16:22:00 -07:00
macros.h.in Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
memonger.cc fix memonger after D5994548 2017-10-12 17:36:27 -07:00
memonger.h Re-license to Apache 2017-09-28 16:22:00 -07:00
module.cc Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
module.h Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
module_test.cc Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
net.cc Set debug_net_def for NetBase 2017-11-03 20:55:05 -07:00
net.h Caffe2: Make SimpleNet simple again 2017-12-14 11:20:20 -08:00
net_async_base.cc Async_scheduling update 2018-01-31 15:06:40 -08:00
net_async_base.h Async_scheduling update 2018-01-31 15:06:40 -08:00
net_async_dag_gpu.cc Async executor with less polling 2017-11-28 18:50:32 -08:00
net_async_dag_gpu.h Async executor with less polling 2017-11-28 18:50:32 -08:00
net_async_gpu_thread_pool.h Polling async net executor 2017-11-03 07:27:44 -07:00
net_async_gpu_thread_pool_gpu.cc Polling async net executor 2017-11-03 07:27:44 -07:00
net_async_polling.cc Async_scheduling update 2018-01-31 15:06:40 -08:00
net_async_polling.h Async executor with less polling 2017-11-28 18:50:32 -08:00
net_async_scheduling.cc Async_scheduling update 2018-01-31 15:06:40 -08:00
net_async_scheduling.h Async_scheduling update 2018-01-31 15:06:40 -08:00
net_dag.cc Disable SDT calls for all nets by default 2017-12-13 21:33:08 -08:00
net_dag.h Polling async net executor 2017-11-03 07:27:44 -07:00
net_dag_utils.cc Polling async net executor 2017-11-03 07:27:44 -07:00
net_dag_utils.h Polling async net executor 2017-11-03 07:27:44 -07:00
net_gpu_test.cc Potential fix to net_test failure with one GPU 2018-01-28 23:25:51 -08:00
net_simple.cc extend_operator_CostInferenceFunction 2018-02-09 10:56:29 -08:00
net_simple.h Caffe2: Make SimpleNet simple again 2017-12-14 11:20:20 -08:00
net_simple_async.cc Disable SDT calls for all nets by default 2017-12-13 21:33:08 -08:00
net_simple_async.h Polling async net executor 2017-11-03 07:27:44 -07:00
net_singlethread_async_gpu.cc Caffe2: Make SimpleNet simple again 2017-12-14 11:20:20 -08:00
net_test.cc Fix warning in net_test 2018-02-16 10:56:15 -08:00
observer.h Back out "[codemod] - comment out unused parameters" 2018-02-26 10:26:25 -08:00
observer_test.cc Backed out changeset 4e1241fe65cd (revert a revert :) ) 2017-11-29 13:33:15 -08:00
operator.cc Adding commandline flags to disable implicit engine preferences. 2018-01-03 18:31:49 -08:00
operator.h Back out "[codemod] - comment out unused parameters" 2018-02-26 10:26:25 -08:00
operator_gpu_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
operator_gradient.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
operator_schema.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
operator_schema.h extend_operator_CostInferenceFunction 2018-02-09 10:56:29 -08:00
operator_schema_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
operator_test.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
parallel_net_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
plan_executor.cc Make workspace id type consistent with net-rewriting pipeline 2017-12-01 18:47:12 -08:00
plan_executor.h Re-license to Apache 2017-09-28 16:22:00 -07:00
predictor.cc Support MetaNetDef model specs on mobile 2017-10-23 14:53:03 -07:00
predictor.h Support MetaNetDef model specs on mobile 2017-10-23 14:53:03 -07:00
predictor_test.cc Support MetaNetDef model specs on mobile 2017-10-23 14:53:03 -07:00
qtensor.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
qtensor.h Re-license to Apache 2017-09-28 16:22:00 -07:00
qtensor_serialization.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
qtensor_serialization.h Re-license to Apache 2017-09-28 16:22:00 -07:00
registry.h Back out "[codemod] - comment out unused parameters" 2018-02-26 10:26:25 -08:00
registry_test.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
scope_guard.h Cut the ScopeGuard alias now that we have auto 2018-01-10 18:06:32 -08:00
static_tracepoint.h Re-license to Apache 2017-09-28 16:22:00 -07:00
static_tracepoint_elfx86.h Re-license to Apache 2017-09-28 16:22:00 -07:00
stats.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
stats.h Fix stats resporter in calulating STDDEV 2017-11-13 12:09:06 -08:00
stats_test.cc Fix timing issue in stats_test.cc 2017-12-15 13:18:27 -08:00
tensor.cc Make tensor cast constructor explicit 2018-01-19 01:39:16 -08:00
tensor.h Type error message when RTTI is not enabled 2018-01-31 15:06:39 -08:00
timer.h Misc Windows lint 2017-12-23 20:07:27 -08:00
timer_test.cc Make timing based test more likely to pass 2017-12-15 09:48:44 -08:00
transform.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
transform.h Back out "[codemod] - comment out unused parameters" 2018-02-26 10:26:25 -08:00
transform_test.cc Back out "[codemod] - comment out unused parameters" 2018-02-26 10:26:25 -08:00
typeid.cc Re-license to Apache 2017-09-28 16:22:00 -07:00
typeid.h - Fix unused parameter warning in typeid.h 2018-02-14 15:48:22 -08:00
typeid_test.cc fix Android typeid_test.cc build error 2018-02-05 13:51:31 -08:00
types.cc Reapply Windows fix 2018-01-29 10:03:28 -08:00
types.h Reapply Windows fix 2018-01-29 10:03:28 -08:00
workspace.cc NNPACK: Use new bindings and custom thread pool 2018-01-11 10:48:12 -08:00
workspace.h NNPACK: Use new bindings and custom thread pool 2018-01-11 10:48:12 -08:00
workspace_test.cc CreateLocalBlob for workspace 2017-11-01 21:32:47 -07:00