Home
last modified time | relevance | path

Searched defs:expected_out (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_split_copy_test.cpp68 std::vector<Tensor> expected_out = { in test_dtype() local
132 std::vector<Tensor> expected_out = { in TEST_F() local
179 std::vector<Tensor> expected_out = { in TEST_F() local
229 std::vector<Tensor> expected_out = { in TEST_F() local
288 std::vector<Tensor> expected_out = {input}; in TEST_F() local
315 std::vector<Tensor> expected_out = {input}; in TEST_F() local
345 std::vector<Tensor> expected_out = {input}; in TEST_F() local
389 std::vector<Tensor> expected_out = {input}; in TEST_F() local
443 std::vector<Tensor> expected_out = { in TEST_F() local
491 std::vector<Tensor> expected_out = { in TEST_F() local
H A Dop_unbind_copy_test.cpp52 std::vector<Tensor> expected_out = { in test_unbind_dim0() local
84 std::vector<Tensor> expected_out = { in test_unbind_dim1() local
124 std::vector<Tensor> expected_out = { in test_unbind_dim2() local
247 std::vector<Tensor> expected_out = {tf.ones({0, 2})}; in TEST_F() local
278 std::vector<Tensor> expected_out = {tf.ones({1, 3})}; in TEST_F() local
311 std::vector<Tensor> expected_out = { in TEST_F() local
331 std::vector<Tensor> expected_out = { in TEST_F() local
/aosp_15_r20/bionic/tests/
H A Dlibgen_test.cpp22 static void TestDirname(const char* in, const char* expected_out) { in TestDirname()
43 static void TestBasename(const char* in, const char* expected_out, int expected_rc, in TestBasename()
54 static void TestDirname(const char* in, const char* expected_out, int expected_rc, in TestDirname()
H A Dsys_thread_properties_test.cpp24 const char expected_out[] = in TEST() local
36 const char expected_out[] = "exit_cb_1 called exit_cb_2 called exit_cb_3 called"; in TEST() local
H A Dlibgen_basename_test.cpp50 static void __TestGnuBasename(const char* in, const char* expected_out, int line) { in __TestGnuBasename()
58 static void __TestPosixBasename(const char* in, const char* expected_out, int line) { in __TestPosixBasename()
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_gpu.cu668 Tensor<Scalar, 1> expected_out(7); in test_gpu_digamma() local
724 Tensor<Scalar, 1> expected_out(6); in test_gpu_zeta() local
792 Tensor<Scalar, 1> expected_out(7); in test_gpu_polygamma() local
1077 Tensor<Scalar, 1> expected_out(8); in test_gpu_ndtri() local
1140 Tensor<Scalar, 1> expected_out(125); in test_gpu_betainc() local
1284 Tensor<Scalar, 1> expected_out(21); in test_gpu_i0e() local
1339 Tensor<Scalar, 1> expected_out(21); in test_gpu_i1e() local
1395 Tensor<Scalar, 1> expected_out(30); in test_gpu_igamma_der_a() local
1471 Tensor<Scalar, 1> expected_out(30); in test_gpu_gamma_sample_der_alpha() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_utils_test.cc201 std::vector<string> expected_out; member
300 std::vector<string> expected_out; member
441 std::vector<string> expected_out; member
/aosp_15_r20/external/pdfium/core/fxcodec/basic/
H A Da85_unittest.cpp26 const uint8_t expected_out[] = {33, 60, 78, 63, 43, 115, in TEST() local
88 const uint8_t expected_out[] = {33, 60, 78, 63, 43, 122, 126, 62}; in TEST() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_encoder_test.cc232 std::string expected_out = expected_.TakeString(); in CompareWithExpectedEncoding() local
251 std::string expected_out = expected_.TakeString(); in CompareWithExpectedEncoding() local
512 std::string expected_out = expected_.TakeString(); in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/tests/
Dfixtures_test.rs30 let expected_out = read_file(&path_out).expect("Failed to read file"); in test_fixtures() localVariable
/aosp_15_r20/external/executorch/examples/models/llama/tokenizer/test/
H A Dtest_tiktoken.cpp54 std::vector<uint64_t> expected_out = { in TEST_F() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_popen2.py61 def validate_output(self, teststr, expected_out, r, w, e=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/
H A Dinput_generator_test.cc57 std::string expected_out = "a:"; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_gather_op_test.py295 expected_out, argument
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Dhkdf_tests.rs42 let expected_out = test_case.consume_bytes("OKM"); in hkdf_tests() localVariable
/aosp_15_r20/external/cronet/base/
H A Dbase64_unittest.cc36 const char* expected_out; in TEST() member
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_ref.rs221 let expected_out = ProposalRef(HashReference::from(one_case.output)); in test_proposal_ref() localVariable
/aosp_15_r20/external/rappor/client/cpp/
H A Dencoder_unittest.cc241 std::vector<uint8_t> expected_out(4); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/io_ops/
H A Ddecode_csv_op_test.py28 def _test(self, args, expected_out=None, expected_err_re=None): argument
/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c61 void expected_out(const char *file) { in expected_out() function
/aosp_15_r20/system/update_engine/scripts/
H A Dpayload_info_unittest.py205 def TestCommand(self, payload_cmd, payload, expected_out): argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/key_package/
Dmod.rs315 let expected_out = KeyPackageRef::from(one_case.output); in test_key_package_ref() localVariable
/aosp_15_r20/external/capstone/suite/arm/
H A Dtest_arm_regression.c238 char *expected_out; member
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_max_autotune.py59 def benchmark_choice(choice, args, out, expected_out, timings): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_test.cc59 const std::vector<Node*>& expected_out) { in VerifyNodes()

12