HomeSort by relevance Sort by last modified time
    Searched defs:Masking (Results 1 - 2 of 2) sorted by null

  /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()
  /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

Completed in 87 milliseconds