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

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
permute.py 36 "Permute",
40 class Permute(bijector.Bijector):
47 reverse = tfb.Permute(permutation=[2, 1, 0])
63 `Permute(np.random.permutation(event_size)).astype("int32"))` is not a
72 Permute(permutation=init_once(
88 """Creates the `Permute` bijector.
103 with ops.name_scope(name, "permute", values=[permutation]):
126 super(Permute, self).__init__(
130 name=name or "permute")
  /external/tensorflow/tensorflow/python/keras/layers/
core.py 474 @keras_export('keras.layers.Permute')
475 class Permute(Layer):
484 model.add(Permute((2, 1), input_shape=(10, 64)))
506 super(Permute, self).__init__(**kwargs)
510 'Invalid permutation `dims` for Permute Layer: %s. '
528 base_config = super(Permute, self).get_config()
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
util.h 312 std::vector<typename Container::value_type> Permute(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 257 enum ShuffleMode { Unknown, Select, Permute };
283 if (CommonShuffleMode == Permute)
288 CommonShuffleMode = Permute;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 219 milliseconds