Searched defs:Quantize (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/meta/ |
D | transform_kernels.h | 23 struct Quantize { struct 24 float range_min; 25 float range_offset; 26 float range_scale; 27 int count;
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize.py | 46 def Quantize(graph, function
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 217 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize() function
|
/external/gemmlowp/doc/ |
D | quantization_example.cc | 133 void Quantize(const QuantizationParams& qparams, const std::vector<float>& src, in Quantize() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fake_quantize_ops.cc | 69 xla::XlaOp Quantize(xla::XlaBuilder* b, const xla::XlaOp& input, in Quantize() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | meta_support.cc | 316 void Quantize(OpKernelContext* tf_context, const float* input, int count, in Quantize() function
|
/external/gemmlowp/meta/generators/ |
D | transform_kernels_common.py | 367 class Quantize(BaseTransform): class
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | test_util.h | 46 inline std::vector<T> Quantize(const std::vector<float>& data, float scale, in Quantize() function
|