Home
last modified time | relevance | path

Searched defs:test_inputs (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/tests/
Dsha_tests.c19 uint8_t* test_inputs[3]; in SHA1_tests() local
41 uint8_t* test_inputs[3]; in SHA256_tests() local
63 uint8_t* test_inputs[3]; in SHA512_tests() local
Dvb2_sha_tests.c39 uint8_t *test_inputs[3]; in sha1_tests() local
63 uint8_t *test_inputs[3]; in sha256_tests() local
87 uint8_t *test_inputs[3]; in sha512_tests() local
/external/tensorflow/tensorflow/compiler/tests/
Dreduce_ops_test.py33 def _testReduction(self, tf_reduce_fn, np_reduce_fn, dtype, test_inputs, argument
Drandomized_tests.cc782 std::vector<string> expected_inputs, test_inputs; in ExpectTfAndXlaOutputsAreClose() local