aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Changed ffmpeg verbosity semantics (#14582)Gravatar Chris Donahue2017-12-14
* Merge pull request #14321 from yongtang/11052017-tf.ConstantGravatar Martin Wicke2017-12-14
|\
* | Dockerfile.devel-gpu: optimize the size of the generated image (#15355)Gravatar Felix Abecassis2017-12-14
* | Benchmarks for flipping and random flipping (#15348)Gravatar Jonathan Hseu2017-12-14
* | Revert "Add batch support for various image_ops (#14854)" (#15349)Gravatar Jonathan Hseu2017-12-14
* | Merge pull request #15173 from JohanJu/masterGravatar Shanqing Cai2017-12-14
|\ \
* \ \ Merge pull request #15356 from dandelionmane/branch_178996911Gravatar Gunhan Gulsoy2017-12-14
|\ \ \
* | | | [XLA] Add fast path cases for common scatter and gather operations (#15185)Gravatar David Norman2017-12-14
| * | | Fix syntax error I introduced when re-applying my merge fix.Gravatar Dandelion Mané2017-12-13
| * | | Resolve conflictsGravatar Dandelion Mané2017-12-13
|/| | |
| * | | [TF Variants] The ResourceAssignOp now supports Variants on GPU.Gravatar Eugene Brevdo2017-12-13
| * | | Bugfix in variable naming of GRUBlockCell.Gravatar Eugene Brevdo2017-12-13
| * | | Minor fix on degenerative case.Gravatar A. Unique TensorFlower2017-12-13
| * | | Automated g4 rollback of changelist 178963334Gravatar Igor Saprykin2017-12-13
| * | | Add checkpoint_path to evaluation predicate_fnGravatar A. Unique TensorFlower2017-12-13
| * | | [XLA] Add support for CustomCall in HLO parser.Gravatar Justin Lebar2017-12-13
| * | | [TFXLA] Simplify identification of cond branches.Gravatar Jacques Pienaar2017-12-13
| * | | Enable TF_GPU_THREAD_MODE and TF_GPU_THREAD_COUNT support in distributed Tens...Gravatar Derek Murray2017-12-13
| * | | Update tf.keras to the 2.1.2 API.Gravatar Anjali Sridhar2017-12-13
| * | | Avoid unnecessary layout transpose to input of ShapeN.Gravatar Yao Zhang2017-12-13
| * | | [XLA:CPU] Implement Ax+b dot output fusion for Matrix-vector productsGravatar Sanjoy Das2017-12-13
| * | | Adds build rule for scan_dataset_op_test.pyGravatar Shivani Agrawal2017-12-13
| * | | [XLA] Update parser to handle conditional. Also fix the stringification ofGravatar A. Unique TensorFlower2017-12-13
| * | | Fix bfloat16 serialization of Tensors.Gravatar Peter Hawkins2017-12-13
| * | | Enable Div -> Mul by reciprocal strength reduction.Gravatar A. Unique TensorFlower2017-12-13
| * | | Average the loss across `replicate_model_fn`'s towers.Gravatar Igor Saprykin2017-12-13
| * | | Add support for "Pad".Gravatar Nupur Garg2017-12-13
| * | | Avoid modifying items in dataset_data_provider.Gravatar Sergio Guadarrama2017-12-13
| * | | Simplify and improve AdaptiveSharedBatchScheduler implementation. The new imp...Gravatar A. Unique TensorFlower2017-12-13
| * | | - adds support constant cast operatorsGravatar A. Unique TensorFlower2017-12-13
| * | | Call convert_to_tensor on all inputs to the op for _backprop_call in graph modeGravatar Akshay Agrawal2017-12-13
| * | | Rename Stream::BlockHostUntilDoneWithStatus to BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-13
| * | | Update Stream::BlockHostUntilDone examples and documentation.Gravatar A. Unique TensorFlower2017-12-13
* | | | Merge pull request #15163 from lihanchen/AndroidTVUSBCameraGravatar Andrew Harp2017-12-13
|\ \ \ \
| | * | | Generate a unique name for const used by transpose node, so that we don't use...Gravatar Yao Zhang2017-12-13
| | * | | Prototype for serializing the Checkpointable graph.Gravatar Allen Lavoie2017-12-13
* | | | | Update location for x86_64 android build (#15346)Gravatar Austin Anderson2017-12-13
| | * | | Support Shape and ShapeN ops.Gravatar Yao Zhang2017-12-13
| | * | | Test consistently that the strings passed in input_arrays and output_arraysGravatar A. Unique TensorFlower2017-12-13
| | * | | A start on a prototype for object-based variable saving.Gravatar Allen Lavoie2017-12-13
| | * | | Update docs as per #15325Gravatar Austin Anderson2017-12-13
| | * | | Convert LSTMFusedBlockCell to a plain Layer; it is not really an RNNCell.Gravatar Eugene Brevdo2017-12-13
| | * | | Run HardcodeMinMax graph transformation again after applyingGravatar A. Unique TensorFlower2017-12-13
| | * | | Simplify the naming of added transpose node. Refactor dimension check and the...Gravatar Yao Zhang2017-12-13
| | * | | Make bfloat16 works with complexGravatar A. Unique TensorFlower2017-12-13
| | * | | Fix 'tags' parameter in predictor_factories.load_from_model.Gravatar A. Unique TensorFlower2017-12-13
| | * | | Automated g4 rollback of changelist 178759398Gravatar Derek Murray2017-12-13
| | * | | Check that all the inputs to a Concat op are of the same rank.Gravatar Benoit Steiner2017-12-13
| | * | | Stream::BlockHostUntilDone now returns Status rather than bool.Gravatar A. Unique TensorFlower2017-12-13
| | | * | Always use std::cerrGravatar Johan Ju2017-12-13