Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dlstm_test.py146 def test_with_masking_layer_LSTM(self, unroll): argument
164 def test_masking_with_stacking_LSTM(self, unroll): argument
Dgru_v2_test.py75 recurrent_dropout, unroll, use_bias, argument
Drecurrent.py400 unroll=False, argument
1543 unroll=False, argument
2075 unroll=False, argument
2752 unroll=False, argument
Drecurrent_v2.py370 unroll=False, argument
1095 unroll=False, argument
Dlstm_v2_test.py74 recurrent_dropout, unroll, use_bias): argument
Drecurrent_test.py759 def test_rnn_dropout(self, layer, unroll): argument
780 def test_stacked_rnn_dropout(self, cell, unroll): argument
Dconvolutional_recurrent.py163 unroll=False, argument
/external/llvm-project/clang/test/CodeGen/
Dpgo-sample-thinlto-summary.c32 void unroll() { in unroll() function
/external/llvm-project/mlir/include/mlir/Conversion/VectorToSCF/
DVectorToSCF.h69 bool unroll = false; member
/external/zstd/lib/common/
Dfse_decompress.c138 size_t const unroll = 2; in FSE_buildDTable_internal() local
/external/angle/src/compiler/translator/
DOutputHLSL.cpp2836 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local
3128 const char *unroll = in handleExcessiveLoop() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc99 for (int unroll = 0; unroll < kChannelsPerThread; ++unroll) { in ResizeBilinearKernel_faster() local
/external/lua/src/
Dldo.c564 static void unroll (lua_State *L, void *ud) { in unroll() function
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsaved_model_test.py751 def testSaveStatefulRNN(self, unroll): argument
/external/zstd/lib/decompress/
Dzstd_decompress_block.c445 size_t const unroll = 2; in ZSTD_buildFSETable_body() local
Dhuf_decompress.c188 int const unroll = 4; in HUF_readDTableX1_wksp_bmi2() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp172 bool unroll; member
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1851 bool unroll = (loop.iterations <= 4); in visitLoop() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4251 unroll=False, argument
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1222 bool unroll; // true if unroll requested variable
/external/llvm-project/polly/lib/External/isl/
Disl_ast_codegen.c3064 isl_set *unroll; in compute_domains_init_options() local
/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c3133 static __isl_give isl_schedule_node *unroll(__isl_take isl_schedule_node *node) in unroll() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1228 bool unroll; // true if unroll requested variable