Home
last modified time | relevance | path

Searched defs:Quantize (Results 1 – 8 of 8) sorted by relevance

/external/gemmlowp/meta/
Dtransform_kernels.h23 struct Quantize { struct
24 float range_min;
25 float range_offset;
26 float range_scale;
27 int count;
/external/tensorflow/tensorflow/contrib/quantize/python/
Dquantize.py46 def Quantize(graph, function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp217 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize() function
/external/gemmlowp/doc/
Dquantization_example.cc133 void Quantize(const QuantizationParams& qparams, const std::vector<float>& src, in Quantize() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc69 xla::XlaOp Quantize(xla::XlaBuilder* b, const xla::XlaOp& input, in Quantize() function
/external/tensorflow/tensorflow/core/kernels/
Dmeta_support.cc316 void Quantize(OpKernelContext* tf_context, const float* input, int count, in Quantize() function
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py367 class Quantize(BaseTransform): class
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h46 inline std::vector<T> Quantize(const std::vector<float>& data, float scale, in Quantize() function