Searched refs:_BATCH_SIZE (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/ |
D | functional_rnn_test.py | 46 _BATCH_SIZE = 3 variable in FunctionalRnnTest 67 FunctionalRnnTest._TOTAL_TIME, FunctionalRnnTest._BATCH_SIZE, 72 FunctionalRnnTest._BATCH_SIZE, FunctionalRnnTest._TOTAL_TIME, 78 size=FunctionalRnnTest._BATCH_SIZE, 85 (FunctionalRnnTest._BATCH_SIZE, FunctionalRnnTest._BATCH_SIZE, 87 for i in range(FunctionalRnnTest._BATCH_SIZE): 88 for j in range(i, FunctionalRnnTest._BATCH_SIZE): 95 high=FunctionalRnnTest._BATCH_SIZE - 1, 96 size=FunctionalRnnTest._BATCH_SIZE,
|