Searched refs:test_step (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/mtd/ubi/ |
D | crc32.c | 433 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/ |
D | CMakeLists.txt | 5 test_step.cpp
|
/external/OpenCL-CTS/test_conformance/commonfns/ |
D | CMakeLists.txt | 13 test_step.cpp
|
D | procs.h | 41 extern int test_step(cl_device_id device, cl_context context, cl_command_queue queue, int nu…
|
D | test_step.cpp | 95 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/ |
D | zero_batch_test.py | 151 def test_step(): function 161 test_step().numpy())
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | normalization_test.py | 215 def test_step(x, y): function 224 test_loss = test_step(test_data, test_targets)
|
/external/python/cpython3/Lib/test/ |
D | test_bdb.py | 587 def test_step(self): member in StateTestCase
|