aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/parsing_ops.py
Commit message (Expand)AuthorAge
* Add support for SequenceExamples to sequence_feature_columnsGravatar Karmel Allison2018-10-08
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Fixing the documentation of the parse_sequence_example function.Gravatar A. Unique TensorFlower2018-09-17
* Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13
* Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
* [tf.data] Implements `dataset` transformation `parse_example_dataset(..)` whi...Gravatar Shivani Agrawal2018-08-22
* [tf.data] Add parameter for select_cols in tf.decode_csv for option to parse ...Gravatar Rachel Lim2018-04-09
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Switch `tf.parse_single_example()` to use the fused implementation in most ca...Gravatar Derek Murray2018-01-11
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-21
* [tf.data] Add `tf.contrib.data.parse_single_example()`.Gravatar Derek Murray2017-12-20
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Switches to OrderedDict to make the dictionary order deterministic so we have...Gravatar A. Unique TensorFlower2017-09-06
* Fix the wrong format of some exception strings.Gravatar A. Unique TensorFlower2017-08-23
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Switch from assigning namedtuple.__new__.__defaults__ to overwriting __new__.Gravatar A. Unique TensorFlower2017-06-21
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* FixedLenSequenceFeature for parsing a variable-length tensor with parse_singl...Gravatar A. Unique TensorFlower2017-03-23
* Add support for FixedLenSequenceFeature for parse_example/parse_single_example.Gravatar A. Unique TensorFlower2017-03-13
* Adding support for higher rank SparseFeatures.Gravatar A. Unique TensorFlower2017-03-01
* Add support for variable major dimension in dense features in example parser ...Gravatar Eugene Brevdo2017-02-07
* _construct_sparse_tensors_for_sparse_features returns a new dictionary instea...Gravatar A. Unique TensorFlower2017-01-06
* Small fix for named arguments in SparseFeature parsing.Gravatar A. Unique TensorFlower2017-01-06
* Update documentation for parse_example vs parse_single_example.Gravatar A. Unique TensorFlower2017-01-03
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Part 2c of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-05
* Part 2b of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-01
* Adding a SparseFeature to the tf.Example parser API.Gravatar A. Unique TensorFlower2016-11-30
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Convert ops in contrib, parsing_ops, and random_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Speed up tf.Assert, move it to control_flow_ops.Gravatar Eugene Brevdo2016-09-07
* Add a new parse_tensor op for parsing a serialized TensorProto into a Tensor.Gravatar A. Unique TensorFlower2016-08-12
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Extend documenation for SequenceExample.Gravatar A. Unique TensorFlower2016-06-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Documentation typo: `tf.float` should be `tf.float32` in `parse_example`.Gravatar A. Unique TensorFlower2016-05-25
* Remove superfluous pylint comment.Gravatar A. Unique TensorFlower2016-04-25
* Fix handling of Example feature keys with nonstandard characters when creatin...Gravatar Eugene Brevdo2016-04-20
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Replace make_tensor_shape_proto with TensorShape.as_protoGravatar Geoffrey Irving2016-01-25