Home
last modified time | relevance | path

Searched defs:ref_output (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
H A Dpack_test.cc75 auto ref_output = in TYPED_TEST() local
90 auto ref_output = in TYPED_TEST() local
105 auto ref_output = in TYPED_TEST() local
119 auto ref_output = in TYPED_TEST() local
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtransformer.cpp70 torch::Tensor ref_output = torch::tensor( in transformer_encoder_layer_test_helper() local
263 torch::Tensor ref_output = torch::tensor( in transformer_decoder_layer_test_helper() local
475 torch::Tensor ref_output = torch::tensor( in transformer_decoder_layer_test_helper_gelu() local
590 torch::Tensor ref_output = torch::tensor( in transformer_encoder_test_helper() local
861 torch::Tensor ref_output = torch::tensor( in transformer_decoder_test_helper() local
1430 torch::Tensor ref_output = torch::tensor( in transformer_test_helper() local
H A Dnn_utils.cpp502 torch::Tensor ref_output, extra_pad; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Diterator_range_drop.cpp129 std::vector<boost::int32_t> ref_output; in test_drop_front() local
160 std::vector<boost::int32_t> ref_output; in test_drop_back() local
Diterator_range_hash.cpp32 std::size_t ref_output = boost::hash_range(v.begin(), v.end()); in test_iterator_range_hash() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_profiling_allocator_test.cpp42 at::Tensor output, ref_output; in TEST() local
100 at::Tensor output, ref_output; in TEST() local
/aosp_15_r20/external/executorch/backends/xnnpack/test/
H A Dtest_xnnpack_utils.py102 representative_inputs, executorch_program, ref_output, output_path argument
136 def assert_outputs_equal(self, model_output, ref_output): argument
/aosp_15_r20/external/cronet/net/base/
H A Dmime_util_unittest.cc558 const char ref_output[] = in TEST() local
575 const char ref_output[] = in TEST() local
/aosp_15_r20/external/libaom/test/
H A Dav1_fwd_txfm1d_test.cc74 std::unique_ptr<double[]> ref_output(new (std::nothrow) double[txfm_size]); in TEST() local
H A Dav1_inv_txfm1d_test.cc88 int32_t ref_output[64]; in TEST() local
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_utils.py128 ref_output, argument
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dutils.py135 def _assert_outputs_equal(self, model_output, ref_output): argument
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_view_copy_test.cpp258 Tensor ref_output = tf.make(size, /*data=*/{0, 1, 1, 1, 0, 1, 0, 1}); in TEST_F() local
/aosp_15_r20/external/executorch/backends/xnnpack/test/tester/
H A Dtester.py667 def _assert_outputs_equal(model_output, ref_output, atol=1e-03, rtol=1e-03): argument
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dtest_vulkan_delegate.py43 ref_output, argument