Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/vectors/
DCMakeLists.txt7 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/oss-fuzz/infra/build/functions/
Dbuild_project.py293 test_step = {
306 maybe_add_parallel(test_step, get_last_step_id(build_steps),
308 build_steps.append(test_step)
/external/tensorflow/tensorflow/python/distribute/
Dzero_batch_test.py148 def test_step(): function
157 test_step().numpy())
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py1244 def test_step(self, data): member in Model
1311 outputs = model.test_step(data)
/external/python/cpython3/Lib/test/
Dtest_bdb.py587 def test_step(self): member in StateTestCase
/external/tensorflow/
DRELEASE.md1180 data in their `train_step()`/`test_step()`/`predict_step()` methods. \
1183 `train_step()`/`test_step()`/`predict_step()` methods, e.g. `if
5753 for validation and inference via `Model.test_step` and