summaryrefslogtreecommitdiff
path: root/caffe2/opt
AgeCommit message (Expand)AuthorFilesLines
2019-04-22Add back option to not adjust output batch size (#19442)Yinghai Lu2-11/+22
2019-04-22fix variable shadowing issus (#19567)Dehua Cheng1-2/+2
2019-04-20Improve optimizations for DNNLOWP support on MKL-DNN (#18843)Gu, Jinghui1-162/+532
2019-04-19Fix out-of-topological-order issue in Nomnigraph (#19458)Yinghai Lu2-2/+15
2019-04-17Eliminate AdjustBatch ops (#19083)Yinghai Lu2-212/+103
2019-04-12Add more debugging helper to net transformer (#19176)Yinghai Lu3-19/+32
2019-04-05Add backward pass to infer single missing input shape for Concat opportunitis...Yinghai Lu4-1/+99
2019-04-04Add shape inference function for Split (#18838)Yinghai Lu1-0/+54
2019-04-03Upgrade mkldnn-bridge for dnnlowp support (#16308)Gu, Jinghui1-18/+19
2019-03-31Adding quantized tensor shape/type info support for caffe2=>glow in caffe2 si...Rui Zhu7-24/+158
2019-03-29support pre-convert filter format for mkldnn training mode and change 'Optimi...Cheng,Penghui3-13/+174
2019-03-21Blacklist certain op types when doing bound shape inference (#18290)Yinghai Lu2-22/+19
2019-03-14Unroll If ops when doing ONNXIFI transform (#18039)Yinghai Lu2-12/+39
2019-03-14Minor improvements to ONNXIFI transform (#17964)Yinghai Lu5-11/+57
2019-03-12Remove sinkMaxPool transformation (#17694)Duc Ngo2-63/+0
2019-03-08Catch exceptions in bound_shape_inference (#17775)Yinghai Lu3-6/+29
2019-03-06Keep the dim_type of hinted shape as BATCH if possible (#17734)Yinghai Lu3-3/+14
2019-03-06Do not rename net boundary inputs/outputs during ssaRewrite. (#17545)Yinghai Lu3-32/+10
2019-02-20fix missing std (#17263)Ailing Zhang1-1/+1
2019-02-20Add rule based filtering for ONNXIFI transformation (#17198)Yinghai Lu4-199/+300
2019-02-17Logging stuffs (#17177)Ying Zhang1-0/+8
2019-02-15Fix batch insert (#17158)Yinghai Lu2-24/+36
2019-02-14Create BackendTransformerBase to host common functions used for backend lower...Yinghai Lu5-189/+237
2019-02-14Remove fake inference for shape info in ONNXIFI transform (#17046)Yinghai Lu2-62/+39
2019-02-14Moderate the dim type after LengthsRangeFill (#17096)Yinghai Lu2-0/+40
2019-02-13Apply modernize-use-override - 2/2Michael Liu1-6/+6
2019-02-13Add more debugging facilities to ONNXIFI transform (#17043)Yinghai Lu1-3/+12
2019-02-12Remove second output of Reshape during ONNXIFI transform (#17027)Yinghai Lu4-7/+64
2019-02-12Extract ShapeInfo and some util functions into a separate file. (#17025)Ying Zhang4-21/+51
2019-02-12Allow customization of blob node in net_drawer (#16915)Yinghai Lu3-6/+13
2019-02-12Ignore unknown_shaped tensor in bound shape inference (#16916)Yinghai Lu2-13/+20
2019-02-12Fix AddAdjustBatchOp (#16997)Yinghai Lu1-10/+20
2019-02-11Keep weights name unchanged during SsaRewrite (#16932)Kimish Patel2-18/+20
2019-02-07Support onnxifi with partially shaped inferred net (#16877)Yinghai Lu1-2/+10
2019-02-07Specialize LengthsRangeFill and SparseLengthsWeightedSum in bound shape infer...Yinghai Lu2-6/+42
2019-02-07Use bound shape inference in SparseNN tests (#16834)Yinghai Lu3-83/+138
2019-02-07Insert AdjustBatchSizeOp into the predict_net. (#16811)Ying Zhang1-23/+161
2019-02-06Use bound shape inference in onnxifi transform (#16598)Yinghai Lu3-50/+107
2019-02-06Fix/Improve bound shape inference with real net tests (#16597)Yinghai Lu3-42/+182
2019-02-01Tag model_id and onnxifi index in OnnxifiOp (#16648)Yinghai Lu2-7/+27
2019-01-16Bound shape inference for c2 (#16081)Yinghai Lu3-0/+487
2019-01-16Enable single graph sharing between multiple threads for onnxifiop (#16047)Kimish Patel1-0/+4
2019-01-15Fix namespace typo. (#16021)Yavuz Yetim1-1/+1
2019-01-14nomnigraph - easy - use new test utils in converter_nomnigraph_test (#15751)Duc Ngo1-53/+23
2019-01-11Remove StopGradient op when it is inplace in inference (#12152)wuhuikx1-0/+30
2019-01-07Support communicating with C2 protobuf in Onnxifi flow (#15472)Yinghai Lu2-46/+268
2019-01-07Enable conv+add fusion, same as conv+sum (#15268)Gu, Jinghui1-2/+13
2018-12-21Relax check on outputs (#15458)Bram Wasti1-4/+7
2018-12-20Clean up onnxifi transformation code (#15453)Yinghai Lu2-44/+71
2018-12-14Supply static shape info to Reshape when doing onnxGetCompatibility (#15242)Yinghai Lu1-0/+10