Home
last modified time | relevance | path

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

12

/external/ComputeLibrary/arm_compute/core/
DHelpers.inl35 static void unroll(T &&it, Ts &&... iterators) function
43 static void unroll() function
53 static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators) function
69 static void unroll(const Window &w, Coordinates &id, L &&lambda_function, Ts &&... iterators) function
/external/ComputeLibrary/tests/validation/reference/
DArithmeticDivision.cpp43 … static void unroll(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2, SimpleTensor<T> &dst, in unroll() function
70 … static void unroll(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2, SimpleTensor<T> &dst, in unroll() function
DLogical.cpp60 …static void unroll(arm_compute::kernels::LogicalOperation op, const SimpleTensor<T> &src1, const S… in unroll() function
87 …static void unroll(arm_compute::kernels::LogicalOperation op, const SimpleTensor<T> &src1, const S… in unroll() function
DComparisons.cpp73 static void unroll(ComparisonOperation op, in unroll() function
101 static void unroll(ComparisonOperation op, in unroll() function
DArithmeticOperations.cpp56 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
83 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
DElementwiseOperations.cpp121 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
145 …static void unroll(ArithmeticOperation op, const SimpleTensor<T> &src1, const SimpleTensor<T> &src… in unroll() function
DPixelWiseMultiplication.cpp182 …static void unroll(const SimpleTensor<T1> &src1, const SimpleTensor<T2> &src2, SimpleTensor<T3> &d… in unroll() function
207 …static void unroll(const SimpleTensor<T1> &src1, const SimpleTensor<T2> &src2, SimpleTensor<T3> &d… in unroll() function
/external/rust/crates/pest_meta/src/optimizer/
Dunroller.rs12 pub fn unroll(rule: Rule) -> Rule { in unroll() function
/external/tensorflow/tensorflow/python/keras/layers/
Dlstm_test.py146 def test_with_masking_layer_LSTM(self, unroll): argument
161 def test_masking_with_stacking_LSTM(self, unroll): argument
Dgru_v2_test.py71 recurrent_dropout, unroll, use_bias, argument
Drecurrent.py396 unroll=False, argument
1545 unroll=False, argument
2083 unroll=False, argument
2757 unroll=False, argument
Drecurrent_v2.py367 unroll=False, argument
1093 unroll=False, argument
Dlstm_v2_test.py70 recurrent_dropout, unroll, use_bias): argument
Drecurrent_test.py755 def test_rnn_dropout(self, layer, unroll): argument
776 def test_stacked_rnn_dropout(self, cell, unroll): argument
Dconvolutional_recurrent.py160 unroll=False, argument
/external/zstd/lib/common/
Dfse_decompress.c138 size_t const unroll = 2; in FSE_buildDTable_internal() local
/external/angle/src/compiler/translator/
DOutputHLSL.cpp2841 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local
3133 const char *unroll = in handleExcessiveLoop() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc98 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/zstd/lib/compress/
Dfse_compress.c141 size_t const unroll = 2; /* Experimentally determined optimal unroll */ in FSE_buildCTable_wksp() local
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsaved_model_test.py803 def testSaveStatefulRNN(self, unroll): argument
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp172 bool unroll; member
/external/zstd/lib/decompress/
Dzstd_decompress_block.c521 size_t const unroll = 2; in ZSTD_buildFSETable_body() local
Dhuf_decompress.c387 int const unroll = 4; in HUF_readDTableX1_wksp_bmi2() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4179 unroll=False, argument

12