Home
last modified time | relevance | path

Searched refs:TEST_SPLIT (Results 1 – 3 of 3) sorted by relevance

/external/libcups/vcnet/regex/
Dsplit.c140 #ifdef TEST_SPLIT
/external/mesa3d/src/mesa/tnl/
Dt_draw.c435 const GLuint TEST_SPLIT = 0; in _tnl_draw_prims() local
436 const GLint max = TEST_SPLIT ? 8 : tnl->vb.Size - MAX_CLIPPED_VERTICES; in _tnl_draw_prims()
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/
Dtrain_hello_world_model.ipynb325 "TEST_SPLIT = int(0.2 * SAMPLES + TRAIN_SPLIT)\n",
330 "x_train, x_test, x_validate = np.split(x_values, [TRAIN_SPLIT, TEST_SPLIT])\n",
331 "y_train, y_test, y_validate = np.split(y_values, [TRAIN_SPLIT, TEST_SPLIT])\n",