summaryrefslogtreecommitdiff
path: root/binaries
AgeCommit message (Expand)AuthorFilesLines
2019-02-26refactor: a bit intricate so I refactor it (#16995)knightXun1-10/+18
2019-02-14Fix android crash when model detects nothingZhizhen Qin1-1/+3
2019-02-11Merge binaries "convert_image_to_tensor" and "caffe2_benchmark" (#16875)Zhizhen Qin2-0/+767
2019-01-05caffe2_benchmark msvc build fix (#15619)ArutyunovG1-3/+4
2018-12-27add the int support (#15581)Lingyi Liu1-4/+9
2018-12-21The benchmark binary support multiple batches in one run (#15443)Fei Sun3-107/+179
2018-12-20Extract arguments to its own file and pass arguments to ios apps (#15413)Fei Sun2-72/+91
2018-12-15Fix a typo in the assertFei Sun1-1/+1
2018-12-14Add several features to converting images to blobs (#15204)Fei Sun1-53/+193
2018-12-12Add back c2 string_utils include header to benchmark_helperJunjie Bai1-0/+1
2018-12-12Use c10::to_string that works cross platform (#15117)Junjie Bai1-2/+2
2018-12-11Update the output format for benchmark_helper. It outputs the dimensiā€¦ (#15...Fei Sun1-21/+23
2018-12-10Adjust the API call to deserilize the tensorproto (#14132)Lingyi Liu1-24/+2
2018-12-10Remove partially initialized Tensor in Deserialization (#14197)Jerry Zhang1-1/+1
2018-12-08Add crop argument, can crop rec as well, first resize and then cropFei Sun1-30/+63
2018-11-30Report timer in benchmarking when requestedFei Sun1-4/+41
2018-11-16Windows shared build (#13550)ArutyunovG3-4/+9
2018-11-16Change hip filename extension to .hip (#14036)Junjie Bai1-4/+4
2018-11-15fix the deeptext issue (#14005)Lingyi Liu2-2/+8
2018-11-01Do not fill in new data in every iteration if the input data only has one ent...Fei Sun1-0/+6
2018-11-01add sleep time between runs (#12347)Huamin Li3-3/+43
2018-10-26Renaming size() to numel() - 1/17Jerry Zhang1-1/+1
2018-10-23Guard all Caffe2 protobuf string serializations with CAFFE_ENFORCE (fixed rev...Michael Antonov1-2/+1
2018-10-18Revert D10416438: Guard all Caffe2 protobuf string serializations with CAFFE_...Junjie Bai1-1/+2
2018-10-18Guard all Caffe2 protobuf string serializations with CAFFE_ENFORCE (#12799)Michael Antonov1-2/+1
2018-10-17Using c10 namespace across caffe2. (#12714)Yangqing Jia17-185/+162
2018-10-15OpenCV 4.0 Compatibility fix (#9966)Achal2-4/+5
2018-10-08make bench_gen.py work for 3d conv (#12433)Jongsoo Park1-6/+4
2018-10-04move flags to c10 (#12144)Yangqing Jia18-292/+312
2018-10-03Use caffe2::int8::Int8TensorCPU when input type is uint8_t (#12274)Jongsoo Park3-13/+20
2018-10-03New in StaticContext returns at::DataPtr (#12029)Jerry Zhang1-3/+2
2018-10-03wipe cache with writes (#12279)Jongsoo Park1-3/+3
2018-10-03Add support to the accuracy metric (#12211)Fei Sun4-25/+270
2018-10-02Back out "[aibench] Use caffe2::int8::Int8TensorCPU when input type is uint8_t"Jongsoo Park2-19/+9
2018-10-02Use caffe2::int8::Int8TensorCPU when input type is uint8_t (#12250)Jongsoo Park2-9/+19
2018-10-01dnnlowp_16 -> dnnlowp_acc16 (#12205)Jongsoo Park1-2/+2
2018-09-26IValue can store Blob (#11414)Sebastian Messmer1-2/+2
2018-09-25Removing some dependency edges from Blob to other caffe2 (#12043)Sebastian Messmer2-4/+4
2018-09-25Back out "Removing some dependency edges from Blob to other caffe2"Maciej Bargiel2-4/+4
2018-09-24Removing some dependency edges from Blob to other caffe2 (#11923)Sebastian Messmer2-4/+4
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch1-1/+1
2018-09-20Move blob serialization to free functions (#11817)Sebastian Messmer2-3/+4
2018-09-05caffe2::DeviceType -> at::DeviceType (#11254)Jerry Zhang3-5/+5
2018-08-30Caffe2 flags needs to be used after the GlobalInit function is calledFei Sun2-1/+1
2018-08-30Add benchmarking functionality to the benchmark app (#10976)Fei Sun3-43/+118
2018-08-28Replace direct include of caffe2.pb.h with an intermediary header caffe2_pb.h...Edward Yang12-12/+12
2018-08-24Update mobile predictor caller's interfaceYi Cheng1-2/+2
2018-08-16Support benchmark on windows machinesFei Sun1-1/+3
2018-08-13Hipify Caffe2 binaries (#10468)Junjie Bai4-5/+16
2018-08-10Remove caffe1 specific proto (#10380)Yangqing Jia1-2/+3