HomeSort by relevance Sort by last modified time
    Searched full:masking (Results 51 - 75 of 490) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 37 /// The expression language supports basic pointer arithmetic and bit-masking,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 37 /// The expression language supports basic pointer arithmetic and bit-masking,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 37 /// The expression language supports basic pointer arithmetic and bit-masking,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 37 /// The expression language supports basic pointer arithmetic and bit-masking,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 37 /// The expression language supports basic pointer arithmetic and bit-masking,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/
fpu_control.h 58 /* masking of interrupts */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/
fpu_control.h 61 /* masking of interrupts */
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleFunctionalTests.hpp 129 /** Test case: Verify sample masking mechanism for non-integer color-renderable internalformats used for 2D multisample textures */
158 /** Test case: Verify sample masking mechanism for normalized/unsigned integer/signed integer color-renderable
  /external/llvm/test/CodeGen/SystemZ/
shift-08.ll 107 ; Check the next value up, which without masking must use a separate
149 ; Check the next value down, which without masking must use a separate
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
core.py 43 @tf_export('keras.layers.Masking')
44 class Masking(Layer):
50 in all downstream layers (as long as they support masking).
52 If any downstream layer does not support masking yet receives such
63 - insert a `Masking` layer with `mask_value=0.` before the LSTM layer:
67 model.add(Masking(mask_value=0., input_shape=(timesteps, features)))
73 super(Masking, self).__init__(**kwargs)
90 base_config = super(Masking, self).get_config()
gru_test.py 127 # Check masking
191 model.add(keras.layers.Masking(input_shape=(3, 4)))
simplernn_test.py 127 # Check masking
191 model.add(keras.layers.Masking(input_shape=(3, 4)))
lstm_test.py 143 # Check masking
206 model.add(keras.layers.Masking(input_shape=(3, 4)))
308 _ = keras.layers.Masking()(inputs)
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 522 /* AVX512 masking support:
523 1: Zeroing-masking.
524 2: Merging-masking.
525 3: Both zeroing and merging masking.
530 Masking,
631 unsigned int masking:2; member in struct:i386_opcode_modifier
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 138 // that are masking one another.
359 /* Check for masking. This is MUCH faster than our old check,
361 * only have to check for masking within each bin now. It's
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_builder.h 109 * predication and control flow masking in multiples of \p n channels.
123 * Construct a builder with per-channel control flow execution masking
124 * disabled if \p b is true. If control flow execution masking is
  /external/mesa3d/src/mesa/main/
accum.c 349 const GLboolean masking = (!ctx->Color.ColorMask[buffer][RCOMP] || local
355 if (masking)
385 if (masking) {
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_dma.c 24 * DMA and interrupt masking functions *
28 * dma.c - DMA and interrupt masking functions
380 * Interrupt masking *
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
real_nvp.py 52 Masking is currently only supported for base distributions with
53 `event_ndims=1`. For more sophisticated masking schemes like checkerboard or
54 channel-wise masking [2], use the `tfb.Permute` bijector to re-order desired
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_crc.cpp 146 uint32 masking = 1 << length; local
148 while ((masking >>= 1))
152 if (!carry ^ !(data & masking))
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRuleSet.java 149 /* Check for masking. This is MUCH faster than our old check,
151 * only have to check for masking within each bin now. It's
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java 148 /* Check for masking. This is MUCH faster than our old check,
150 * only have to check for masking within each bin now. It's
  /external/v8/src/ic/
handler-compiler.cc 201 // non masking interceptors must check the entire chain, so temporarily reset
210 // look behind non-masking interceptors during the original lookup, and
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
VirtioLib.h 208 any masking before calling this function; the
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 113 // and cannot be easily anti aliased. Really we only care about masking off the

Completed in 1683 milliseconds

1 23 4 5 6 7 8 91011>>