Home
last modified time | relevance | path

Searched refs:Replicate (Results 1 – 25 of 33) sorted by relevance

12

/external/eigen/Eigen/src/Core/
DReplicate.h17 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
61 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
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)
84 inline Replicate(const OriginalMatrixType& matrix, Index rowFactor, Index colFactor)
118 const Replicate<Derived,RowFactor,ColFactor>
[all …]
DVectorwiseOp.h208 typedef Replicate<OtherDerived,
231 typedef Replicate<OtherDerived,
471 …typedef Replicate<ExpressionType,(isVertical?Dynamic:1),(isHorizontal?Dynamic:1)> ReplicateReturnT…
485 …template<int Factor> const Replicate<ExpressionType,isVertical*Factor+isHorizontal,isHorizontal*Fa…
489 return Replicate<ExpressionType,(isVertical?Factor:1),(isHorizontal?Factor:1)>
653 const Replicate<HNormalized_Factors,
DDenseBase.h543 const Replicate<Derived,RowFactor,ColFactor> replicate() const;
554 const Replicate<Derived, Dynamic, Dynamic> replicate(Index rowFactor, Index colFactor) const in replicate()
556 return Replicate<Derived, Dynamic, Dynamic>(derived(), rowFactor, colFactor); in replicate()
DCoreEvaluators.h1169 struct unary_evaluator<Replicate<ArgType, RowFactor, ColFactor> >
1170 : evaluator_base<Replicate<ArgType, RowFactor, ColFactor> >
1172 typedef Replicate<ArgType, RowFactor, ColFactor> XprType;
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_test.cc41 TEST_F(HloShardingTest, Replicate) { in TEST_F() argument
42 HloSharding sharding = HloSharding::Replicate(); in TEST_F()
48 HloSharding other = HloSharding::Replicate(); in TEST_F()
64 HloSharding other = HloSharding::Replicate(); in TEST_F()
136 *proto.add_tuple_shardings() = HloSharding::Replicate().ToProto(); in TEST_F()
144 EXPECT_EQ(shape_tree.element({0}), HloSharding::Replicate()); in TEST_F()
166 HloSharding sharding1 = HloSharding::Replicate(); in TEST_F()
167 HloSharding sharding2 = HloSharding::Replicate(); in TEST_F()
189 HloSharding default_sharding = HloSharding::Replicate(); in TEST_F()
193 HloSharding sharding1 = HloSharding::Replicate(); in TEST_F()
[all …]
Dbatchnorm_expander.cc312 : HloSharding::Replicate(); in HandleBatchNormTraining()
416 : HloSharding::Replicate(); in HandleBatchNormInference()
594 : HloSharding::Replicate(); in HandleBatchNormGrad()
Dhlo_sharding.h45 static HloSharding Replicate() { return HloSharding(); } in Replicate() function
Dhlo_sharding.cc219 ShapeTree<HloSharding> result(shape, HloSharding::Replicate()); in AsShapeTree()
372 return Replicate(); in FromProto()
Dhlo_matchers_test.cc161 HloSharding::Replicate()}); in TEST()
/external/tensorflow/tensorflow/compiler/xla/client/
Dsharding_builder.h34 OpSharding Replicate();
Dsharding_builder.cc21 OpSharding Replicate() { in Replicate() function
/external/u-boot/arch/arm/dts/
Dexynos54xx-pinctrl-uboot.dtsi10 * Replicate the ordering of arch/arm/include/asm/arch-exynos/gpio.h
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h201 Replicate<HNormalized_Factors,
403 typedef Replicate<const ConstantColumn,Rows,1> ConstantBlock;
456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
DTransform.h1364 …ResultType res(Replicate<typename TransformType::ConstTranslationPart, 1, OtherCols>(T.translation…
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h305 const Replicate<BasisVectorType,Dimension,1> ctrl_weights(basis_funcs); in operator()
336 … const Replicate<BasisDerivativeRowXpr,Dimension,1> ctrl_weights( basis_func_ders.row(der_order) ); in derivativesImpl()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h307 Literal Replicate(int64 times) const;
1145 Literal LiteralBase::Replicate(int64 times) const { in Replicate() function
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h246 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoVector.td87 // Replicate the low 8-bits from 32-bits input register into each of the
91 // Replicate the low 16-bits from 32-bits input register into each of the
/external/eigen/Eigen/
DCore493 #include "src/Core/Replicate.h"
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td87 // Replicate immediate.
247 // Replicate.
/external/llvm/docs/TableGen/
DLangIntro.rst151 Replicate <body> or <def>, replacing instances of <var> with each value
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangIntro.rst153 Replicate <body> or <def>, replacing instances of <var> with each value
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp5983 bool Replicate = true; in lowerShuffleVector() local
5984 for (SizeT I = 1; Replicate && I < Instr->getNumIndexes(); ++I) { in lowerShuffleVector()
5986 Replicate = false; in lowerShuffleVector()
5990 if (Replicate) { in lowerShuffleVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td73 // Replicate immediate.
285 // Replicate.
/external/eigen/doc/
DQuickReference.dox586 \subsection QuickRef_Replicate Replicate

12