aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/swig
Commit message (Collapse)AuthorAge
* Merge commit for internal changesGravatar Patrick Nguyen2016-10-20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * Same as backward-merge: - .gitignore: merged. - tensorflow/contrib/distributions/python/ops/beta.py * contrib/cmake: keep HEAD and /MP option. * port.cc: keep both includes. * tensor_bundle/BUILD: keep additional no-warning flag. * md files: override gitbub with internal change. * tensorflow/stream_executor/dso_loader.cc: delete unused dynload_flags. * tensorflow/tools/pip_package/simple_console_for_windows.py: keep version without carriage returns * tensorflow/configure: keep ours (136269932) * tensorflow.bzl: keep ours (136269932), all 3 places.
| * Automatically build SWIG from sourceGravatar Justine Tunney2016-10-20
| | | | | | | | | | | | | | | | | | | | This change allows Bazel to fetch and build SWIG rather than getting it from the system. This change also improves the i/o performance of the SWIG build, makes it hermetically sealed, and ensures tf_py_wrap_cc() can function correctly across Bazel repositories. CC: #4983 Change: 136783531
* | Merge commits from internal.Gravatar Martin Wicke2016-06-02
|\|
| * Update copyright for 3p/tf/tools.Gravatar A. Unique TensorFlower2016-06-02
| | | | | | | | Change: 123889091
| * Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
| | | | | | | | Change: 118532471
* | Make configure hard code path to swigGravatar Geoffrey Irving2016-03-24
| | | | | | | | | | | | | | | | I've set it up to just try "swig" if configure hasn't been run since syncing to this change, so users who sync and have no swig issues won't have to do anything new. Fixes #1329.
| * Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
| | | | | | | | Change: 117375570
| * Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
| | | | | | | | Change: 117304114
| * Merge changes from github.Gravatar Martin Wicke2016-03-16
| | | | | | | | Change: 117301677
* | Avoiding hard-coded bash pathGravatar Iblis Lin2016-03-14
|/ | | | | Changed '#!/bin/bash' to '#!/usr/bin/env bash'. There do not exist bash in most Unix system, like bsd family.
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
| | | | | | | | | | | | | | | | | | | | | | Changes: * error message that refers to removed `DefaultSession` method. * -Wnull-conversion warnings * the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set. * typo in tutorial data download progress message. * a typo ("however their installing"=>"however installing"). * typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website. * a typo ("subtact"=>"subtract"). * protobuf examples in comments in tensorflow::Example.proto. * formula formatting in MNIST beginner tutorial * negative fraction-of-queue-full stats * protobuf inclusion path so that Android demo will build under Blaze. * small typo (moderatly > moderately) * Session.run() to check that tensor arguments come from the session's graph. * another six import * seq2seq typo in bazel command Base CL: 108349164
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108