/external/ComputeLibrary/arm_compute/core/ |
D | Helpers.inl | 35 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/ |
D | ArithmeticDivision.cpp | 43 … 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
|
D | Logical.cpp | 60 …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
|
D | Comparisons.cpp | 73 static void unroll(ComparisonOperation op, in unroll() function 101 static void unroll(ComparisonOperation op, in unroll() function
|
D | ArithmeticOperations.cpp | 56 …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
|
D | ElementwiseOperations.cpp | 121 …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
|
D | PixelWiseMultiplication.cpp | 182 …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/ |
D | unroller.rs | 12 pub fn unroll(rule: Rule) -> Rule { in unroll() function
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | lstm_test.py | 146 def test_with_masking_layer_LSTM(self, unroll): argument 161 def test_masking_with_stacking_LSTM(self, unroll): argument
|
D | gru_v2_test.py | 71 recurrent_dropout, unroll, use_bias, argument
|
D | recurrent.py | 396 unroll=False, argument 1545 unroll=False, argument 2083 unroll=False, argument 2757 unroll=False, argument
|
D | recurrent_v2.py | 367 unroll=False, argument 1093 unroll=False, argument
|
D | lstm_v2_test.py | 70 recurrent_dropout, unroll, use_bias): argument
|
D | recurrent_test.py | 755 def test_rnn_dropout(self, layer, unroll): argument 776 def test_stacked_rnn_dropout(self, cell, unroll): argument
|
D | convolutional_recurrent.py | 160 unroll=False, argument
|
/external/zstd/lib/common/ |
D | fse_decompress.c | 138 size_t const unroll = 2; in FSE_buildDTable_internal() local
|
/external/angle/src/compiler/translator/ |
D | OutputHLSL.cpp | 2841 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local 3133 const char *unroll = in handleExcessiveLoop() local
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bilinear_op_gpu.cu.cc | 98 for (int unroll = 0; unroll < kChannelsPerThread; ++unroll) { in ResizeBilinearKernel_faster() local
|
/external/lua/src/ |
D | ldo.c | 564 static void unroll (lua_State *L, void *ud) { in unroll() function
|
/external/zstd/lib/compress/ |
D | fse_compress.c | 141 size_t const unroll = 2; /* Experimentally determined optimal unroll */ in FSE_buildCTable_wksp() local
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | saved_model_test.py | 803 def testSaveStatefulRNN(self, unroll): argument
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 172 bool unroll; member
|
/external/zstd/lib/decompress/ |
D | zstd_decompress_block.c | 521 size_t const unroll = 2; in ZSTD_buildFSETable_body() local
|
D | huf_decompress.c | 387 int const unroll = 4; in HUF_readDTableX1_wksp_bmi2() local
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 4179 unroll=False, argument
|