Searched refs:shapeSize (Results 1 – 3 of 3) sorted by relevance
55 int32_t shapeSize = 2; in SaveParamsTensor() local57 shapeTensor->SetBuffer(shapeValue, sizeof(int64_t) * shapeSize); in SaveParamsTensor()166 int32_t shapeSize = 2; variable167 shapeTensor->SetBuffer(shapeValue, sizeof(float) * shapeSize);
346 size_t shapeSize = 0; in CheckDimRanges() local347 auto ret = m_tensorDesc->GetShape(&shape, &shapeSize); in CheckDimRanges()352 for (size_t j = 0; j < shapeSize; ++j) { in CheckDimRanges()
696 SizeF shapeSize = PathPainter::GetPathSize(path->GetValue()); in DrawBlockShapePath() local697 if (NearZero(shapeSize.Width()) || NearZero(shapeSize.Height())) { in DrawBlockShapePath()700 float scale = std::max(blockSize.Width() / (shapeSize.Width() + blockBorderWidth), in DrawBlockShapePath()701 blockSize.Height() / (shapeSize.Height() + blockBorderWidth)); in DrawBlockShapePath()723 …OffsetF offset(blockCenter.GetX() - shapeSize.Width() * HALF, blockCenter.GetY() - shapeSize.Heigh… in DrawBlockShapePath()