/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | quantization_util_test.cc | 334 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/ |
D | wav_to_features.py | 48 window_stride_ms, feature_bin_count, quantize, preprocess, argument
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/CMSIS/ |
D | simple_features_generator.cc | 85 void quantize(q15_t* bufA, q15_t* bufB, uint8_t* output) { in quantize() function
|
/external/adhd/scripts/volume_tuning/ |
D | volume.js | 198 function quantize(v) { function
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetFile.py | 94 …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
|
D | midifile.py | 1169 …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/ |
D | jcdctmgr.c | 52 quantize_method_ptr quantize; member 408 quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() function
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_highbd_quantize_avx2.c | 48 static INLINE void quantize(const __m256i *qp, __m256i *c, in quantize() function
|
D | av1_quantize_sse2.c | 71 static INLINE void quantize(const int16_t *iscan_ptr, in quantize() function
|
D | av1_quantize_avx2.c | 107 static INLINE void quantize(const __m256i *thr, const __m256i *qp, __m256i *c, in quantize() function
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph_test.cc | 90 auto quantize = ops::FakeQuantWithMinMaxArgs(s.WithOpName("quantize"), feed, in TEST() local
|
D | convert_nodes_test.cc | 2123 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/ |
D | depthstencil.h | 101 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_avx2.c | 66 static INLINE void quantize(const __m256i *qp, __m256i *c, in quantize() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | kernel_util.cc | 135 auto quantize = [scale, zero_point](float f) { in CalculateActivationRangeQuantizedImpl() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | array_ops.py | 3557 def quantize(input, # pylint: disable=redefined-builtin function
|
/external/python/cpython2/Lib/ |
D | decimal.py | 2420 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.py | 2532 def quantize(self, exp, rounding=None, context=None): member in Decimal 5217 def quantize(self, a, b): member in Context
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3978 void Magick::Image::quantize(const bool measureError_) in quantize() function in Magick::Image
|