Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy_test.py678 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/
Dhighbd_variance_avx2.c87 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()
Dhighbd_variance_sse2.c43 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/
Dhighbd_variance_sse2.c30 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()