aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Make occurence (op run times and op definition) selectableGravatar A. Unique TensorFlower2017-06-22
* [XLA:CPU] Add VLOGs to cpu_compiler.ccGravatar A. Unique TensorFlower2017-06-22
* Fixed cmake tests.Gravatar Mustafa Ispir2017-06-22
* Alligned how model-fns handled params among linear/dnn/combined estimators.Gravatar Mustafa Ispir2017-06-22
* Added canned estimators to Tensorflow library. List of added estimators:Gravatar Mustafa Ispir2017-06-22
* Support advisor in all places (Command line, APIs)Gravatar A. Unique TensorFlower2017-06-22
* Improve score-trick to be a valid Csiszar f-Divergence yet numerically stable.Gravatar Joshua V. Dillon2017-06-22
* Generating TBAA metadata causes the LLVM to miscompile afterGravatar A. Unique TensorFlower2017-06-22
* [BatchNorm] Minor fixes to TF docGravatar A. Unique TensorFlower2017-06-22
* Register devices under their legacy namesGravatar Brennan Saeta2017-06-22
* Add support of label_keys to DebugClassifierGravatar Makoto Uchida2017-06-22
* Move sparse_fill_empty_rows to new, *significantly* faster, C++ kernel for ev...Gravatar Eugene Brevdo2017-06-22
* If rank is unknown, do not add output shapes to transpose nodes.Gravatar Yao Zhang2017-06-22
* In SE_ASSIGN_OR_RETURN change ConsumeValueOrDie to the preferred std::move Va...Gravatar Jacques Pienaar2017-06-22
* Implement alternative `monte_carlo.expectation_v2`. This function implementsGravatar Joshua V. Dillon2017-06-22
* Internal change.Gravatar Anna R2017-06-22
* Make HloModule clonableGravatar A. Unique TensorFlower2017-06-22
* Fix bugs related to distributions over integers.Gravatar Joshua V. Dillon2017-06-22
* In tfcompile, prune nodes that are not reachable from the fetches beforeGravatar A. Unique TensorFlower2017-06-22
* Fix cuda_kernel_helper_test. std::numeric_limits<int32>::max() doesn't pass, soGravatar Jonathan Hseu2017-06-22
* Added a utility to create parsing spec for regressors (canned estimator)Gravatar Mustafa Ispir2017-06-22
* For candidate sampling, add facility to colocate the logit computation with t...Gravatar A. Unique TensorFlower2017-06-22
* Replaced constant inputs with variables to ensure most of the graph doesn't getGravatar Benoit Steiner2017-06-22
* Migrate ops for new version of TensorForest.Gravatar A. Unique TensorFlower2017-06-22
* Use a single threaded session for SDCALinearRegressorTest toGravatar A. Unique TensorFlower2017-06-22
* Generalize cluster initialization to span multiple mini-batches if necessary.Gravatar A. Unique TensorFlower2017-06-22
* Modify beam search decoder to use symbolic shape for vocab size if the static...Gravatar A. Unique TensorFlower2017-06-22
* TpuEstimator: Replicate the input_fn to the worker CPU for each shard.Gravatar Jonathan Hseu2017-06-22
* Fixes some docstrings in feature_column.Gravatar A. Unique TensorFlower2017-06-22
* [XLA] Remove unused flags and move debugging flag to debug options.Gravatar Eli Bendersky2017-06-22
* Adding missing license notice to toolchain build filesGravatar A. Unique TensorFlower2017-06-22
* Removed deprecated summary usage from estimators.Gravatar Mustafa Ispir2017-06-22
* Fold as many nodes as possible instead of giving up if there is any error.Gravatar Benoit Steiner2017-06-22
* VectorExponential added to distributions.Gravatar Ian Langmore2017-06-22
* Have RestoreV2's shape fn set all outputs to unknown shape.Gravatar A. Unique TensorFlower2017-06-22
* Add a multi-head TensorForest estimator.Gravatar A. Unique TensorFlower2017-06-22
* When configuring per-session thread pools, allowGravatar A. Unique TensorFlower2017-06-21
* Fixes a TODO in head_test.Gravatar A. Unique TensorFlower2017-06-21
* Added batch_matmul op dependence to android_extended_opsGravatar A. Unique TensorFlower2017-06-21
* Made sure that we can call the constant folding code twice safely.Gravatar Benoit Steiner2017-06-21
* Switch from assigning namedtuple.__new__.__defaults__ to overwriting __new__.Gravatar A. Unique TensorFlower2017-06-21
* Fixed the shape functions of the QuantizedAdd and QuantizedMul opsGravatar Benoit Steiner2017-06-21
* Blacklist the quantized ops since they have too many issues (incorrect shapeGravatar Benoit Steiner2017-06-21
* Support zero shapes for random_poisson. This matches random_uniform.Gravatar A. Unique TensorFlower2017-06-21
* Internal change.Gravatar Anna R2017-06-21
* Raise ValueError if invalid dtype for random_uniform.Gravatar Dumitru Erhan2017-06-21
* Automated g4 rollback of changelist 159746509Gravatar Eli Bendersky2017-06-21
* Add ability for argmax to output int32 indices. Default remains int64.Gravatar Vijay Vasudevan2017-06-21
* [tf contrib seq2seq] Add monotonic attention mechanismsGravatar A. Unique TensorFlower2017-06-21
* [XLA] Remove dead "in-client" code.Gravatar Mark Heffernan2017-06-21