History log of /external/tensorflow/tensorflow/core/framework/op_def_util.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38569baeb896c50b90d6f613f2ab2637e2708a34 08-Feb-2018 Rajendra arora <rajendraarora16@yahoo.com> Fixes variable name (#16797)

* Fixes variable typo name

* fixes optional typo

* Fix typo

* fixes deallocations

* typo fix

* typo fix

* fixes variable name

* fixes param typo

* Fixes typo

* fix typo

* fixes
/external/tensorflow/tensorflow/core/framework/op_def_util.h
ec1ca2419ef33af62f5e7865d901981a96dbf6c9 11-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> backward compat: Prevent changes to attr's default value only for last historical version.

PiperOrigin-RevId: 181646665
/external/tensorflow/tensorflow/core/framework/op_def_util.h
f89cffd37c88e4d9fa0ee3ac191e6f5fd5c005c8 15-Nov-2017 Anna R <annarev@google.com> Internal change.

PiperOrigin-RevId: 175740778
/external/tensorflow/tensorflow/core/framework/op_def_util.h
122ad249a8928a5136d4fd48d75be85f154a8c4c 27-Sep-2017 Igor Ganichev <iga@google.com> Add equality and hash functions for AttrDef and OpDef

PiperOrigin-RevId: 170116027
/external/tensorflow/tensorflow/core/framework/op_def_util.h
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/framework/op_def_util.h
18429eb67a947f9535e5e9755e8c469511af0d01 22-Apr-2016 Geoffrey Irving <geoffreyi@google.com> Check for op deprecation in C++ API and graph validation

The OP_DEPRECATION macro is now entirely gone, replaced with a
CheckOpDeprecation function in op_def_util.
Change: 120498757
/external/tensorflow/tensorflow/core/framework/op_def_util.h
30334d28c0ac0c2d0369c4f7f31f5b7ffff06ddd 21-Apr-2016 Geoffrey Irving <geoffreyi@google.com> Add a .Deprecated method to REGISTER_OP

This replaces the OP_DEPRECATED macro with something declarative, which in
particular lets us throw exceptions at graph construction time based on
deprecation. I've left the OP_DEPRECATED macro around in case uses elsewhere
can't be expressed in a purely declarative manner.
Change: 120386133
/external/tensorflow/tensorflow/core/framework/op_def_util.h
8a59748c087a2fee535c0d5067dbabb01920e812 29-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Use cc_binary rather than cc_library to reduce size of native library in APK from 5.5mb to 3.2mb (compressed).
Change: 113369407
/external/tensorflow/tensorflow/core/framework/op_def_util.h
64aa0989c110433e275d23bbe6f3605a26b2efb0 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: 113080064
/external/tensorflow/tensorflow/core/framework/op_def_util.h
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/framework/op_def_util.h
f7918e1dcd5b0c1f8114f488fc35a63a81e94535 19-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: Removal of large assets and small other fixes.

Changes:

- Remove all large assets from the repoistory, incuding the other 50MiB
model protobuf and a lot of images in our g3doc directory. We will
maintain these assets externally for now. g3doc images may be
broken for a little bit, but the website will be fine, which
is the important resource. By @vrv and @petewarden. Updates
READMES to reflect the external model resources.

- Fix to saver's latest_checkpoint function by Zhifeng

- Made protos visibility public by @vrv

- Updates to docs by @mrry, Andy

- Embed tensorboard resource for summary icon by Daniel

- More updates to backwars compat by @josh11b

Base CL: 108194981
/external/tensorflow/tensorflow/core/framework/op_def_util.h
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/framework/op_def_util.h
cb9fa5fc9de9f3fc97c15bbcce252d7d7fdcb73b 16-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: Upstream changes from since last Thursday.

Changes:
- Bug fix to input.py by @dave-andersen with tests.

- Some fixes to names in the whitepaper

- Include cfloat for FLT_MAX by @benoitsteiner

- Fix broken link in mnist tutorials by @mrry

- Typos and fixes to documentation by @Sohl-Dickstein, @ebrevdo, @vrv,
Yaroslav, @martinwicke

- Fixed unnecessary check around a delete by @girving

- More compatibility tests by @josh11b

- Misc other typos and fixes by Googlers.

Base CL: 107944070
/external/tensorflow/tensorflow/core/framework/op_def_util.h
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/framework/op_def_util.h