aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/build_defs.bzl
Commit message (Collapse)AuthorAge
* Remove hidden_ops.txt file. Instead, switch to use visibility attribute in ↵Gravatar Anna R2018-02-02
| | | | | | ApiDef proto. PiperOrigin-RevId: 184301076
* Script to create ApiDef files automatically based on OpDef.Gravatar Anna R2018-01-18
| | | | PiperOrigin-RevId: 182463327
* Actually use ApiDef when generating Python API.Gravatar Anna R2017-12-04
| | | | PiperOrigin-RevId: 177851421
* Simplify BUILD by changing the default of require_shape_functionsGravatar A. Unique TensorFlower2017-07-20
| | | | | | in tf_gen_op_wrapper_private_py rule. PiperOrigin-RevId: 162632990
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
| | | | Change: 142080137
* Split python:ops into individual op libraries to allow for finer grain ↵Gravatar A. Unique TensorFlower2016-09-13
dependency analysis. Additionally expanded all cuda_py_tests to singular cuda_py_test for the same reason. Restrict the visibility of the generated op code and replace them with the unified generated + hand-coded versions. Change: 133030838