Remove # -*- Python -*- from Starlark files.

PiperOrigin-RevId: 266444401
This commit is contained in:
Christian Sigg 2019-08-30 13:28:25 -07:00 committed by TensorFlower Gardener
parent 5bd2d2e766
commit ed9dc39b0b
7 changed files with 0 additions and 13 deletions

View File

@ -1,5 +1,3 @@
# -*- Python -*-
"""Build macro that compiles a TensorFlow graph into a cc_library.
To use from your BUILD file, add the following line to load the macro:

View File

@ -1,5 +1,3 @@
# -*- Python -*-
# Pin to Java 1.7 to ensure broader compatibility for the Java bindings on
# Android. Note also that the android_library bazel rule currently enforces
# java 7

View File

@ -1,5 +1,3 @@
# -*- Python -*-
load(
"//tensorflow:tensorflow.bzl",
"tf_binary_additional_srcs",

View File

@ -1,5 +1,3 @@
# -*- Python -*-
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
# Intended only for use within this directory.

View File

@ -1,5 +1,3 @@
# -*- Python -*-
# Return the options to use for a C++ library or binary build.
# Uses the ":optmode" config_setting to pick the options.
load(

View File

@ -1,5 +1,3 @@
# -*- Python -*-
load("//tensorflow:tensorflow.bzl", "tf_py_test")
# Create a benchmark test target of a TensorFlow C++ test (tf_cc_*_test)

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""SYCL autoconfiguration.
`sycl_configure` depends on the following environment variables: