HomeSort by relevance Sort by last modified time
    Searched refs:Masked (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
masked_autoregressive.py 65 masked weights such that the autoregressive property is automatically met in
87 masked to ensure the autoregressive property. It is possible that this
171 [1]: "Masked Autoregressive Flow for Density Estimation."
175 [2]: "MADE: Masked Autoencoder for Distribution Estimation."
330 """A autoregressively masked dense layer. Analogous to `tf.layers.dense`.
334 [1]: "MADE: Masked Autoencoder for Distribution Estimation."
430 [1]: "MADE: Masked Autoencoder for Distribution Estimation."
real_nvp.py 47 while the first `d` units are 'masked' and left unchanged. Real NVP's
49 scale-and-shift transforms that do not depend on any masked units, i.e.
55 masked units into the first `d` units. For base distributions with
112 [2]: "Masked Autoregressive Flow for Density Estimation."
135 should be masked. Must be in the closed interval `[1, D-1]`, where `D`
178 "Number of masked units must be smaller than the event size.")
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
autoregressive.py 96 [1]: "Masked Autoregressive Flow for Density Estimation."
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 483 auto *Masked = makeVariable(DestTy);
487 InstArithmetic::create(Func, InstArithmetic::And, Masked, Right,
490 InstArithmetic::create(Func, InstArithmetic::Shl, Top, Left, Masked));
494 Ctx->getConstantInt(DestTy, BitCount), Masked));
509 auto *Masked = makeVariable(DestTy);
513 InstArithmetic::create(Func, InstArithmetic::And, Masked, Right,
516 Top, Left, Masked));
520 Ctx->getConstantInt(DestTy, BitCount), Masked));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 507 /// Convert an analysis of a masked ICmp into its equivalent if all boolean
605 // Any icmp can be viewed as being trivially masked; if it allows us to
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 366 milliseconds