mirror of https://github.com/llvm/torch-mlir
9 lines
232 B
MLIR
9 lines
232 B
MLIR
|
// RUN: torch-mlir-opt -torch-erase-module-initializer -split-input-file -verify-diagnostics %s | FileCheck %s
|
||
|
|
||
|
// CHECK: module {
|
||
|
// CHECK-NEXT: }
|
||
|
torch.global_slot.module_initializer {
|
||
|
torch.initialize.global_slots [
|
||
|
]
|
||
|
}
|