PiperOrigin-RevId: 305936404
Change-Id: Id39fafbe2202fb15a7c80c88ccee2de3965b81ba
This commit is contained in:
Mihai Maruseac 2020-04-10 13:39:03 -07:00 committed by TensorFlower Gardener
parent c496c1894b
commit ef8d27e09e
2 changed files with 2 additions and 2 deletions
tensorflow
core/platform
stream_executor/platform

View File

@ -55,7 +55,7 @@ limitations under the License.
#else
// If no platform specified, use:
#define PLATFORM_GOOGLE
#define PLATFORM_POSIX
#endif
#endif

View File

@ -32,7 +32,7 @@ limitations under the License.
#else
// If no platform specified, use:
#define PLATFORM_GOOGLE
#define PLATFORM_POSIX
#endif
#endif