@@ -1055,7 +1055,7 @@ extension Tensorflow_GraphOptions: SwiftProtobuf._MessageImplementationBase, Swi
10551055
10561056 public func _protobuf_generated_isEqualTo( other: Tensorflow_GraphOptions ) -> Bool {
10571057 if _storage !== other. _storage {
1058- let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) in
1058+ let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) -> Bool in
10591059 if _storage. _enableRecvScheduling != other_storage. _enableRecvScheduling { return false }
10601060 if _storage. _optimizerOptions != other_storage. _optimizerOptions { return false }
10611061 if _storage. _buildCostModel != other_storage. _buildCostModel { return false }
@@ -1163,7 +1163,7 @@ extension Tensorflow_ConfigProto: SwiftProtobuf._MessageImplementationBase, Swif
11631163
11641164 public func _protobuf_generated_isEqualTo( other: Tensorflow_ConfigProto ) -> Bool {
11651165 if _storage !== other. _storage {
1166- let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) in
1166+ let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) -> Bool in
11671167 if _storage. _deviceCount != other_storage. _deviceCount { return false }
11681168 if _storage. _intraOpParallelismThreads != other_storage. _intraOpParallelismThreads { return false }
11691169 if _storage. _interOpParallelismThreads != other_storage. _interOpParallelismThreads { return false }
@@ -1225,7 +1225,7 @@ extension Tensorflow_RunOptions: SwiftProtobuf._MessageImplementationBase, Swift
12251225
12261226 public func _protobuf_generated_isEqualTo( other: Tensorflow_RunOptions ) -> Bool {
12271227 if _storage !== other. _storage {
1228- let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) in
1228+ let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) -> Bool in
12291229 if _storage. _traceLevel != other_storage. _traceLevel { return false }
12301230 if _storage. _timeoutInMs != other_storage. _timeoutInMs { return false }
12311231 if _storage. _interOpThreadPool != other_storage. _interOpThreadPool { return false }
@@ -1281,7 +1281,7 @@ extension Tensorflow_RunMetadata: SwiftProtobuf._MessageImplementationBase, Swif
12811281
12821282 public func _protobuf_generated_isEqualTo( other: Tensorflow_RunMetadata ) -> Bool {
12831283 if _storage !== other. _storage {
1284- let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) in
1284+ let storagesAreEqual : Bool = withExtendedLifetime ( ( _storage, other. _storage) ) { ( _storage, other_storage) -> Bool in
12851285 if _storage. _stepStats != other_storage. _stepStats { return false }
12861286 if _storage. _costGraph != other_storage. _costGraph { return false }
12871287 if _storage. _partitionGraphs != other_storage. _partitionGraphs { return false }
0 commit comments