aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/generate-pc.sh
Commit message (Collapse)AuthorAge
* generate-pc.sh: add option to set libdirGravatar Jason Zaman2018-05-28
| | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* Various Bash Improvements (#10572)Gravatar Androbin2017-06-13
|
* Merge commit for internal changesGravatar Rasmus Larsen2017-05-19
|\
| * Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | END_PUBLIC --- Commit c2b8927f2 authored by Dandelion Man?<dandelion@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Fix another d3v4 regression in the graph visualizer. PiperOrigin-RevId: 156343038 --- Commit 170f0b350 authored by Peter Hawkins<phawkins@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: [TF:XLA] Add XLA implementation of ResourceStridedSliceAssign. PiperOrigin-RevId: 156341053 --- Commit 1390dd68f authored by Vijay Vasudevan<vrv@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: When Op Type is not registered, log the hostname of the machine that it is running on in the error message, since the message could be routed back during a failure on a remote binary, and it is hard to tell which machine it came from. Ideally, we'd somehow log the name of the binary running instead, but we don't have a function to get that right now. PiperOrigin-RevId: 156337679 --- Commit 9ca8a151b authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Internal change. PiperOrigin-RevId: 156335942 --- Commit 40255434c authored by Martin Wicke<wicke@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Deprecate contrib/learn/dataframe. To be removed June 15. PiperOrigin-RevId: 156333930 --- Commit 7f71b7fbe authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: BEGIN_PUBLIC Automated g4 rollback of changelist 156123287 PiperOrigin-RevId: 156503903
* fix a bug in generate-pc.sh (#10008)Gravatar AdriĆ  Arrufat2017-05-18
| | | | | | | | | | | | * add pkg-config generation script * add suggestions from asimshankar to generate-pc.sh * generate-pc: fix bug and robustify The script was unable to genereate the pkgconfig file even with the correct options. Also, now it forces user to pass a version in order to continue.
* add pkg-config generation script (#9784)Gravatar AdriĆ  Arrufat2017-05-16
* add pkg-config generation script * add suggestions from asimshankar to generate-pc.sh