Home
last modified time | relevance | path

Searched refs:update_golden (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py555 update_golden=False, argument
570 if update_golden:
808 update_golden=False, argument
854 update_golden)
860 update_golden=False, argument
875 update_golden, **kwargs)
884 update_golden=False, argument
907 golden_name, update_golden, **kwargs)
DREADME.md19 `--update_golden` flag.
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc150 bool update_golden = false; in RunAutoClusteringTestImpl() local
151 if (update_golden) { in RunAutoClusteringTestImpl()
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test.cc158 const bool update_golden = false; in CompareWithGoldenFile() local
162 if (update_golden) { in CompareWithGoldenFile()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h159 uint8_t update_golden[VPX_SS_MAX_LAYERS]; member
Dvp9_svc_layercontext.c739 svc->update_golden[sl] = (uint8_t)cpi->refresh_golden_frame; in vp9_copy_flags_ref_update_idx()
874 vp9_zero(svc->update_golden); in vp9_one_pass_cbr_svc_start_layer()
/external/libvpx/libvpx/vpx/
Dvp8cx.h824 int update_golden[VPX_SS_MAX_LAYERS]; /**< Update golden. */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1599 data->update_golden[sl] = cpi->svc.update_golden[sl]; in ctrl_get_svc_ref_frame_config()