Results 2 issues of Andrey Guskov

Is it possible to tell TFRT not to allocate memory for uninitialized tensors in MLIR but keep their attributes (dimensions, total size, unique `std::hash`-able instance, etc.)? The device I\`m writing...

Seems like the only check the ResNet50 test has is this one: ```// CHECK: int1 = 1``` How should I amend it so that it could actually verify TFRT for...