aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization
Commit message (Expand)AuthorAge
* Update links to tf lite site.Gravatar Billy Lamberta2018-09-20
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Add documentation to contrib/quantization to reduce confusion with contrib/qu...Gravatar Suharsh Sivakumar2018-02-20
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Move contrib/quantization ops to tensorflow/coreGravatar Andrew Harp2016-10-17
* Rename gemm_wrapper.h to soc_interface.hGravatar A. Unique TensorFlower2016-10-12
* Add a placeholder of utility to transfer a graph to SoCGravatar A. Unique TensorFlower2016-10-11
* Replace references to deprecated eight_bit_int_gemm with gemmlowpGravatar Andrew Harp2016-10-10
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* In quantize_graph.py, reset output_nodes after set_input_graph is called, inGravatar A. Unique TensorFlower2016-10-07
* Automated rollback of change 134501895Gravatar A. Unique TensorFlower2016-09-28
* Move contrib/quantization ops to tensorflow/coreGravatar Andrew Harp2016-09-28
* Fix cpu utils for android armv7aGravatar A. Unique TensorFlower2016-09-22
* Merge changes from github.Gravatar Martin Wicke2016-09-21
* Implement a function to get frequency for android armv7aGravatar A. Unique TensorFlower2016-09-16
* Add an adapter class of CpuUtilsHelper for Android armv7aGravatar A. Unique TensorFlower2016-09-12
* Merge changes from github.Gravatar Dan Mané2016-09-09
* To prepare for removal of cuda_cc_test(s) build rule, make all build rulesGravatar Gunhan Gulsoy2016-09-09
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Convert ops in contrib, parsing_ops, and random_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Move CpuUtils to more appropriate place, core/platform/profile_utilsGravatar A. Unique TensorFlower2016-09-02
* Add a test to verify overhead of hexagon rpc callsGravatar A. Unique TensorFlower2016-09-01
* Add a way to link and call hexagon shared library APIsGravatar A. Unique TensorFlower2016-08-26
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* Add matmul test palceholder for hexagonGravatar A. Unique TensorFlower2016-08-19
* Automated rollback of change 130687505Gravatar A. Unique TensorFlower2016-08-18
* Add matmul test palceholder for hexagonGravatar A. Unique TensorFlower2016-08-18
* Add a makefile for tests in contrib/quantizationGravatar A. Unique TensorFlower2016-08-18
* Merge changes from github.Gravatar Benoit Steiner2016-08-12
* Add shape function for QuantizedConcat, moving ConcatShape intoGravatar Vijay Vasudevan2016-08-10
* Fix race in tensorflow's use of gemmlowp contexts.Gravatar A. Unique TensorFlower2016-08-09
* Optimizing graphs for inference.Gravatar Pete Warden2016-08-07
* Remove "external/gemmlowp" from gemmlowp #includes since it's not needed and ...Gravatar Kiril Gorovoy2016-08-04
* Ensure custom GPU kernels are properly registered.Gravatar Eugene Brevdo2016-08-03
* TensorFlow: Finish off quantization shape functions in contribGravatar Vijay Vasudevan2016-08-02
* TensorFlow: implement MaxPoolShape common function + tests, add toGravatar Vijay Vasudevan2016-07-29
* Add C++ shape inference for quantizev2 and dequantize.Gravatar Suharsh Sivakumar2016-07-28
* Add shape functions for some of the quantization ops.Gravatar Vijay Vasudevan2016-07-26
* Add existing common shape function uses to MatMuls, Conv2Ds, AvgPool.Gravatar Vijay Vasudevan2016-07-25
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* In contrib/quantization, use eigen threadpool when calling gemmlowp toGravatar A. Unique TensorFlower2016-07-16
* Fix divide-by-zero in specialized version of RequantizeMany...UsingEigen.Gravatar A. Unique TensorFlower2016-07-13
* Move computation in quantized_bias_add_op.cc to quantization_utils.h.Gravatar A. Unique TensorFlower2016-07-13
* Fixes a bug in TensorFlow quantization, where a negative constant nodeGravatar A. Unique TensorFlower2016-07-13
* Avoid overflow in float-int32 cast when making test case for quantization.Gravatar A. Unique TensorFlower2016-07-13
* Change QuantizedBiasAdd op to use eigen floating point computationGravatar A. Unique TensorFlower2016-07-13
* Enable optimized requantization function.Gravatar A. Unique TensorFlower2016-07-12
* Change DequantizeOp to use eigen for MIN_FIRST case.Gravatar A. Unique TensorFlower2016-07-11