aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/python_op_gen.cc
Commit message (Expand)AuthorAge
* Move FindInputArg() for ApiDef::Arg to op_def_util.cc and cleanup Python/c++ ...Gravatar Nick Kreeger2018-08-17
* Handle deprecated fields in api_def.proto.Gravatar Anna R2018-07-16
* Delete old op gen code and replace with eager op gen.Gravatar Akshay Modi2018-05-09
* Prefix clip_by_value with underscore in gen_math_ops so that it doesn'tGravatar Anna R2018-04-16
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* Fix cases where we export incorrect symbol with tf_export. This can happen whenGravatar Anna R2018-03-22
* Remove underscore prefix from broadcast_gradient_args op.Gravatar Anna R2018-03-15
* Remove underscore prefix from ref_identity op.Gravatar Anna R2018-03-14
* Removing underscore prefix from _enter and _ref_enter.Gravatar Anna R2018-03-14
* Removing underscore prefix from _scalar_summary and _histogram_summary.Gravatar Anna R2018-03-14
* Remove underscore prefix from _concat.Gravatar Anna R2018-03-13
* Remove underscore prefix from the following HIDDEN ops: add_sparse_to_tensors...Gravatar Anna R2018-03-01
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Update the wrapper gen code to call out to the fastpath function.Gravatar Akshay Modi2018-02-08
* Remove hidden_ops.txt file. Instead, switch to use visibility attribute in Ap...Gravatar Anna R2018-02-02
* Use snake-case name when generating @tf_export decorator in python_op_gen.cc.Gravatar Anna R2018-01-18
* Actually use ApiDef when generating Python API.Gravatar Anna R2017-12-04
* Internal change.Gravatar Anna R2017-11-14
* Fix bug where a string constant with a space can get wordGravatar A. Unique TensorFlower2017-08-12
* Correctly handles infs and nans as attr default values.Gravatar Ali Yahya2017-08-11
* Fix generated documentation for arguments that default to "unknown shape".Gravatar A. Unique TensorFlower2017-08-04
* Make 'import tensorflow' go fasterGravatar Justine Tunney2017-07-31
* Small changes to op framework.Gravatar A. Unique TensorFlower2017-07-27
* No-op change to python op bindings.Gravatar Alexandre Passos2017-07-18
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Refactoring Python op code generation.Gravatar A. Unique TensorFlower2017-05-31
* TensorFlow: Clean ups to python_op_gen.Gravatar A. Unique TensorFlower2017-05-15
* Small refactoring of python op generation.Gravatar Alexandre Passos2017-05-12
* Add newline to fix tuple output description formatting.Gravatar Mark Daoust2017-05-12
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Small fixes to op generation.Gravatar A. Unique TensorFlower2017-05-01
* Fix a bad comment.Gravatar Martin Wicke2017-01-08
* Automated rollback of change 139371663Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all op docs from C++ code.Gravatar Jonathan Hseu2016-11-16
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Add option for passing in hidden ops to Python code generation as a file.Gravatar Derek Murray2016-08-23
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* This change causes Ops with multiple outputs to return them as a NamedTupleGravatar David Soergel2016-05-10
* Add a .Deprecated method to REGISTER_OPGravatar Geoffrey Irving2016-04-20
* Fix GetOpList and GetPythonWrappers SWIG wrappers for Python 3.Gravatar Manjunath Kudlur2016-03-15
* Clean up some unused code to fix warnings in the Mac build.Gravatar Josh Levenberg2016-03-11
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06