Home
last modified time | relevance | path

Searched refs:ishape (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/fortran/
H A DTestBPWriteReadHeatMap6D.F90141 sel_count = (/ishape(1), ishape(2), ishape(3), ishape(4), ishape(5), &
144 allocate (sel_temperatures_i1(ishape(1), ishape(2), ishape(3), ishape(4), &
145 ishape(5), ishape(6)))
146 allocate (sel_temperatures_i2(ishape(1), ishape(2), ishape(3), ishape(4), &
147 ishape(5), ishape(6)))
148 allocate (sel_temperatures_i4(ishape(1), ishape(2), ishape(3), ishape(4), &
149 ishape(5), ishape(6)))
150 allocate (sel_temperatures_i8(ishape(1), ishape(2), ishape(3), ishape(4), &
151 ishape(5), ishape(6)))
152 allocate (sel_temperatures_r4(ishape(1), ishape(2), ishape(3), ishape(4), &
[all …]
H A DTestBPWriteReadHeatMap5D.F9049 ishape = (/in1, in2, in3, in4, in5*isize/)
141 sel_count = (/ishape(1), ishape(2), ishape(3), ishape(4), ishape(5)/)
143 allocate (sel_temperatures_i1(ishape(1), ishape(2), ishape(3), ishape(4), &
144 ishape(5)))
145 allocate (sel_temperatures_i2(ishape(1), ishape(2), ishape(3), ishape(4), &
146 ishape(5)))
147 allocate (sel_temperatures_i4(ishape(1), ishape(2), ishape(3), ishape(4), &
148 ishape(5)))
149 allocate (sel_temperatures_i8(ishape(1), ishape(2), ishape(3), ishape(4), &
151 allocate (sel_temperatures_r4(ishape(1), ishape(2), ishape(3), ishape(4), &
[all …]
H A DTestBPWriteReadHeatMap4D.F9031 integer(kind=8), dimension(4) :: ishape, istart, icount variable
48 ishape = (/in1, in2, in3, in4*isize/)
70 4, ishape, istart, icount, &
75 4, ishape, istart, icount, &
140 sel_count = (/ishape(1), ishape(2), ishape(3), ishape(4)/)
142 allocate (sel_temperatures_i1(ishape(1), ishape(2), ishape(3), ishape(4)))
143 allocate (sel_temperatures_i2(ishape(1), ishape(2), ishape(3), ishape(4)))
144 allocate (sel_temperatures_i4(ishape(1), ishape(2), ishape(3), ishape(4)))
145 allocate (sel_temperatures_i8(ishape(1), ishape(2), ishape(3), ishape(4)))
146 allocate (sel_temperatures_r4(ishape(1), ishape(2), ishape(3), ishape(4)))
[all …]
H A DTestBPWriteReadHeatMap3D.F9031 integer(kind=8), dimension(3) :: ishape, istart, icount variable
47 ishape = (/in1, in2, in3*isize/)
69 3, ishape, istart, icount, &
74 3, ishape, istart, icount, &
138 sel_count = (/ishape(1), ishape(2), ishape(3)/)
140 allocate (sel_temperatures_i1(ishape(1), ishape(2), ishape(3)))
141 allocate (sel_temperatures_i2(ishape(1), ishape(2), ishape(3)))
142 allocate (sel_temperatures_i4(ishape(1), ishape(2), ishape(3)))
143 allocate (sel_temperatures_i8(ishape(1), ishape(2), ishape(3)))
144 allocate (sel_temperatures_r4(ishape(1), ishape(2), ishape(3)))
[all …]
H A DTestBPWriteReadHeatMap2D.F9031 integer(kind=8), dimension(2) :: ishape, istart, icount variable
46 ishape = (/in1, in2*isize/)
68 2, ishape, istart, icount, &
73 2, ishape, istart, icount, &
137 sel_count = (/ishape(1), ishape(2)/)
139 allocate (sel_temperatures_i1(ishape(1), ishape(2)))
140 allocate (sel_temperatures_i2(ishape(1), ishape(2)))
141 allocate (sel_temperatures_i4(ishape(1), ishape(2)))
142 allocate (sel_temperatures_i8(ishape(1), ishape(2)))
143 allocate (sel_temperatures_r4(ishape(1), ishape(2)))
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/testing/
H A Dupsampling_python.py41 ishape = data.shape
44 ishape[0],
45 ishape[1],
57 ishape[0],
58 ishape[1],
61 ishape[4],
62 ishape[5],
76 ishape[0],
79 ishape[3],
112 ishape[0],
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/fortran/operation/
H A DTestBPWriteReadSZ3D.F9033 integer(kind=8), dimension(3) :: ishape, istart, icount variable
49 ishape = (/in1, in2, in3*isize/)
71 3, ishape, istart, icount, &
76 3, ishape, istart, icount, &
153 sel_count = (/ishape(1), ishape(2), ishape(3)/)
155 allocate (sel_temperatures_i1(ishape(1), ishape(2), ishape(3)))
156 allocate (sel_temperatures_i2(ishape(1), ishape(2), ishape(3)))
157 allocate (sel_temperatures_i4(ishape(1), ishape(2), ishape(3)))
158 allocate (sel_temperatures_i8(ishape(1), ishape(2), ishape(3)))
159 allocate (sel_temperatures_r4(ishape(1), ishape(2), ishape(3)))
[all …]
H A DTestBPWriteReadSZ2D.F9033 integer(kind=8), dimension(2) :: ishape, istart, icount variable
48 ishape = (/in1, in2*isize/)
70 2, ishape, istart, icount, &
75 2, ishape, istart, icount, &
155 sel_count = (/ishape(1), ishape(2)/)
157 allocate (sel_temperatures_i1(ishape(1), ishape(2)))
158 allocate (sel_temperatures_i2(ishape(1), ishape(2)))
159 allocate (sel_temperatures_i4(ishape(1), ishape(2)))
160 allocate (sel_temperatures_i8(ishape(1), ishape(2)))
161 allocate (sel_temperatures_r4(ishape(1), ishape(2)))
[all …]
H A DTestBPWriteReadZfp2D.F9033 integer(kind=8), dimension(2) :: ishape, istart, icount variable
48 ishape = (/in1, in2*isize/)
70 2, ishape, istart, icount, &
75 2, ishape, istart, icount, &
154 sel_count = (/ishape(1), ishape(2)/)
156 allocate (sel_temperatures_i1(ishape(1), ishape(2)))
157 allocate (sel_temperatures_i2(ishape(1), ishape(2)))
158 allocate (sel_temperatures_i4(ishape(1), ishape(2)))
159 allocate (sel_temperatures_i8(ishape(1), ishape(2)))
160 allocate (sel_temperatures_r4(ishape(1), ishape(2)))
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DIFCProfile.cpp134 const IfcFloat offset = (ishape->OverallWidth - ishape->WebThickness) / 2; in ProcessParametrizedProfile()
135 const IfcFloat inner_height = ishape->OverallDepth - ishape->FlangeThickness * 2; in ProcessParametrizedProfile()
139 meshout.verts.push_back(IfcVector3(0,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
140 meshout.verts.push_back(IfcVector3(offset,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
143 meshout.verts.push_back(IfcVector3(0,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
144 meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
145 …meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness + inner_height,0)); in ProcessParametrizedProfile()
146 …meshout.verts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness + inner_hei… in ProcessParametrizedProfile()
147 meshout.verts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
148 meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DIFCProfile.cpp134 const IfcFloat offset = (ishape->OverallWidth - ishape->WebThickness) / 2; in ProcessParametrizedProfile()
135 const IfcFloat inner_height = ishape->OverallDepth - ishape->FlangeThickness * 2; in ProcessParametrizedProfile()
139 meshout.verts.push_back(IfcVector3(0,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
140 meshout.verts.push_back(IfcVector3(offset,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
143 meshout.verts.push_back(IfcVector3(0,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
144 meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
145 …meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness + inner_height,0)); in ProcessParametrizedProfile()
146 …meshout.verts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness + inner_hei… in ProcessParametrizedProfile()
147 meshout.verts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
148 meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DIFCProfile.cpp135 const IfcFloat offset = (ishape->OverallWidth - ishape->WebThickness) / 2; in ProcessParametrizedProfile()
136 const IfcFloat inner_height = ishape->OverallDepth - ishape->FlangeThickness * 2; in ProcessParametrizedProfile()
140 meshout.verts.push_back(IfcVector3(0,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
141 meshout.verts.push_back(IfcVector3(offset,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
144 meshout.verts.push_back(IfcVector3(0,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
145 meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
146 …meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness + inner_height,0)); in ProcessParametrizedProfile()
147 …meshout.verts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness + inner_hei… in ProcessParametrizedProfile()
148 meshout.verts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
149 meshout.verts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Dpool.h261 const int depth = ishape[2], height = ishape[3], width = ishape[4]; in pool_max_3d_ncdhw_cpu()
266 const index_t in_data_offset = ishape[2] * ishape[3] * ishape[4]; in pool_max_3d_ncdhw_cpu()
314 const int depth = ishape[1], height = ishape[2], width = ishape[3]; in pool_max_3d_ndhwc_cpu()
559 const int depth = ishape[2], height = ishape[3], width = ishape[4];
564 const index_t in_data_offset = ishape[2] * ishape[3] * ishape[4];
618 const int depth = ishape[1], height = ishape[2], width = ishape[3];
889 const int depth = ishape[2], height = ishape[3], width = ishape[4]; in unpool_max_3d_ncdhw_cpu()
894 const index_t in_offset = ishape[2] * ishape[3] * ishape[4]; in unpool_max_3d_ncdhw_cpu()
953 const int depth = ishape[1], height = ishape[2], width = ishape[3]; in unpool_max_3d_ndhwc_cpu()
1216 const int depth = ishape[2], height = ishape[3], width = ishape[4];
[all …]
H A Dpool.cuh758 oshape.Size(), in_data, ishape[1], ishape[2], ishape[3], in pool()
766 oshape.Size(), in_data, ishape[1], ishape[2], ishape[3], in pool()
775 oshape.Size(), in_data, ishape[1], ishape[2], ishape[3], in pool()
966 ishape[1], ishape[2], ishape[3], in unpool()
975 ishape[1], ishape[2], ishape[3], in unpool()
985 ishape[1], ishape[2], ishape[3], in unpool()
994 ishape[1], ishape[2], ishape[3], in unpool()
1007 ishape[1], ishape[2], ishape[3], ishape[4], in unpool()
1017 ishape[1], ishape[2], ishape[3], ishape[4], in unpool()
1027 ishape[1], ishape[2], ishape[3], ishape[4], in unpool()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Dpool.h261 const int depth = ishape[2], height = ishape[3], width = ishape[4]; in pool_max_3d_ncdhw_cpu()
266 const index_t in_data_offset = ishape[2] * ishape[3] * ishape[4]; in pool_max_3d_ncdhw_cpu()
314 const int depth = ishape[1], height = ishape[2], width = ishape[3]; in pool_max_3d_ndhwc_cpu()
559 const int depth = ishape[2], height = ishape[3], width = ishape[4];
564 const index_t in_data_offset = ishape[2] * ishape[3] * ishape[4];
618 const int depth = ishape[1], height = ishape[2], width = ishape[3];
889 const int depth = ishape[2], height = ishape[3], width = ishape[4]; in unpool_max_3d_ncdhw_cpu()
894 const index_t in_offset = ishape[2] * ishape[3] * ishape[4]; in unpool_max_3d_ncdhw_cpu()
953 const int depth = ishape[1], height = ishape[2], width = ishape[3]; in unpool_max_3d_ndhwc_cpu()
1216 const int depth = ishape[2], height = ishape[3], width = ishape[4];
[all …]
H A Dpool.cuh758 oshape.Size(), in_data, ishape[1], ishape[2], ishape[3], in pool()
766 oshape.Size(), in_data, ishape[1], ishape[2], ishape[3], in pool()
775 oshape.Size(), in_data, ishape[1], ishape[2], ishape[3], in pool()
966 ishape[1], ishape[2], ishape[3], in unpool()
975 ishape[1], ishape[2], ishape[3], in unpool()
985 ishape[1], ishape[2], ishape[3], in unpool()
994 ishape[1], ishape[2], ishape[3], in unpool()
1007 ishape[1], ishape[2], ishape[3], ishape[4], in unpool()
1017 ishape[1], ishape[2], ishape[3], ishape[4], in unpool()
1027 ishape[1], ishape[2], ishape[3], ishape[4], in unpool()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Importer/IFC/
H A DIFCProfile.cpp135 const IfcFloat offset = (ishape->OverallWidth - ishape->WebThickness) / 2; in ProcessParametrizedProfile()
136 const IfcFloat inner_height = ishape->OverallDepth - ishape->FlangeThickness * 2; in ProcessParametrizedProfile()
140 meshout.mVerts.push_back(IfcVector3(0,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
141 meshout.mVerts.push_back(IfcVector3(offset,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
144 meshout.mVerts.push_back(IfcVector3(0,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
145 meshout.mVerts.push_back(IfcVector3(ishape->OverallWidth,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
146 …meshout.mVerts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness + inner_height,0)… in ProcessParametrizedProfile()
147 …meshout.mVerts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness + inner_he… in ProcessParametrizedProfile()
148 meshout.mVerts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
149 meshout.mVerts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/IFC/
H A DIFCProfile.cpp135 const IfcFloat offset = (ishape->OverallWidth - ishape->WebThickness) / 2; in ProcessParametrizedProfile()
136 const IfcFloat inner_height = ishape->OverallDepth - ishape->FlangeThickness * 2; in ProcessParametrizedProfile()
140 meshout.mVerts.push_back(IfcVector3(0,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
141 meshout.mVerts.push_back(IfcVector3(offset,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
144 meshout.mVerts.push_back(IfcVector3(0,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
145 meshout.mVerts.push_back(IfcVector3(ishape->OverallWidth,ishape->OverallDepth,0)); in ProcessParametrizedProfile()
146 …meshout.mVerts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness + inner_height,0)… in ProcessParametrizedProfile()
147 …meshout.mVerts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness + inner_he… in ProcessParametrizedProfile()
148 meshout.mVerts.push_back(IfcVector3(offset+ishape->WebThickness,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
149 meshout.mVerts.push_back(IfcVector3(ishape->OverallWidth,ishape->FlangeThickness,0)); in ProcessParametrizedProfile()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Ddiag_op-inl.h65 if (ishape.ndim() == 1) { in DiagShapeImpl()
66 auto s = ishape[0] + std::abs(k); in DiagShapeImpl()
75 auto h = ishape[x1]; in DiagShapeImpl()
76 auto w = ishape[x2]; in DiagShapeImpl()
93 int32_t n_dim = ishape.ndim() - 1; in DiagShapeImpl()
100 oshape[idx++] = ishape[i]; in DiagShapeImpl()
196 if (ishape.ndim() > 1) { in DiagOpProcess()
221 oleading *= ishape[i]; in DiagOpProcess()
224 obody *= ishape[i]; in DiagOpProcess()
227 otrailing *= ishape[i]; in DiagOpProcess()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Ddiag_op-inl.h65 if (ishape.ndim() == 1) { in DiagShapeImpl()
66 auto s = ishape[0] + std::abs(k); in DiagShapeImpl()
75 auto h = ishape[x1]; in DiagShapeImpl()
76 auto w = ishape[x2]; in DiagShapeImpl()
93 int32_t n_dim = ishape.ndim() - 1; in DiagShapeImpl()
100 oshape[idx++] = ishape[i]; in DiagShapeImpl()
196 if (ishape.ndim() > 1) { in DiagOpProcess()
221 oleading *= ishape[i]; in DiagOpProcess()
224 obody *= ishape[i]; in DiagOpProcess()
227 otrailing *= ishape[i]; in DiagOpProcess()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_trace_op-inl.h115 } else if (ishape.Size() == 0) { in NumpyTraceOpProcess()
130 uint32_t idim = ishape.ndim(); in NumpyTraceOpProcess()
150 oleading *= ishape[i]; in NumpyTraceOpProcess()
153 obody *= ishape[i]; in NumpyTraceOpProcess()
156 otrailing *= ishape[i]; in NumpyTraceOpProcess()
160 ibody = obody * ishape[minx], in NumpyTraceOpProcess()
161 itrailing = otrailing * ishape[maxx]; in NumpyTraceOpProcess()
186 dlength = std::min(ishape[x1], ishape[x2] - param.offset); in NumpyTraceOpProcess()
188 dlength = std::min(ishape[x1] - (-param.offset), ishape[x2]); in NumpyTraceOpProcess()
190 dlength = std::min(ishape[x1], ishape[x2]); in NumpyTraceOpProcess()
[all …]
H A Dnp_pad_op-inl.h128 if (ishape.ndim() == 1) { in NumpyPadShapeImpl()
131 } else if (ishape.ndim() >= 2) { in NumpyPadShapeImpl()
135 int base = ishape[i]; in NumpyPadShapeImpl()
202 int l = rravel<ndim>(j, ishape); in Map()
246 int total = ishape[index]; in Map()
251 position = ishape[index]; in Map()
262 int total = ishape[index]; in Map()
266 position = ishape[index]; in Map()
363 int total = ishape[index]; in Map()
382 int total = ishape[index]; in Map()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_trace_op-inl.h115 } else if (ishape.Size() == 0) { in NumpyTraceOpProcess()
130 uint32_t idim = ishape.ndim(); in NumpyTraceOpProcess()
150 oleading *= ishape[i]; in NumpyTraceOpProcess()
153 obody *= ishape[i]; in NumpyTraceOpProcess()
156 otrailing *= ishape[i]; in NumpyTraceOpProcess()
160 ibody = obody * ishape[minx], in NumpyTraceOpProcess()
161 itrailing = otrailing * ishape[maxx]; in NumpyTraceOpProcess()
186 dlength = std::min(ishape[x1], ishape[x2] - param.offset); in NumpyTraceOpProcess()
188 dlength = std::min(ishape[x1] - (-param.offset), ishape[x2]); in NumpyTraceOpProcess()
190 dlength = std::min(ishape[x1], ishape[x2]); in NumpyTraceOpProcess()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Dupsampling_python.py38 ishape = data.shape
40 oshape = (ishape[0], ishape[1], int(round(ishape[2]*scale[0])),
41 int(round(ishape[3]*scale[1])))
48 oshape = (ishape[0], int(round(ishape[1]*scale[0])),
49 int(round(ishape[2]*scale[1])), ishape[3])
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Dupsampling_python.py38 ishape = data.shape
40 oshape = (ishape[0], ishape[1], int(round(ishape[2]*scale[0])),
41 int(round(ishape[3]*scale[1])))
48 oshape = (ishape[0], int(round(ishape[1]*scale[0])),
49 int(round(ishape[2]*scale[1])), ishape[3])

12345678910>>...13