/external/tensorflow/tensorflow/core/kernels/ |
gather_nd_op_gpu.cu.cc | 42 #pragma unroll
|
/external/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.keras.layers.-g-r-u.pbtxt | 162 argspec: "args=[\'self\', \'units\', \'activation\', \'recurrent_activation\', \'use_bias\', \'kernel_initializer\', \'recurrent_initializer\', \'bias_initializer\', \'kernel_regularizer\', \'recurrent_regularizer\', \'bias_regularizer\', \'activity_regularizer\', \'kernel_constraint\', \'recurrent_constraint\', \'bias_constraint\', \'dropout\', \'recurrent_dropout\', \'implementation\', \'return_sequences\', \'return_state\', \'go_backwards\', \'stateful\', \'unroll\'], varargs=None, keywords=kwargs, defaults=[\'tanh\', \'hard_sigmoid\', \'True\', \'glorot_uniform\', \'orthogonal\', \'zeros\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'0.0\', \'0.0\', \'1\', \'False\', \'False\', \'False\', \'False\', \'False\'], "
|
tensorflow.keras.layers.-l-s-t-m.pbtxt | 166 argspec: "args=[\'self\', \'units\', \'activation\', \'recurrent_activation\', \'use_bias\', \'kernel_initializer\', \'recurrent_initializer\', \'bias_initializer\', \'unit_forget_bias\', \'kernel_regularizer\', \'recurrent_regularizer\', \'bias_regularizer\', \'activity_regularizer\', \'kernel_constraint\', \'recurrent_constraint\', \'bias_constraint\', \'dropout\', \'recurrent_dropout\', \'implementation\', \'return_sequences\', \'return_state\', \'go_backwards\', \'stateful\', \'unroll\'], varargs=None, keywords=kwargs, defaults=[\'tanh\', \'hard_sigmoid\', \'True\', \'glorot_uniform\', \'orthogonal\', \'zeros\', \'True\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'0.0\', \'0.0\', \'1\', \'False\', \'False\', \'False\', \'False\', \'False\'], "
|
tensorflow.keras.layers.-r-n-n.pbtxt | 97 argspec: "args=[\'self\', \'cell\', \'return_sequences\', \'return_state\', \'go_backwards\', \'stateful\', \'unroll\'], varargs=None, keywords=kwargs, defaults=[\'False\', \'False\', \'False\', \'False\', \'False\'], "
|
tensorflow.keras.layers.-simple-r-n-n.pbtxt | 154 argspec: "args=[\'self\', \'units\', \'activation\', \'use_bias\', \'kernel_initializer\', \'recurrent_initializer\', \'bias_initializer\', \'kernel_regularizer\', \'recurrent_regularizer\', \'bias_regularizer\', \'activity_regularizer\', \'kernel_constraint\', \'recurrent_constraint\', \'bias_constraint\', \'dropout\', \'recurrent_dropout\', \'return_sequences\', \'return_state\', \'go_backwards\', \'stateful\', \'unroll\'], varargs=None, keywords=kwargs, defaults=[\'tanh\', \'True\', \'glorot_uniform\', \'orthogonal\', \'zeros\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'0.0\', \'0.0\', \'False\', \'False\', \'False\', \'False\', \'False\'], "
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.c | 45 // Unroll to process 8 samples at once.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
options.h | 74 int first_unroll; /* The first dimension to unroll */
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue18902.go | 103 // Normalize against instruction count in case we unroll loops, etc.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue18902.go | 103 // Normalize against instruction count in case we unroll loops, etc.
|
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
sha1-armv4-large.pl | 29 # full unroll ~5100/+260% ~1260/+4% ~1300/+5% 34 # compact = detached Xload/update, 5x unroll; 35 # large = interleaved Xload/update, 5x unroll; 36 # full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/external/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcat.S | 91 // To speed up really small dst strings, unroll checking the first 4 bytes. 141 // Unroll the first 8 bytes that will be copied.
|
/external/compiler-rt/lib/msan/ |
msan.h | 196 __attribute__((optimize("unroll-loops"))) 202 #pragma unroll
|
/external/mesa3d/src/compiler/glsl/ |
lower_tess_level.cpp | 307 * unroll it to element-by-element assignments and lower each of them. 309 * Note: to unroll into element-by-element assignments, we need to make
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 239 /* XXX In the future we might want to try to unroll nested 249 /* Don't unroll loops if it has a BRK instruction
|
/system/keymaster/include/keymaster/ |
android_keymaster_utils.h | 190 * efficient implementation, but the compiler should unroll the loop and tighten it up. 205 * efficient implementation, but the compiler should unroll the loop and tighten it up.
|
/art/compiler/optimizing/ |
loop_optimization.h | 153 uint32_t unroll);
|
/device/google/contexthub/firmware/lib/libc/ |
strlen.c | 147 /* If we have PLD, then unroll the loop a bit. */
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3intstream.h | 143 * created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
IIntStream.cs | 84 /// this routine must unroll them like a stack. Assumes the state the
|
/external/libxcam/cl_kernel/ |
kernel_retinex.cl | 115 #pragma unroll
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
no_fpmath.ll | 96 !18 = !{!"llvm.loop.unroll.disable"}
|
/external/skia/src/utils/ |
SkPaintFilterCanvas.cpp | 179 // Subclasses need to unroll the drawable explicity (by overriding this method) in
|
/external/skqp/src/utils/ |
SkPaintFilterCanvas.cpp | 179 // Subclasses need to unroll the drawable explicity (by overriding this method) in
|
/external/tcpdump/ |
in_cksum.c | 104 * Unroll the loop to make overhead from
|