Home
last modified time | relevance | path

Searched defs:unroll (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/summary/
Dsummary_test_util.py99 def unroll(list_of_tuples): function
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py171 unroll=False, argument
518 def __init__(self,
Dgru_v2_test.py70 recurrent_dropout, unroll, use_bias, argument
Drecurrent_test.py738 def test_rnn_dropout(self, layer, unroll): argument
756 def test_stacked_rnn_dropout(self, cell, unroll): argument
Dlstm_v2_test.py70 recurrent_dropout, unroll, use_bias): argument
Drecurrent.py371 unroll=False, argument
1375 unroll=False, argument
1892 unroll=False, argument
2505 unroll=False, argument
Dconvolutional_recurrent.py164 unroll=False, argument
/external/lua/src/
Dldo.c548 static void unroll (lua_State *L, void *ud) { in unroll() function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3303 unroll=False, argument
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1851 bool unroll = (loop.iterations <= 4); in visitLoop() local
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1137 bool unroll; // true if unroll requested variable