Home
last modified time | relevance | path

Searched refs:Reshape (Results 1 – 25 of 1284) sorted by relevance

12345678910>>...52

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dreshape.cpp33 Reshape::Reshape(const MX& x, Sparsity sp) { in Reshape() function in casadi::Reshape
82 void Reshape::ad_forward(const std::vector<std::vector<MX> >& fseed, in ad_forward()
89 void Reshape::ad_reverse(const std::vector<std::vector<MX> >& aseed, in ad_reverse()
96 void Reshape::generate(CodeGenerator& g, in generate()
103 MX Reshape::get_reshape(const Sparsity& sp) const { in get_reshape()
107 MX Reshape::get_transpose() const { in get_transpose()
116 bool Reshape::is_valid_input() const { in is_valid_input()
120 casadi_int Reshape::n_primitives() const { in n_primitives()
124 void Reshape::primitives(std::vector<MX>::iterator& it) const { in primitives()
136 bool Reshape::has_duplicates() const { in has_duplicates()
[all …]
/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg_hdiv.cpp36 auto J = Reshape(j.Read(), NQ, 2, 2, NE); in PAHdivSetup2D()
37 auto coeff = Reshape(coeff_.Read(), NQ, NE); in PAHdivSetup2D()
38 auto y = Reshape(op.Write(), NQ, 3, NE); in PAHdivSetup2D()
67 auto J = Reshape(j.Read(), NQ, 3, 3, NE); in PAHdivSetup3D()
69 auto y = Reshape(op.Write(), NQ, 6, NE); in PAHdivSetup3D()
115 auto Bc = Reshape(Bc_.Read(), Q1D, D1D); in PAHdivMassApply2D()
240 auto Bc = Reshape(Bc_.Read(), Q1D, D1D); in PAHdivMassAssembleDiagonal2D()
553 auto y = Reshape(op.Write(), NQ, NE); in PADivDivSetup2D()
579 auto y = Reshape(op.Write(), NQ, NE); in PADivDivSetup3D()
1116 auto y = Reshape(op.Write(), NQ, NE); in PADivL2Setup2D()
[all …]
H A Dbilininteg_transpose_ea.cpp28 auto A = Reshape(ea_data_tmp.Read(), dofs, dofs, ne); in AssembleEA()
29 auto AT = Reshape(ea_data.ReadWrite(), dofs, dofs, ne); in AssembleEA()
48 auto A = Reshape(ea_data.ReadWrite(), dofs, dofs, ne); in AssembleEA()
79 auto A_int = Reshape(ea_data_int_tmp.Read(), faceDofs, faceDofs, 2, nf); in AssembleEAInteriorFaces()
80 auto A_ext = Reshape(ea_data_ext_tmp.Read(), faceDofs, faceDofs, 2, nf); in AssembleEAInteriorFaces()
81 auto AT_int = Reshape(ea_data_int.ReadWrite(), faceDofs, faceDofs, 2, nf); in AssembleEAInteriorFaces()
106 auto A_int = Reshape(ea_data_int.ReadWrite(), faceDofs, faceDofs, 2, nf); in AssembleEAInteriorFaces()
107 auto A_ext = Reshape(ea_data_ext.ReadWrite(), faceDofs, faceDofs, 2, nf); in AssembleEAInteriorFaces()
150 auto A_bdr = Reshape(ea_data_bdr_tmp.Read(), faceDofs, faceDofs, nf); in AssembleEABoundaryFaces()
151 auto AT_bdr = Reshape(ea_data_bdr.ReadWrite(), faceDofs, faceDofs, nf); in AssembleEABoundaryFaces()
[all …]
H A Dbilininteg_vecdiffusion.cpp35 auto J = Reshape(j.Read(), NQ, 2, 2, NE); in PAVectorDiffusionSetup2D()
36 auto y = Reshape(op.Write(), NQ, 3, NE); in PAVectorDiffusionSetup2D()
40 Reshape(c.Read(), NQ, NE); in PAVectorDiffusionSetup2D()
71 auto J = Reshape(j.Read(), NQ, 3, 3, NE); in PAVectorDiffusionSetup3D()
72 auto y = Reshape(op.Write(), NQ, 6, NE); in PAVectorDiffusionSetup3D()
76 Reshape(c.Read(), NQ,NE); in PAVectorDiffusionSetup3D()
272 auto B = Reshape(b.Read(), Q1D, D1D); in PAVectorDiffusionApply2D()
273 auto G = Reshape(g.Read(), Q1D, D1D); in PAVectorDiffusionApply2D()
393 auto B = Reshape(b.Read(), Q1D, D1D); in PAVectorDiffusionApply3D()
394 auto G = Reshape(g.Read(), Q1D, D1D); in PAVectorDiffusionApply3D()
[all …]
H A Dbilininteg_dgtrace_ea.cpp26 auto D = Reshape(padata.Read(), 2, 2, NF); in EADGTraceAssemble1DInt()
27 auto A_int = Reshape(eadata_int.ReadWrite(), 2, NF); in EADGTraceAssemble1DInt()
28 auto A_ext = Reshape(eadata_ext.ReadWrite(), 2, NF); in EADGTraceAssemble1DInt()
59 auto D = Reshape(padata.Read(), 2, 2, NF); in EADGTraceAssemble1DBdr()
60 auto A_bdr = Reshape(eadata_bdr.ReadWrite(), NF); in EADGTraceAssemble1DBdr()
88 auto B = Reshape(basis.Read(), Q1D, D1D); in EADGTraceAssemble2DInt()
89 auto D = Reshape(padata.Read(), Q1D, 2, 2, NF); in EADGTraceAssemble2DInt()
143 auto B = Reshape(basis.Read(), Q1D, D1D); in EADGTraceAssemble2DBdr()
144 auto D = Reshape(padata.Read(), Q1D, 2, 2, NF); in EADGTraceAssemble2DBdr()
186 auto B = Reshape(basis.Read(), Q1D, D1D); in EADGTraceAssemble3DInt()
[all …]
H A Dbilininteg_dgtrace_pa.cpp35 auto d = Reshape(det.Read(), Q1D, NF); in PADGTraceSetup2D()
39 const_r ? Reshape(rho.Read(), 1,1) : Reshape(rho.Read(), Q1D,NF); in PADGTraceSetup2D()
42 const_v ? Reshape(vel.Read(), 2,1,1) : Reshape(vel.Read(), 2,Q1D,NF); in PADGTraceSetup2D()
81 const_r ? Reshape(rho.Read(), 1,1,1) : Reshape(rho.Read(), Q1D,Q1D,NF); in PADGTraceSetup3D()
84 const_v ? Reshape(vel.Read(), 3,1,1,1) : Reshape(vel.Read(), 3,Q1D,Q1D,NF); in PADGTraceSetup3D()
319 auto B = Reshape(b.Read(), Q1D, D1D); in PADGTraceApply2D()
410 auto B = Reshape(b.Read(), Q1D, D1D); in PADGTraceApply3D()
555 auto B = Reshape(b.Read(), Q1D, D1D); in SmemPADGTraceApply3D()
719 auto B = Reshape(b.Read(), Q1D, D1D); in PADGTraceApplyTranspose2D()
815 auto B = Reshape(b.Read(), Q1D, D1D); in PADGTraceApplyTranspose3D()
[all …]
H A Dbilininteg_vecmass.cpp66 auto J = Reshape(geom->J.Read(), NQ,2,2,NE); in AssemblePA()
67 auto v = Reshape(pa_data.Write(), NQ, NE); in AssemblePA()
87 auto J = Reshape(geom->J.Read(), NQ,3,3,NE); in AssemblePA()
88 auto v = Reshape(pa_data.Write(), NQ,NE); in AssemblePA()
121 auto B = Reshape(B_.Read(), Q1D, D1D); in PAVectorMassApply2D()
122 auto Bt = Reshape(Bt_.Read(), D1D, Q1D); in PAVectorMassApply2D()
123 auto op = Reshape(op_.Read(), Q1D, Q1D, NE); in PAVectorMassApply2D()
218 auto B = Reshape(B_.Read(), Q1D, D1D); in PAVectorMassApply3D()
219 auto Bt = Reshape(Bt_.Read(), D1D, Q1D); in PAVectorMassApply3D()
395 auto B = Reshape(B_.Read(), Q1D, D1D); in PAVectorMassAssembleDiagonal2D()
[all …]
H A Dbilininteg_convection_pa.cpp41 auto y = Reshape(op.Write(), NQ,DIM,NE); in PAConvectionSetup2D()
73 const auto W = Reshape(w.Read(), NQ); in PAConvectionSetup3D()
79 auto y = Reshape(op.Write(), NQ,3,NE); in PAConvectionSetup3D()
155 auto B = Reshape(b.Read(), Q1D, D1D); in PAConvectionApply2D()
156 auto G = Reshape(g.Read(), Q1D, D1D); in PAConvectionApply2D()
157 auto Bt = Reshape(bt.Read(), D1D, Q1D); in PAConvectionApply2D()
275 auto B = Reshape(b.Read(), Q1D, D1D); in SmemPAConvectionApply2D()
276 auto G = Reshape(g.Read(), Q1D, D1D); in SmemPAConvectionApply2D()
402 auto B = Reshape(b.Read(), Q1D, D1D); in PAConvectionApply3D()
403 auto G = Reshape(g.Read(), Q1D, D1D); in PAConvectionApply3D()
[all …]
H A Dbilininteg_hcurl.cpp37 auto Bo = Reshape(bo.Read(), Q1D, D1D-1); in PAHcurlMassApply2D()
38 auto Bc = Reshape(bc.Read(), Q1D, D1D); in PAHcurlMassApply2D()
39 auto Bot = Reshape(bot.Read(), D1D-1, Q1D); in PAHcurlMassApply2D()
40 auto Bct = Reshape(bct.Read(), D1D, Q1D); in PAHcurlMassApply2D()
163 auto Bo = Reshape(bo.Read(), Q1D, D1D-1); in PAHcurlMassAssembleDiagonal2D()
164 auto Bc = Reshape(bc.Read(), Q1D, D1D); in PAHcurlMassAssembleDiagonal2D()
225 auto Bc = Reshape(bc.Read(), Q1D, D1D); in PAHcurlMassAssembleDiagonal3D()
294 auto Bc = Reshape(bc.Read(), Q1D, D1D); in SmemPAHcurlMassAssembleDiagonal3D()
425 auto Bc = Reshape(bc.Read(), Q1D, D1D); in PAHcurlMassApply3D()
619 auto Bc = Reshape(bc.Read(), Q1D, D1D); in SmemPAHcurlMassApply3D()
[all …]
H A Dbilininteg_convection_ea.cpp33 auto B = Reshape(b.Read(), Q1D, D1D); in EAConvectionAssemble1D()
34 auto G = Reshape(g.Read(), Q1D, D1D); in EAConvectionAssemble1D()
35 auto D = Reshape(padata.Read(), Q1D, NE); in EAConvectionAssemble1D()
36 auto A = Reshape(eadata.ReadWrite(), D1D, D1D, NE); in EAConvectionAssemble1D()
85 auto B = Reshape(b.Read(), Q1D, D1D); in EAConvectionAssemble2D()
86 auto G = Reshape(g.Read(), Q1D, D1D); in EAConvectionAssemble2D()
87 auto D = Reshape(padata.Read(), Q1D, Q1D, 2, NE); in EAConvectionAssemble2D()
88 auto A = Reshape(eadata.ReadWrite(), D1D, D1D, D1D, D1D, NE); in EAConvectionAssemble2D()
162 auto B = Reshape(b.Read(), Q1D, D1D); in EAConvectionAssemble3D()
163 auto G = Reshape(g.Read(), Q1D, D1D); in EAConvectionAssemble3D()
[all …]
H A Dbilininteg_mass_pa.cpp169 auto B = Reshape(b.Read(), Q1D, D1D); in PAMassAssembleDiagonal2D()
170 auto D = Reshape(d.Read(), Q1D, Q1D, NE); in PAMassAssembleDiagonal2D()
218 auto b = Reshape(b_.Read(), Q1D, D1D); in SmemPAMassAssembleDiagonal2D()
219 auto D = Reshape(d_.Read(), Q1D, Q1D, NE); in SmemPAMassAssembleDiagonal2D()
281 auto B = Reshape(b.Read(), Q1D, D1D); in PAMassAssembleDiagonal3D()
352 auto b = Reshape(b_.Read(), Q1D, D1D); in SmemPAMassAssembleDiagonal3D()
585 auto B = Reshape(b_.Read(), Q1D, D1D); in PAMassApply2D()
586 auto Bt = Reshape(bt_.Read(), D1D, Q1D); in PAMassApply2D()
681 auto b = Reshape(b_.Read(), Q1D, D1D); in SmemPAMassApply2D()
800 auto B = Reshape(b_.Read(), Q1D, D1D); in PAMassApply3D()
[all …]
/dports/devel/p5-Class-Multimethods/Class-Multimethods-1.700/demo/
H A Ddemo.table.pl59 $handler{Window}{Reshape}{Mode} = \&generic_handler;
60 $handler{Window}{Reshape}{OnMode} = \&generic_handler;
61 $handler{Window}{Reshape}{OffMode} = \&OffMode_handler;
62 $handler{Window}{Reshape}{ModalMode} = \&generi_handler;
109 $handler{MovableWindow}{Reshape}{Mode} = \&generic_handler;
110 $handler{MovableWindow}{Reshape}{OnMode} = \&generic_handler;
111 $handler{MovableWindow}{Reshape}{OffMode} = \&OffMode_handler;
112 $handler{MovableWindow}{Reshape}{ModalMode} = \&generic_handler;
134 $handler{ResizableWindow}{Reshape}{Mode} = \&generic_handler;
135 $handler{ResizableWindow}{Reshape}{OnMode} = \&generic_handler;
[all …]
/dports/devel/R-cran-reshape/reshape/
H A DNEWS1 Reshape 0.8.8 ------------------------------------------------
5 Reshape 0.8.7 ------------------------------------------------
9 Reshape 0.8.6 ------------------------------------------------
13 Reshape 0.8.5 ---------------------------------------------------
17 Reshape 0.8.4 ---------------------------------------------------
21 Reshape 0.8.3 (2009-04-27) ---------------------------------------------------
27 Reshape 0.8.2 (2008-11-04) --------------------------
34 Reshape 0.8.1 (2008-05-01) --------------------------
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DReshape.cpp64 Reshape::Reshape() in Reshape() function in vvdec::Reshape
73 Reshape::~Reshape() in ~Reshape()
78 void Reshape::createDec(int bitDepth) in createDec()
107 void Reshape::destroy() in destroy()
161 bool Reshape::getCTUFlag( const Slice& slice ) const in getCTUFlag()
173 void Reshape::rspLine( CodingStructure &cs, int ln, const int offset ) const in rspLine()
194 void Reshape::rspCtu( CodingStructure &cs, int col, int ln, const int offset ) const in rspCtu()
232 int Reshape::calculateChromaAdj(Pel avgLuma) const in calculateChromaAdj()
242 int Reshape::calculateChromaAdjVpduNei(TransformUnit &tu, const Position pos) in calculateChromaAdjVpduNei()
331 int Reshape::getPWLIdxInv(int lumaVal) const in getPWLIdxInv()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUMatmul.cpp45 shared_ptr<ge::op::Reshape> reshape(new ge::op::Reshape(opName + "_reshape")); in onResize()
63 shared_ptr<ge::op::Reshape> reshape3(new ge::op::Reshape(opName + "_reshape3")); in onResize()
75 shared_ptr<ge::op::Reshape> reshape2(new ge::op::Reshape(opName + "_reshape2")); in onResize()
87 shared_ptr<ge::op::Reshape> reshape3(new ge::op::Reshape(opName + "_reshape3")); in onResize()
/dports/math/R-cran-memisc/memisc/man/
H A DReshape.Rd1 \name{Reshape}
2 \alias{Reshape}
3 \title{Reshape data frames or data sets}
4 \description{\code{Reshape} is a convenience
8 Reshape(data,\dots,id,within_id,drop,direction)
56 example.data.long <- Reshape(data=example.data.wide,
65 example.data.long <- Reshape(data=example.data.wide,
81 example.data.wide <- Reshape(data=example.data.long,
90 example.data.wide <- Reshape(data=example.data.long,
102 example.data.long <- Reshape(data=example.data.wide,
[all …]
/dports/math/mfem/mfem-4.3/fem/tmop/
H A Dtmop_pa_w2_c0.cpp46 Reshape(c0_.Read(), 1, 1, 1) : in MFEM_REGISTER_TMOP_KERNELS()
47 Reshape(c0_.Read(), Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
48 const auto LD = Reshape(lim_dist.Read(), D1D, D1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
49 const auto J = Reshape(j_.Read(), DIM, DIM, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
50 const auto b = Reshape(b_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
51 const auto bld = Reshape(bld_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
52 const auto W = Reshape(w_.Read(), Q1D, Q1D); in MFEM_REGISTER_TMOP_KERNELS()
53 const auto X0 = Reshape(x0_.Read(), D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
54 const auto X1 = Reshape(x1_.Read(), D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
56 auto E = Reshape(energy.Write(), Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_p2_c0.cpp45 Reshape(c0_.Read(), 1, 1, 1) : in MFEM_REGISTER_TMOP_KERNELS()
46 Reshape(c0_.Read(), Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
47 const auto LD = Reshape(lim_dist.Read(), D1D, D1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
48 const auto J = Reshape(j_.Read(), DIM, DIM, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
49 const auto b = Reshape(b_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
50 const auto bld = Reshape(bld_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
51 const auto W = Reshape(w_.Read(), Q1D, Q1D); in MFEM_REGISTER_TMOP_KERNELS()
52 const auto X0 = Reshape(x0_.Read(), D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
53 const auto X1 = Reshape(x1_.Read(), D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
55 auto Y = Reshape(y_.ReadWrite(), D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_w3_c0.cpp44 Reshape(c0_.Read(), 1, 1, 1, 1) : in MFEM_REGISTER_TMOP_KERNELS()
45 Reshape(c0_.Read(), Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
46 const auto LD = Reshape(lim_dist.Read(), D1D, D1D, D1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
47 const auto J = Reshape(j_.Read(), DIM, DIM, Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
48 const auto b = Reshape(b_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
49 const auto bld = Reshape(bld_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
50 const auto W = Reshape(w_.Read(), Q1D, Q1D, Q1D); in MFEM_REGISTER_TMOP_KERNELS()
51 const auto X0 = Reshape(x0_.Read(), D1D, D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
52 const auto X1 = Reshape(x1_.Read(), D1D, D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
54 auto E = Reshape(energy.Write(), Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_h2s_c0.cpp40 Reshape(c0_.Read(), 1, 1, 1) : in MFEM_REGISTER_TMOP_KERNELS()
41 Reshape(c0_.Read(), Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
42 const auto LD = Reshape(lim_dist.Read(), D1D, D1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
43 const auto J = Reshape(j_.Read(), DIM, DIM, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
44 const auto W = Reshape(w_.Read(), Q1D, Q1D); in MFEM_REGISTER_TMOP_KERNELS()
45 const auto bld = Reshape(bld_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
47 auto H0 = Reshape(h0_.Write(), DIM, DIM, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_p3_c0.cpp43 Reshape(c0_.Read(), 1, 1, 1, 1) : in MFEM_REGISTER_TMOP_KERNELS()
44 Reshape(c0_.Read(), Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
45 const auto LD = Reshape(lim_dist.Read(), D1D, D1D, D1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
46 const auto J = Reshape(j_.Read(), DIM, DIM, Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
47 const auto b = Reshape(b_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
48 const auto bld = Reshape(bld_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
49 const auto W = Reshape(w_.Read(), Q1D, Q1D, Q1D); in MFEM_REGISTER_TMOP_KERNELS()
50 const auto X0 = Reshape(x0_.Read(), D1D, D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
51 const auto X1 = Reshape(x1_.Read(), D1D, D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
53 auto Y = Reshape(y_.ReadWrite(), D1D, D1D, D1D, DIM, NE); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_h3s_c0.cpp39 Reshape(c0_.Read(), 1, 1, 1, 1) : in MFEM_REGISTER_TMOP_KERNELS()
40 Reshape(c0_.Read(), Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
41 const auto LD = Reshape(lim_dist.Read(), D1D, D1D, D1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
42 const auto J = Reshape(j_.Read(), DIM, DIM, Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
43 const auto W = Reshape(w_.Read(), Q1D, Q1D, Q1D); in MFEM_REGISTER_TMOP_KERNELS()
44 const auto bld = Reshape(bld_.Read(), Q1D, D1D); in MFEM_REGISTER_TMOP_KERNELS()
46 auto H0 = Reshape(h0_.Write(), DIM, DIM, Q1D, Q1D, Q1D, NE); in MFEM_REGISTER_TMOP_KERNELS()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/caffe/
H A DReshape.cpp12 class Reshape : public OpConverter { class
15 Reshape() { in Reshape() function in Reshape
17 virtual ~Reshape() { in ~Reshape()
27 void Reshape::run(MNN::OpT* dstOp, const caffe::LayerParameter& parameters, const caffe::LayerParam… in run()
37 static OpConverterRegister<Reshape> a("Reshape");
/dports/math/mfem/mfem-4.3/fem/qinterp/
H A Dgrad.hpp49 const auto b = Reshape(b_, Q1D, D1D); in Derivatives2D()
50 const auto g = Reshape(g_, Q1D, D1D); in Derivatives2D()
51 const auto j = Reshape(j_, Q1D, Q1D, 2, 2, NE); in Derivatives2D()
52 const auto x = Reshape(x_, D1D, D1D, VDIM, NE); in Derivatives2D()
54 Reshape(y_, Q1D, Q1D, VDIM, 2, NE): in Derivatives2D()
55 Reshape(y_, VDIM, 2, Q1D, Q1D, NE); in Derivatives2D()
156 const auto b = Reshape(b_, Q1D, D1D); in Derivatives3D()
157 const auto g = Reshape(g_, Q1D, D1D); in Derivatives3D()
158 const auto j = Reshape(j_, Q1D, Q1D, Q1D, 3, 3, NE); in Derivatives3D()
161 Reshape(y_, Q1D, Q1D, Q1D, VDIM, 3, NE): in Derivatives3D()
[all …]
H A Deval.hpp48 const auto b = Reshape(b_, Q1D, D1D); in Values2D()
49 const auto x = Reshape(x_, D1D, D1D, VDIM, NE); in Values2D()
51 Reshape(y_, Q1D, Q1D, VDIM, NE): in Values2D()
52 Reshape(y_, VDIM, Q1D, Q1D, NE); in Values2D()
110 const auto b = Reshape(b_, Q1D, D1D); in Values3D()
111 const auto x = Reshape(x_, D1D, D1D, D1D, VDIM, NE); in Values3D()
113 Reshape(y_, Q1D, Q1D, Q1D, VDIM, NE): in Values3D()
114 Reshape(y_, VDIM, Q1D, Q1D, Q1D, NE); in Values3D()

12345678910>>...52