Searched refs:init_max (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quant_ops.py | 30 def FixedQuantize(inputs, init_min=-6.0, init_max=6.0, scope=None): argument 43 inputs, min=init_min, max=init_max) 64 init_max=6.0, argument 120 initializer=init_ops.constant_initializer(init_max), 188 init_max=6.0, argument 246 initializer=init_ops.constant_initializer(init_max),
|
D | quant_ops_test.py | 99 init_max=0.0, 114 init_max=0.0, 125 init_max=0.0,
|
D | quantize.py | 651 init_max=6.0, argument 735 init_max=init_max, 748 init_max=init_max,
|
/external/u-boot/board/CarMediaLab/flea3/ |
D | lowlevel_init.S | 20 init_max
|
/external/u-boot/board/woodburn/ |
D | lowlevel_init.S | 20 init_max
|
/external/u-boot/board/syteco/zmx25/ |
D | lowlevel_init.S | 93 init_max
|
/external/u-boot/arch/arm/include/asm/arch-mx25/ |
D | macro.h | 46 .macro init_max mpr=0x00043210, sgpcr=0x00000010, mgpcr=0x00000000
|
/external/speex/libspeexdsp/ |
D | preprocess.c | 239 float init_max; /**< Current gain limit during initialisation */ member 518 st->init_max = 1; in speex_preprocess_state_init() 586 if (st->init_max < st->max_gain && st->nb_adapt > 20) in speex_compute_agc() 587 st->init_max *= 1.f + .1f*Pframe*Pframe; in speex_compute_agc() 601 if (target_gain > st->init_max) in speex_compute_agc() 602 target_gain = st->init_max; in speex_compute_agc()
|
/external/u-boot/arch/arm/include/asm/arch-mx35/ |
D | lowlevel_macro.S | 53 .macro init_max mpr=0x00302154, sgpcr=0x00000010, mgpcr=0x00000000 macro
|
/external/u-boot/board/freescale/mx35pdk/ |
D | lowlevel_init.S | 123 init_max
|