Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeTensorArray.cpp22 dstDes->tensorArrayAttr->elemShape = srcDes->tensorArrayAttr->elemShape; in copyTensorArrayAttribute()
30 for (auto elem : des->tensorArrayAttr->elemShape) { in updateTensorArrayDims()
61 elemShape[i] = param->element_shape()->Get(i); in onComputeSize()
63 des->tensorArrayAttr->elemShape.emplace_back(std::move(elemShape)); in onComputeSize()
110 readElemShape = des->tensorArrayAttr->elemShape[0]; in onComputeSize()
150 if (outDes->tensorArrayAttr->elemShape.empty()) { in onComputeSize()
234 if (outDes->tensorArrayAttr->elemShape.empty()) { in onComputeSize()
275 auto elemShape = vShape; in onComputeSize() local
276 elemShape[0] = lengthPtr[i]; in onComputeSize()
277 outDes->tensorArrayAttr->elemShape.emplace_back(std::move(elemShape)); in onComputeSize()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_type/
H A Dlinkedlist.fypp38 public :: elemShape, intoArray
55 integer :: elemShape(${ITEM_RANK}$)
111 interface elemShape
113 end interface elemShape
134 list%elemShape(:) = 0
182 if (list%tUnishaped .and. (.not. all(shape(data) == list%elemShape))) then
190 list%elemShape(:) = shape(data)
404 valshape(:) = list%elemShape
469 lenElem = product(list%elemShape)
H A Dlinkedlist.F9030 public :: init, destruct, append, len, find, hasElement, elemShape, isUnishaped
/dports/misc/usd/USD-21.11/pxr/base/vt/
H A DarrayPyBuffer.cpp192 auto elemShape = Vt_GetElementShape<value_type>(); in Vt_ArrayBufferWrapper() local
193 std::copy(elemShape.begin(), elemShape.end(), shape.begin()+1); in Vt_ArrayBufferWrapper()
417 auto elemShape = Vt_GetElementShape<T>(); in Vt_ArrayFromBuffer() local
419 elemShape.begin(), elemShape.end(), 1, multiply); in Vt_ArrayFromBuffer()
/dports/misc/mnn/MNN-1.2.0/source/core/
H A DTensorUtils.hpp29 std::vector<std::vector<int>> elemShape; member
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryTensorArray.cpp16 auto shapes = des->tensorArrayAttr->elemShape; in getElemSize()
37 if (des->tensorArrayAttr->elemShape.empty()) { in isFirstWrite()
40 for (const auto& dim : des->tensorArrayAttr->elemShape[0]) { in isFirstWrite()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A Dgeometries2D.hpp1067 ShapeType elemShape() const { return elemShape_; } //!< returns shape of the elements in elemShape() function in xlifepp::SetOfElems
H A DMesh.cpp749 …subdvMesh(geom.pts(), geom.elems(), geom.bounds(), geom.elemShape(), geom.nbSubdiv(), order, geom.… in buildMesh()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftbplus/
H A Dmainio.F904307 call elemShape(iOrbRegion, valshape, iReg)
4337 call elemShape(iOrbRegion, valshape, iReg)
H A Dinitprogram.F902567 call elemShape(input%ctrl%iAtInRegion, valshape, iReg)