History log of /external/tensorflow/tensorflow/core/graph/algorithm.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dae1f7af9530b6f5ac752b6a55a3a2275550befc 11-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add ReverseDFSFrom variant that works with const Node*.

PiperOrigin-RevId: 178658907
/external/tensorflow/tensorflow/core/graph/algorithm.cc
c71aea70f84e582854f365665899c3045d1a48f0 12-Oct-2017 Yunxing Dai <yunxing@google.com> Use a serialized graph compiler to generate xla graph.

- Move away from previous TF graph executor, which contains few features that we need and also introduces indeterminism.
- Unlike previous executor, the new serial graph compiler doesn't recurse into a function and inlines it. Instead, it creates a computation of the function and then creates a `call` op to call into the newly created computation.
- Add a optional comparator in DFS algorithm, which is needed to make the compiler deterministic.

RELNOTES: Use a determinisitc executor to generate xla graph.
PiperOrigin-RevId: 171962775
/external/tensorflow/tensorflow/core/graph/algorithm.cc
368754d8a6f4be1772b4bec9dbef686570637c5d 06-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Automated g4 rollback of changelist 171303938

PiperOrigin-RevId: 171313020
/external/tensorflow/tensorflow/core/graph/algorithm.cc
420d166e7f79d37d1be66d648dd99131068a8537 06-Oct-2017 Yunxing Dai <yunxing@google.com> Use a serialized graph compiler to generate xla graph.

- Move away from previous TF graph executor, which contains few features that we need and also introduces indeterminism.
- Unlike previous executor, the new serial graph compiler doesn't recurse into a function and inlines it. Instead, it creates a computation of the function and then creates a `call` op to call into the newly created computation.
- Add a optional comparator in DFS algorithm, which is needed to make the compiler deterministic.

RELNOTES: Use a determinisitc executor to generate xla graph.
PiperOrigin-RevId: 171303938
/external/tensorflow/tensorflow/core/graph/algorithm.cc
965d620104d375c5fd2b18881f353eb41d9a63a2 04-May-2017 A. Unique TensorFlower <gardener@tensorflow.org> Internal change.
Change: 155009390
/external/tensorflow/tensorflow/core/graph/algorithm.cc
f10243652264331f86d2242a5b5f9bf39a1867a9 30-Jan-2017 A. Unique TensorFlower <gardener@tensorflow.org> Few optimizations to speed up processing of large graphs.
Change: 146011779
/external/tensorflow/tensorflow/core/graph/algorithm.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/graph/algorithm.cc
fc7a945a602bab69e3824f514320ac9aea66f494 17-May-2016 A. Unique TensorFlower <nobody@tensorflow.org> Merge duplicate copies of reverse reachability pruning algorithm.

Change semantics of PruneForReverseReachability not to call
FixupSourceAndSinkEdges since one of the two variants does not do so. Add explicit calls to FixupSourceAndSinkEdges to its current callers.
Change: 122538113
/external/tensorflow/tensorflow/core/graph/algorithm.cc
e830638148e203a2d9cf491e4693d35661a360d1 03-Feb-2016 A. Unique TensorFlower <nobody@tensorflow.org> Refactor the logic to apply optimization into a common module.
Change: 113692577
/external/tensorflow/tensorflow/core/graph/algorithm.cc
71184628900752e0602c93332918061c7c337f7a 25-Jan-2016 Manjunath Kudlur <keveman@gmail.com> Added constant folding optimization pass.
- Graph* -> Graph* pass
- Creates a local executor and executes a copy of the constant "slice" of the
original graph, and replaces nodes in original graph with constant nodes.
Change: 112971745
/external/tensorflow/tensorflow/core/graph/algorithm.cc
1c579361cd1e088dd5e05a394b1561a73e3667ba 05-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Added 'logging' import to control_flow_ops which is used in the file but not imported.
Change: 110842260
/external/tensorflow/tensorflow/core/graph/algorithm.cc
9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 20-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Improve performance of Alexnet

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
/external/tensorflow/tensorflow/core/graph/algorithm.cc
f41959ccb2d9d4c722fe8fc3351401d53bcf4900 07-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
/external/tensorflow/tensorflow/core/graph/algorithm.cc