Home
last modified time | relevance | path

Searched defs:ref_out (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dconstant_time.rs62 let ref_out = if b { input } else { out }; in constant_time_conditional_memcpy() localVariable
92 let mut ref_out = out; in constant_time_conditional_memxor() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dconstant_time_test.cc187 uint8_t ref_out[256]; in TEST() local
220 uint8_t ref_out[256]; in TEST() local
/aosp_15_r20/external/boringssl/src/crypto/
H A Dconstant_time_test.cc187 uint8_t ref_out[256]; in TEST() local
220 uint8_t ref_out[256]; in TEST() local
/aosp_15_r20/external/libaom/test/
H A Dtemporal_filter_test.cc356 double ref_out = ref_func(src1_, height_, width_, stride_, in RunTest() local
729 double ref_out = ref_func_(src1_, height_, width_, stride_, bitdepth_, in RunTest() local
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_unsqueeze_copy_test.cpp195 Tensor ref_out = in TEST_F() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Ddeltas.rs215 let ref_out = self.out_points.get(ref_ix)?; in shift() localVariable
/aosp_15_r20/external/pytorch/test/xpu/
H A Dtest_conv.py1105 ref_out, argument
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_convolution.py3727 ref_out, argument
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dvulkan_compute_api_test.cpp791 std::vector<float> ref_out = in TEST_F() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py666 def check_outputs(ref_out, load_out): argument