Home
last modified time | relevance | path

Searched refs:TensorLazyEvaluatorWritable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorRef.h81 class TensorLazyEvaluatorWritable : public TensorLazyEvaluatorReadOnly<Dimensions, Expr, Device> {
88 TensorLazyEvaluatorWritable(const Expr& expr, const Device& device) : Base(expr, device) { in TensorLazyEvaluatorWritable() function
90 virtual ~TensorLazyEvaluatorWritable() { in ~TensorLazyEvaluatorWritable()
100 TensorLazyEvaluatorWritable<Dimensions, Expr, Device>,
104 TensorLazyEvaluatorWritable<Dimensions, Expr, Device>,