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

  /external/eigen/test/
array_replicate.cpp 12 template<typename MatrixType> void replicate(const MatrixType& m) function
15 Replicate.cpp
41 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
46 VERIFY_IS_APPROX(x2, (m2.template replicate<2,3>()));
50 VERIFY_IS_APPROX(x2, (m2.template replicate<1,3>()));
54 VERIFY_IS_APPROX(vx1+vx1, vx1+(m2.template replicate<3,1>()));
56 vx1=m2+(m2.colwise().replicate(1));
59 VERIFY_IS_APPROX(m2.coeff(0), (m2.template replicate<3,1>().coeff(m2.rows())));
64 VERIFY_IS_APPROX(x2, v1.rowwise().replicate(f1));
69 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2))
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu.py 113 tpu.replicate() computation with the attribute "_tpu_replicate=XYZ", where XYZ
118 if a `ResourceVariable` is constructed inside a tpu.replicate() block, the
184 def replicate(computation, function
192 computation: A Python function that builds the computation to replicate.
231 raise TypeError("tpu.replicate() inputs must be a list of lists/tuples")
277 with ops.name_scope(name, "replicate"):
354 # straight to an output would bypass the replicate(). This would be bad
486 outputs = replicate(
498 # There were no outputs from the computation and replicate returned a list
625 return replicate(
    [all...]
  /external/eigen/Eigen/src/Core/
Replicate.h 17 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
46 * \class Replicate
56 * It is the return type of DenseBase::replicate() and most of the time
59 * \sa DenseBase::replicate()
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)
119 DenseBase<Derived>::replicate() const function in class:Eigen::DenseBase
134 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const function in class:Eigen::VectorwiseOp
    [all...]
DenseBase.h 543 const Replicate<Derived,RowFactor,ColFactor> replicate() const;
550 * \sa VectorwiseOp::replicate(), DenseBase::replicate<int,int>(), class Replicate
554 const Replicate<Derived, Dynamic, Dynamic> replicate(Index rowFactor, Index colFactor) const function in class:Eigen::DenseBase
556 return Replicate<Derived, Dynamic, Dynamic>(derived(), rowFactor, colFactor);
VectorwiseOp.h 208 typedef Replicate<OtherDerived,
231 typedef Replicate<OtherDerived,
471 typedef Replicate<ExpressionType,(isVertical?Dynamic:1),(isHorizontal?Dynamic:1)> ReplicateReturnType;
473 const ReplicateReturnType replicate(Index factor) const;
481 * \sa VectorwiseOp::replicate(Index), DenseBase::replicate(), class Replicate
485 template<int Factor> const Replicate<ExpressionType,isVertical*Factor+isHorizontal,isHorizontal*Factor+isVertical>
487 replicate(Index factor = Factor) const function in class:Eigen::VectorwiseOp
489 return Replicate<ExpressionType,(isVertical?Factor:1),(isHorizontal?Factor:1)
    [all...]
  /external/swiftshader/src/Common/
Types.hpp 142 inline float4 replicate(float f) function in namespace:sw
  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 148 referenceQ = replicate(reference);
149 testMaskQ = replicate(testMask);
150 writeMaskQ = replicate(writeMask);
153 referenceMaskedSignedQ = replicate(((reference & testMask) + 0x80) & 0xFF);
156 static int64_t replicate(int b) function in struct:sw::PixelProcessor::Stencil
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 1301 static inline RES replicate(T imm) { function in namespace:vixl
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 2112 SDValue replicate; local
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 4616 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); local
5552 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
db4o-6.4.14.8131-java5.jar 
hibernate3.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 358 milliseconds