summaryrefslogtreecommitdiff
path: root/caffe2/observers
AgeCommit message (Expand)AuthorFilesLines
2019-03-04Remove GPU dependency from ProfileObserver (#17592)Martin Schatz3-63/+10
2019-01-09use C10_MOBILE/ANDROID/IOS (#15363)Jerry Zhang1-1/+1
2018-12-05Prevent `profile_observer_test` from being run by CPU test (#14168)Aldian Fazrihady1-0/+11
2018-11-16Revert D10428917: [Caffe2] Add cost into profile observerJunjie Bai3-188/+13
2018-11-16Revert D10439558: Add cost for non-linear opsJunjie Bai1-167/+4
2018-11-16Add cost for non-linear ops (#13327)Haixin Liu1-4/+167
2018-11-16Add cost into profile observer (#12793)Haixin Liu3-13/+188
2018-11-16Windows shared build (#13550)ArutyunovG1-2/+2
2018-10-09Rename cuda_gpu_id to device_id in DeviceOption (#12456)Junjie Bai1-2/+2
2018-10-01Back out "Revert D10123245: Back out "codemod cuda_gpu_id to device_id"" (#12...Junjie Bai1-2/+2
2018-10-01Revert D10123245: Back out "codemod cuda_gpu_id to device_id"Rick Ratmansky1-2/+2
2018-10-01Back out "codemod cuda_gpu_id to device_id"Yang Liu1-2/+2
2018-09-27codemod cuda_gpu_id to device_id (#12022)Junjie Bai1-2/+2
2018-09-10Narrowing Blob (#11167)Sebastian Messmer1-4/+4
2018-08-30update documentation for observersHector Yuen1-3/+17
2018-08-21More changes for hidden visibility (#10692)Orion Reblitz-Richardson2-6/+8
2018-08-03IsType<TensorCPU> -> IsType<Tensor>(CPU) (#10135)Jerry Zhang1-4/+11
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang1-15/+8
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang1-8/+15
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang1-15/+8
2018-04-24[caffe2][tiny][fix] Make the build work with profile observers (#6908)Bram Wasti2-4/+5
2018-04-23[caffe2] Fix observer logic in RNN executor. Remove dynamic casts (#6202)mdschatz5-15/+12
2018-03-27Quick fix on the observer testLu Fang4-4/+26
2018-03-27[PerfModel] Add Profile observerMartin Schatz2-0/+238
2018-03-27Change observer copy() method to take id parameterMartin Schatz3-15/+0
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson4-64/+0
2018-03-21Remove more protobuf APIs. (#2348)Yangqing Jia1-1/+0
2018-03-02make -DUSE_OBSERVERS=ON workKoan-Sin Tan1-0/+6
2018-01-29Add operator attaching net observermdschatz7-60/+98
2017-12-14Update observer when attached to RNN opsMartin Schatz3-5/+8
2017-11-29Backed out changeset 4e1241fe65cd (revert a revert :) )Alexander Sidorov4-26/+15
2017-11-20Backed out changeset 119623addbbdAapo Kyrola4-15/+26
2017-11-17Improve observer framework overheadAlexander Sidorov4-26/+15
2017-11-14Add missing CMakeFile in caffe2/observersDmytro Dzhulgakov1-0/+1
2017-11-14Attach observers to operators inside step netQinqing Zheng3-0/+97
2017-10-16expose observers to python, add multiple observers per observableBram Wasti5-0/+276
2017-10-14Revert D6035393: [caffe2] expose observers to python, add multiple observers ...Scott Yost5-276/+0
2017-10-14expose observers to python, add multiple observers per observableBram Wasti5-0/+276
2017-10-10Revert D5905002: [caffe2] expose observers to pythonYangqing Jia5-274/+0
2017-10-10expose observers to pythonBram Wasti5-0/+274