Home
last modified time | relevance | path

Searched refs:total_steps (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context_test.py54 total_steps = 101
55 for i in range(total_steps):
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexperiment_test.py742 total_steps = 100000000000000
747 train_steps=total_steps)
756 steps=int(total_steps / 10),
766 total_steps = 100000000000000
772 train_steps=total_steps)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h38 int total_steps; member
Dvp9_mcomp.c135 cfg->total_steps = ss_count / cfg->searches_per_step; in vp9_init_dsmotion_compensation()
155 cfg->total_steps = ss_count / cfg->searches_per_step; in vp9_init3smotion_compensation()
1788 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_new()
1941 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_c()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c95 const int tot_steps = cfg->total_steps - search_param; in vp9_diamond_search_sad_avx()