History log of /external/tensorflow/tensorflow/core/graph/algorithm_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a271c36b5ead4686b72d972b193bf1f534a92ffd 07-Feb-2018 Derek Murray <mrry@google.com> [tf.data] Move the C++ Dataset class implementations to the framework library.

This enables the use of the `DatasetOpKernel` subclasses in custom op library
code. A subsequent change will move `tf.contrib.data` kernel implementations
to a custom op library.

Implementation note: This change moves some classes from
"tensorflow/core/graph/..." into the framework library, which does not
include any code in "tensorflow/core/common_runtime/...". To break the
dependency from "tensorflow/core/framework/dataset.cc" to
"tensorflow/core/common_runtime/...", the `GraphDefBuilderToGraph()`
method has been split out from the `GraphDefBuilder` class (where it
was previously exposed as the `GraphDefBuilder::ToGraph()` utility
method) and added to a new
"tensorflow/core/graph/graph_def_builder_util.h" module. This method
depends on ".../graph/graph_constructor.cc", which depends directly on
".../common_runtime/shape_refiner.h" and indirectly on
".../common_runtime/graph_runner.h". Since this method was used only
in tests, these have been updated to point to the new utility method.

PiperOrigin-RevId: 184888903
/external/tensorflow/tensorflow/core/graph/algorithm_test.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_test.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_test.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_test.cc
0fe0bfcc3cf6930edc096998b1445cead92de8c3 06-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Remove unused protobuf header inclusions

PiperOrigin-RevId: 158120864
/external/tensorflow/tensorflow/core/graph/algorithm_test.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_test.cc
9ba55d8a7558f6670fbf47eeebb90901b362d873 25-Feb-2016 Josh Levenberg <josh11b@tensorflow.org> Remove no-longer-needed RequireDefaultOps().
Change: 115511835
/external/tensorflow/tensorflow/core/graph/algorithm_test.cc
c3c27f275f94af6e32ecaff66a6bf439abdaff5b 27-Jan-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projects
that are built with TensorFlow (protobuf), so prefix our macros with
TF_ to make them project specific.
Change: 113197186
/external/tensorflow/tensorflow/core/graph/algorithm_test.cc
c10f439740396006e45059435e552e4d4ad2c1ad 26-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Global search & replace to move to the new location for
tensorflow/core/ files and build targets.
Change: 113080052
/external/tensorflow/tensorflow/core/graph/algorithm_test.cc
c8eaac926c929e07ac8db69f67803a2223ff2d93 20-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Many tensorflow/core build clean ups.
Change: 112523833
/external/tensorflow/tensorflow/core/graph/algorithm_test.cc
f592f23775e2a6ac75496829db5005d3bb70a3d2 19-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
/external/tensorflow/tensorflow/core/graph/algorithm_test.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_test.cc
56313def004795f75ef8281a0294c958d28f1e06 16-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: Doc and linter fixes, some additional tests and
error handling, updates to website.

Changes:
- Removes redundant reshape from image models by @mrry
- Default TensorBoard to localhost by @danmane
- Reformatting of tensorflow/core by @josh11b
- Make tutorials backwards compatible to 0.5.0 by @girving
- Improve print documentation (md files not updated).
- Add proper scrolling to sitemap by @martinwicke

Base CL: 107956254
/external/tensorflow/tensorflow/core/graph/algorithm_test.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_test.cc