Home
last modified time | relevance | path

Searched refs:test_step (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dcrc32.c433 static u32 test_step(u32 init, unsigned char *buf, size_t len) in test_step() function
499 crc1 = test_step(INIT1, buf1, i); in main()
500 crc2 = test_step(INIT2, buf2, i); in main()
502 crc3 = test_step(INIT1 ^ INIT2, buf3, i); in main()
/external/OpenCL-CTS/test_conformance/vec_step/
DCMakeLists.txt5 test_step.cpp
/external/OpenCL-CTS/test_conformance/commonfns/
DCMakeLists.txt13 test_step.cpp
Dprocs.h41 extern int test_step(cl_device_id device, cl_context context, cl_command_queue queue, int nu…
Dtest_step.cpp95 test_step(cl_device_id device, cl_context context, cl_command_queue queue, int n_elems) in test_step() function
/external/tensorflow/tensorflow/python/distribute/
Dzero_batch_test.py151 def test_step(): function
161 test_step().numpy())
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization_test.py215 def test_step(x, y): function
224 test_loss = test_step(test_data, test_targets)
/external/python/cpython3/Lib/test/
Dtest_bdb.py587 def test_step(self): member in StateTestCase