HomeSort by relevance Sort by last modified time
    Searched refs:GIT_VERSION (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/tools/git/
gen_git_source.sh 23 GIT_VERSION=$(git describe --long --tags)
25 GIT_VERSION=unknown;
30 const char* tf_git_version() {return "${GIT_VERSION}";}
  /external/libopus/
update_version 36 GIT_VERSION=$(cd "$SRCDIR" && git status > /dev/null 2>&1 \
38 GIT_VERSION=${GIT_VERSION#v}
40 if [ -n "$GIT_VERSION" ]; then
42 [ "$GIT_VERSION" != "$PACKAGE_VERSION" ] || exit 1
43 PACKAGE_VERSION="$GIT_VERSION"
  /external/tensorflow/tools/
tf_env_collect.sh 78 print("tf.GIT_VERSION = %s" % tf.GIT_VERSION)
79 print("tf.COMPILER_VERSION = %s" % tf.GIT_VERSION)
  /external/tensorflow/tensorflow/python/framework/
versions.py 33 GIT_VERSION = __git_version__
34 tf_export("GIT_VERSION").export_constant(__name__, "GIT_VERSION")
61 "GIT_VERSION",
versions_test.py 49 self.assertEqual(type(versions.GIT_VERSION), str)
  /external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile 10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
12 CFLAGS := -std=gnu99 -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CURDIR)/include $(CFLAGS)
harness.c 107 test_set_git_version(GIT_VERSION);

Completed in 703 milliseconds