/external/eigen/Eigen/src/Core/ |
D | Replicate.h | 17 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 …]
|
D | VectorwiseOp.h | 208 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,
|
D | DenseBase.h | 543 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()
|
D | CoreEvaluators.h | 1169 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/ |
D | hlo_sharding_test.cc | 41 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 …]
|
D | batchnorm_expander.cc | 312 : HloSharding::Replicate(); in HandleBatchNormTraining() 416 : HloSharding::Replicate(); in HandleBatchNormInference() 594 : HloSharding::Replicate(); in HandleBatchNormGrad()
|
D | hlo_sharding.h | 45 static HloSharding Replicate() { return HloSharding(); } in Replicate() function
|
D | hlo_sharding.cc | 219 ShapeTree<HloSharding> result(shape, HloSharding::Replicate()); in AsShapeTree() 372 return Replicate(); in FromProto()
|
D | hlo_matchers_test.cc | 161 HloSharding::Replicate()}); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | sharding_builder.h | 34 OpSharding Replicate();
|
D | sharding_builder.cc | 21 OpSharding Replicate() { in Replicate() function
|
/external/u-boot/arch/arm/dts/ |
D | exynos54xx-pinctrl-uboot.dtsi | 10 * Replicate the ordering of arch/arm/include/asm/arch-exynos/gpio.h
|
/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 201 Replicate<HNormalized_Factors, 403 typedef Replicate<const ConstantColumn,Rows,1> ConstantBlock; 456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
|
D | Transform.h | 1364 …ResultType res(Replicate<typename TransformType::ConstTranslationPart, 1, OtherCols>(T.translation…
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 305 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/ |
D | literal.h | 307 Literal Replicate(int64 times) const; 1145 Literal LiteralBase::Replicate(int64 times) const { in Replicate() function
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 246 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoVector.td | 87 // 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/ |
D | Core | 493 #include "src/Core/Replicate.h"
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 87 // Replicate immediate. 247 // Replicate.
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 151 Replicate <body> or <def>, replacing instances of <var> with each value
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | LangIntro.rst | 153 Replicate <body> or <def>, replacing instances of <var> with each value
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 5983 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/ |
D | SystemZInstrVector.td | 73 // Replicate immediate. 285 // Replicate.
|
/external/eigen/doc/ |
D | QuickReference.dox | 586 \subsection QuickRef_Replicate Replicate
|