Searched refs:var_fn (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | mirrored_strategy_test.py | 678 def var_fn(): function 683 mirrored_var = distribution.extended.call_for_each_replica(var_fn) 697 def var_fn(): function 703 mirrored_var = distribution.extended.call_for_each_replica(var_fn) 717 def var_fn(): function 721 mirrored_var = distribution.extended.call_for_each_replica(var_fn) 729 def var_fn(): function 734 mirrored_var = distribution.extended.call_for_each_replica(var_fn) 750 def var_fn(): function 755 mirrored_var = distribution.extended.call_for_each_replica(var_fn) [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_avx2.c | 87 high_variance_fn_t var_fn, int block_size) { in highbd_10_variance_avx2() argument 96 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_10_variance_avx2()
|
D | highbd_variance_sse2.c | 43 high_variance_fn_t var_fn, int block_size) { in highbd_8_variance_sse2() argument 53 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_8_variance_sse2() 64 high_variance_fn_t var_fn, int block_size) { in highbd_10_variance_sse2() argument 73 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_10_variance_sse2() 86 high_variance_fn_t var_fn, int block_size) { in highbd_12_variance_sse2() argument 95 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_12_variance_sse2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 30 high_variance_fn_t var_fn, int block_size) { in highbd_8_variance_sse2() argument 40 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_8_variance_sse2() 51 high_variance_fn_t var_fn, int block_size) { in highbd_10_variance_sse2() argument 60 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_10_variance_sse2() 73 high_variance_fn_t var_fn, int block_size) { in highbd_12_variance_sse2() argument 82 var_fn(src + src_stride * i + j, src_stride, ref + ref_stride * i + j, in highbd_12_variance_sse2()
|