Remove # -*- Python -*-
from Starlark files.
PiperOrigin-RevId: 266444401
This commit is contained in:
parent
5bd2d2e766
commit
ed9dc39b0b
@ -1,5 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
|
|
||||||
"""Build macro that compiles a TensorFlow graph into a cc_library.
|
"""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:
|
To use from your BUILD file, add the following line to load the macro:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
|
|
||||||
# Pin to Java 1.7 to ensure broader compatibility for the Java bindings on
|
# 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
|
# Android. Note also that the android_library bazel rule currently enforces
|
||||||
# java 7
|
# java 7
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
|
|
||||||
load(
|
load(
|
||||||
"//tensorflow:tensorflow.bzl",
|
"//tensorflow:tensorflow.bzl",
|
||||||
"tf_binary_additional_srcs",
|
"tf_binary_additional_srcs",
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
|
|
||||||
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
|
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
|
||||||
|
|
||||||
# Intended only for use within this directory.
|
# Intended only for use within this directory.
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
|
|
||||||
# Return the options to use for a C++ library or binary build.
|
# Return the options to use for a C++ library or binary build.
|
||||||
# Uses the ":optmode" config_setting to pick the options.
|
# Uses the ":optmode" config_setting to pick the options.
|
||||||
load(
|
load(
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
|
|
||||||
load("//tensorflow:tensorflow.bzl", "tf_py_test")
|
load("//tensorflow:tensorflow.bzl", "tf_py_test")
|
||||||
|
|
||||||
# Create a benchmark test target of a TensorFlow C++ test (tf_cc_*_test)
|
# Create a benchmark test target of a TensorFlow C++ test (tf_cc_*_test)
|
||||||
|
1
third_party/sycl/sycl_configure.bzl
vendored
1
third_party/sycl/sycl_configure.bzl
vendored
@ -1,4 +1,3 @@
|
|||||||
# -*- Python -*-
|
|
||||||
"""SYCL autoconfiguration.
|
"""SYCL autoconfiguration.
|
||||||
`sycl_configure` depends on the following environment variables:
|
`sycl_configure` depends on the following environment variables:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user