History log of /external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
89cf07de7cf864783f262215d724167e24caa68e 25-Jul-2017 Androbin <robin.richtsfeld@gmail.com> Expand missing shorthand (#10579)
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
1d8508bf70e5a1726bfaade8fddb84fde5c6d73b 08-Jun-2017 Androbin <robin.richtsfeld@gmail.com> Fix typo in bazel command
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
2b351062ac016c8d64e5f6e12bb067154c61b623 08-Jun-2017 Androbin <robin.richtsfeld@gmail.com> Improve docs for selective registration headers (#10351)

* Improve docs for selective registration headers

progressing #10299

* Update print_selective_registration_header.py

* Mention both flags

-DSELECTIVE_REGISTRATION and -DSUPPORT_SELECTIVE_REGISTRATION
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
a00adb111401381f22f7be556271eb07c4224151 23-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Split print_selective_registration_header into library and binary.
Change: 148358318
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
39eca117a335918e5314f3593022568a0454ba31 25-Jan-2017 Rohan Jain <rohanj@google.com> Adding support for 'b' in mode for FileIO.
Change: 145590579
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
e121667dc609de978a223c56ee906368d2c4ceef 30-Dec-2016 Justine Tunney <jart@google.com> Remove so many more hourglass imports
Change: 143230429
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
058dec07002ac61675665c0a46117be8111056fc 21-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Add option to print_selective_registration_header to include all ops and
kernels.

Change the requirement for ops_to_register.h: it must now define the macros,
not the specific functions or variables. This gives that header more control
over the exact definition to use, making it easier to try different constexpr.
Change: 136833642
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
3510b3060abef6b99fe4bc0656d8dc9406d6c46d 08-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Automated rollback of change 135516295
Change: 135548182
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
c37847c1e5aedf5f33151895bdcbf9de89bbd759 07-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Change selective registration to avoid use of strstr and strcmp that are not
constexpr for all compilers.

Change the requirement for ops_to_register.h: it must now define the macros,
not the specific functions or variables. This gives that header more control
over the exact definition to use, making it easier to try different constexpr
expressions.
Change: 135516295
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py
783e8388db67f3fefc6c714d479615821a9dc5e7 29-Sep-2016 A. Unique TensorFlower <gardener@tensorflow.org> Add python/tools/print_selective_registration_header utility for printing a
header for use with 'selective registration' (see
core/framework/selective_registration.h), given an input model.
Change: 134659033
/external/tensorflow/tensorflow/python/tools/print_selective_registration_header.py