Home
last modified time | relevance | path

Searched defs:quantize (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util_test.cc334 auto quantize = [](double d) { in TEST() local
362 auto quantize = [](double d) { in TEST() local
385 auto quantize = [](double beta, double scale, int integer_bits) { in TEST() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dwav_to_features.py48 window_stride_ms, feature_bin_count, quantize, preprocess, argument
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/CMSIS/
Dsimple_features_generator.cc85 void quantize(q15_t* bufA, q15_t* bufB, uint8_t* output) { in quantize() function
/external/adhd/scripts/volume_tuning/
Dvolume.js198 function quantize(v) { function
/external/sonivox/jet_tools/JetCreator/
DJetFile.py94 …def __init__ (self, segname, filename, start=None, end=None, length=None, output=None, quantize=No… argument
133 def ExtractEvents (self, start, end, length, quantize, chase_controllers): argument
615 …def AddSegment(self, segname, filename, start, end, length, output, quantize, jetevents, dlsfile, … argument
623 …def UpdateSegment(self, orgsegname, segname, filename, start, end, length, output, quantize, jetev… argument
Dmidifile.py1169 …def Trim (self, start, end, slide=True, chase_controllers=True, delete_meta_events=False, quantize argument
1372 def Trim (self, start, end, quantize=0, chase_controllers=True): argument
/external/libjpeg-turbo/
Djcdctmgr.c52 quantize_method_ptr quantize; member
408 quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() function
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c48 static INLINE void quantize(const __m256i *qp, __m256i *c, in quantize() function
Dav1_quantize_sse2.c71 static INLINE void quantize(const int16_t *iscan_ptr, in quantize() function
Dav1_quantize_avx2.c107 static INLINE void quantize(const __m256i *thr, const __m256i *qp, __m256i *c, in quantize() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc90 auto quantize = ops::FakeQuantWithMinMaxArgs(s.WithOpName("quantize"), feed, in TEST() local
Dconvert_nodes_test.cc2123 auto quantize = ops::FakeQuantWithMinMaxArgs(s.WithOpName("my_quantize"), in TEST_F() local
2142 auto quantize = ops::FakeQuantWithMinMaxVars( in TEST_F() local
2163 auto quantize = ops::QuantizeAndDequantizeV2( in TEST_F() local
2184 auto quantize = ops::QuantizeAndDequantizeV2( in TEST_F() local
2203 auto quantize = ops::QuantizeAndDequantizeV3( in TEST_F() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h101 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth() local
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_avx2.c66 static INLINE void quantize(const __m256i *qp, __m256i *c, in quantize() function
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.cc135 auto quantize = [scale, zero_point](float f) { in CalculateActivationRangeQuantizedImpl() local
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py3557 def quantize(input, # pylint: disable=redefined-builtin function
/external/python/cpython2/Lib/
Ddecimal.py2420 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in Decimal
5045 def quantize(self, a, b): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py2532 def quantize(self, exp, rounding=None, context=None): member in Decimal
5217 def quantize(self, a, b): member in Context
/external/ImageMagick/Magick++/lib/
DImage.cpp3978 void Magick::Image::quantize(const bool measureError_) in quantize() function in Magick::Image