Home
last modified time | relevance | path

Searched refs:check_calibration (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/mkl/
H A Dtest_subgraph.py148 check_calibration=True, gluon_forward=False, check_scale_align=False): argument
195 if check_calibration:
812 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
813 …check_quantize(net, data_shape, out_type, name='conv', check_calibration=False, gluon_forward=True)
815 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
816 …check_quantize(net, data_shape, out_type, name='conv', check_calibration=False, gluon_forward=True)
818 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
819 …check_quantize(net, data_shape, out_type, name='conv', check_calibration=False, gluon_forward=True)
821 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
824 check_quantize(net, data_shape, out_type, name='', check_calibration=False)
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/mkl/
H A Dtest_subgraph.py148 check_calibration=True, gluon_forward=False, check_scale_align=False): argument
195 if check_calibration:
812 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
813 …check_quantize(net, data_shape, out_type, name='conv', check_calibration=False, gluon_forward=True)
815 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
816 …check_quantize(net, data_shape, out_type, name='conv', check_calibration=False, gluon_forward=True)
818 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
819 …check_quantize(net, data_shape, out_type, name='conv', check_calibration=False, gluon_forward=True)
821 check_quantize(net, data_shape, out_type, name='conv', check_calibration=False)
824 check_quantize(net, data_shape, out_type, name='', check_calibration=False)
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rotators/ts7400/include/
H A Dtest7400ADC.c107 int check_calibration(int cal[NUM_CHANNELS][2], in check_calibration() function
463 if (check_calibration(calibration, stored_calibration, state)) in main()
H A DreadADC.c109 int check_calibration(int cal[NUM_CHANNELS][2], in check_calibration() function
473 if (check_calibration(calibration, stored_calibration, state)) in main()