Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/util/
Drandom_seed_test.py58 tinput, toutput = tc[0], tc[1]
64 tinput, (g_seed, op_seed), toutput)
65 self.assertEqual((g_seed, op_seed), toutput, msg=msg)
71 toutput = (1, ops.get_default_graph()._last_id) # pylint: disable=protected-access
77 toutput)
78 self.assertEqual((g_seed, op_seed), toutput, msg=msg)
/external/tensorflow/tensorflow/python/framework/
Drandom_seed_test.py51 tinput, toutput = tc[0], tc[1]
56 toutput)
57 self.assertEqual((g_seed, op_seed), toutput, msg=msg)
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c392 char *toutput; in setup() local
406 toutput = getenv("TOUTPUT"); in setup()
407 if (toutput != NULL && strcmp(toutput, "NOPASS") == 0) in setup()