Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Moving the tests for TensorGroup from swift repo to swift-apis. #158

Merged
merged 2 commits into from
Jun 1, 2019

Conversation

bgogul
Copy link
Contributor

@bgogul bgogul commented May 31, 2019

This is a copy of TensorFlowRuntime/tensor_group.swift from apple/swift/tensorflow ported to XCTest.

@bgogul bgogul requested a review from rxwei May 31, 2019 07:06
@testable import TensorFlow
import CTensorFlow

extension TensorDataType : Equatable {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some parts of this file still seem to be 2-space indented.

@bgogul bgogul force-pushed the tensor_group_tests branch from 5530d15 to 3acdbd8 Compare June 1, 2019 15:58
@bgogul bgogul merged commit 78e5a1d into tensorflow:master Jun 1, 2019
@bgogul bgogul deleted the tensor_group_tests branch June 1, 2019 16:10
rxwei added a commit to rxwei/swift that referenced this pull request Jun 4, 2019
`TensorArrayProtocol` and `TensorGroup` have been [moved](tensorflow/swift-apis#139) to [tensorflow/swift-apis](https://github.com/tensorflow/swift-apis), and their derived conformances tests have been [copied](tensorflow/swift-apis#158) there as well. [tensorflow/swift-apis#165](tensorflow/swift-apis#165) changed the protocol requirements which made `TensorGroup` conformances no longer entirely derivable, but the derived conformances tests in this repo have not been updated, and it's blocking us from updating the checkout hash for tensorflow/swift-apis.

This PR removes `TensorGroup` derived conformance tests from apple/swift. We expect future changes to `TensorGroup` derived conformances to thoroughly test against tensorflow/swift-apis.
rxwei added a commit to swiftlang/swift that referenced this pull request Jun 4, 2019
`TensorArrayProtocol` and `TensorGroup` have been [moved](tensorflow/swift-apis#139) to [tensorflow/swift-apis](https://github.com/tensorflow/swift-apis), and their derived conformances tests have been [copied](tensorflow/swift-apis#158) there as well. [tensorflow/swift-apis#165](tensorflow/swift-apis#165) changed the protocol requirements which made `TensorGroup` conformances no longer entirely derivable, but the derived conformances tests in this repo have not been updated, and it's blocking us from updating the checkout hash for tensorflow/swift-apis.

This PR removes `TensorGroup` derived conformance tests from apple/swift. We expect future changes to `TensorGroup` derived conformances to thoroughly test against tensorflow/swift-apis.

Unblocks #25235.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants