Searched refs:sourceSize (Results 1 – 3 of 3) sorted by relevance
428 uint32_t sourceSize; in ReadEncodedBufferAndDumpToStream() local437 sourceSize = max_size; in ReadEncodedBufferAndDumpToStream()440 sourceSize = options.GetSourceSize(); in ReadEncodedBufferAndDumpToStream()442 if (sourceSize > max_size) { in ReadEncodedBufferAndDumpToStream()443 sourceSize = max_size; in ReadEncodedBufferAndDumpToStream()448 sourceSize = max_size; in ReadEncodedBufferAndDumpToStream()452 const int bufferSPSize = sourceSize * type_width; in ReadEncodedBufferAndDumpToStream()458 if (sourceSize != 0 && !buffer_sp->GetBytes()) in ReadEncodedBufferAndDumpToStream()481 dump_options.SetSourceSize(sourceSize); in ReadEncodedBufferAndDumpToStream()
2158 int64_t sourceSize = innerSliceOp.getSourceType().getShape()[en.index()]; in matchAndRewrite() local2159 assert(!ShapedType::isDynamic(sourceSize) && in matchAndRewrite()2161 if (getConstantIntValue(sliceSize) != sourceSize) { in matchAndRewrite()
3104 int64_t sourceSize = op.getShapedType().getDimSize(indicesIdx); in isInBounds() local3107 return cstOp.value() + vectorSize <= sourceSize; in isInBounds()