Merge with fast resnet
This commit is contained in:
@@ -65,6 +65,10 @@ forEachContiguousDestinationChunk(llvm::ArrayRef<int64_t> destShape,
|
||||
llvm::function_ref<mlir::LogicalResult(llvm::ArrayRef<int64_t>, int64_t, int64_t)>
|
||||
callback);
|
||||
|
||||
int64_t getFragmentAssemblySourceElementOffset(mlir::RankedTensorType sourceType,
|
||||
int64_t sourceSlot,
|
||||
int64_t sourceOffset);
|
||||
|
||||
struct FragmentAssemblyCopy {
|
||||
mlir::Value source;
|
||||
mlir::RankedTensorType sourceType;
|
||||
|
||||
Reference in New Issue
Block a user