Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update copyright, no warning prefix
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
  • Loading branch information
rnett committed Mar 9, 2021
commit 79ea7dbecced2c2f2214b319edd33b90a7db6015
2 changes: 1 addition & 1 deletion tensorflow-core/tensorflow-core-api/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

if [ ! -f .tf_configure.bazelrc ]; then
echo "WARNING: No .tf_configure.bazelrc, using CI settings. For local builds, run the ./configure script." >&2
echo "No .tf_configure.bazelrc, using CI settings. For local builds, run the ./configure script."
fi

# Allows us to use ccache with Bazel on Mac
Expand Down
4 changes: 2 additions & 2 deletions tensorflow-core/tensorflow-core-api/configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# /* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================*/
# ==============================================================================
#
set -e

Expand Down
17 changes: 17 additions & 0 deletions tensorflow-core/tensorflow-core-api/configure.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
@echo off

::
:: Copyright 2021 The TensorFlow Authors. All Rights Reserved.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
:: ==============================================================================
::

bazel fetch @org_tensorflow//-

for /f %%i in ('bazel info output_base') do set VAR=%%i
Expand Down