Searched refs:elemShape (Results 1 – 10 of 10) sorted by relevance
/dports/misc/mnn/MNN-1.2.0/source/shape/ |
H A D | ShapeTensorArray.cpp | 22 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 D | linkedlist.fypp | 38 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 D | linkedlist.F90 | 30 public :: init, destruct, append, len, find, hasElement, elemShape, isUnishaped
|
/dports/misc/usd/USD-21.11/pxr/base/vt/ |
H A D | arrayPyBuffer.cpp | 192 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 D | TensorUtils.hpp | 29 std::vector<std::vector<int>> elemShape; member
|
/dports/misc/mnn/MNN-1.2.0/source/geometry/ |
H A D | GeometryTensorArray.cpp | 16 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 D | geometries2D.hpp | 1067 ShapeType elemShape() const { return elemShape_; } //!< returns shape of the elements in elemShape() function in xlifepp::SetOfElems
|
H A D | Mesh.cpp | 749 …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 D | mainio.F90 | 4307 call elemShape(iOrbRegion, valshape, iReg) 4337 call elemShape(iOrbRegion, valshape, iReg)
|
H A D | initprogram.F90 | 2567 call elemShape(input%ctrl%iAtInRegion, valshape, iReg)
|