Searched defs:Replicate (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
H A Dsharding_builder.cc21 OpSharding Replicate() { function in namespace:xla::sharding_builder
/external/eigen/Eigen/src/Core/
H A DReplicate.h17 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
46 * \class Replicate
61 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate class in namespace:Eigen
62 : public internal::dense_xpr_base< Replicate<MatrixType,RowFactor,ColFactor> >::type
64 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
68 typedef typename internal::dense_xpr_base<Replicate>::type Base;
69 EIGEN_DENSE_PUBLIC_INTERFACE(Replicate)
74 inline explicit Replicate(const OriginalMatrixType& matrix) function in class:Eigen::Replicate
84 inline Replicate(cons function in class:Eigen::Replicate
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_sharding.h43 static HloSharding Replicate() { return HloSharding(); } function in class:xla::HloSharding
161 ShapeTree<HloSharding> result(shape, HloSharding::Replicate());
/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.h329 std::unique_ptr<Literal> Replicate(int64 times) const;
1306 std::unique_ptr<Literal> Literal::Replicate(int64 times) const { function in class:xla::Literal
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c7295 static ULong Replicate ( ULong bit, Int N ) function
7339 ULong exp = ((imm8_6 ^ 1) << (E-1)) | Replicate(imm8_6, E-1);
7340 ULong frac = ((imm8 & 63) << (F-6)) | Replicate(0, F-6);
7404 | (Replicate(imm8_6, 5) << (6 + 19))
7410 // :Replicate(imm8<6>,8):imm8<5:0>:Zeros(48);
7415 | (Replicate(imm8_6, 8) << 54)

Completed in 221 milliseconds