platform/upstream/tensorflow.git
2018-05-30 A. Unique TensorFlowerAutomated g4 rollback of changelist 198444757
2018-05-30 A. Unique TensorFlowerMakes empty() support uint8 on cpu.
2018-05-30 Skye Wanderman... Remove environment variable to disable C API.
2018-05-30 Alexandre PassosMakes most variable writes depend on the cached value.
2018-05-30 A. Unique TensorFlowerAdd HloProto support to replay_computation
2018-05-30 A. Unique TensorFlowerAvoid recursion in ExpandDomain() as stack is not happy.
2018-05-30 A. Unique TensorFlowerAdd kwargs support for tpu.outside_compilation
2018-05-30 A. Unique TensorFlowerMove RemoveInvolution optimization to optimizer stage.
2018-05-30 Brennan SaetaAdd GCS configure ops.
2018-05-30 Joshua V. DillonAdd `fill_triangular_inverse`, which flattens a triangu...
2018-05-30 Benoit SteinerAdd control dependencies to the correct graph when...
2018-05-30 A. Unique TensorFlowerAdd `tf.contrib.distributions.bijectors.MatrixInverseTr...
2018-05-30 A. Unique TensorFlowerAdd include file which provides the proper std::string...
2018-05-30 A. Unique TensorFlowerSkip errors in function optimizer if optimized graph...
2018-05-30 Jiri Simsa[tf.data] change batch dataset op test size to large...
2018-05-30 A. Unique TensorFlowerLet the swig wrapped builder to return the HloModuleProto.
2018-05-30 Rob SloanAdd an option to propagate Status in GraphOptimizerStag...
2018-05-30 A. Unique TensorFlowerInternal change
2018-05-30 Gunhan GulsoyDisable flaky fused_rnn_cell_test
2018-05-30 A. Unique TensorFlowerKL divergence for two Dirichlet distributions.
2018-05-30 A. Unique TensorFlowerAdding tf.name_scope blocks to make the TensorBoard...
2018-05-30 Jiri Simsa[tf.data] Adding a concurrency stress test for `map_and...
2018-05-30 Mustafa Ispirinternal
2018-05-30 A. Unique TensorFlowerbeautify test output file name.
2018-05-30 A. Unique TensorFlowerRemove unused Make variables from tf_py_wrap_cc.
2018-05-30 Brian PattonAdds GPU kernel registration for igamma, igammac.
2018-05-30 A. Unique TensorFlowerImprove error message when a missing feature name is...
2018-05-30 Smit HinsuFix GPU build on windows
2018-05-30 A. Unique TensorFlowerinternal cleanup
2018-05-30 A. Unique TensorFlowerIntroduced kDomain HLO instruction set isolation to...
2018-05-30 Bjarke Hammersholt... Add features to HloRunner for running while leaving...
2018-05-30 A. Unique TensorFlowerDo not allow cross computation instruction lookups...
2018-05-30 Justin Lebar[XLA] Minor HloSharding cleanups.
2018-05-30 James QinRemove unnecessary shape registration fn from cudnn...
2018-05-30 Jiri SimsaMaking RPC op handle the case where cancellation manage...
2018-05-30 Alexander GorbanConvenience functions to create TensorProto directly...
2018-05-30 Joshua V. DillonUse absolute indexing in `fill_triangular`.
2018-05-30 Jiri SimsaFixing a bug in `map_and_batch_fusion` and improving...
2018-05-29 Francois CholletAdd tf.keras programmer's guide.
2018-05-29 A. Unique TensorFlowerFix documented numpy equivalent of matrix_triangular_solve.
2018-05-29 Justin LebarAutomated g4 rollback of changelist 198137414
2018-05-29 Russell PowerAdjust TPUEstimator timeout for worker shutdown to...
2018-05-29 Jianwei XieWraps the FinalOp exection with a user-friendly error...
2018-05-29 Yifei FengUpdate setup.py with project description and developmen...
2018-05-29 Derek MurrayAdd microbenchmarks for the executor.
2018-05-29 A. Unique TensorFlower streaming trace viewer need to filter host.
2018-05-29 Rohan JainAdding a check in eager metrics to make sure that the...
2018-05-29 A. Unique TensorFlowerIn TPUEstimator.export_savedmodel(), if saving TPU...
2018-05-29 Rachel Lim[tf.data] better benchmarking code in tests for measuri...
2018-05-29 Peter Hawkins[TF:XLA] Implement Bucketize.
2018-05-29 A. Unique TensorFlowerMake the quantize_and_dequantize op use the full quanti...
2018-05-29 A. Unique TensorFlowerAutomated g4 rollback of changelist 198421828
2018-05-29 Justin LebarIncrease tolerances in depthwise_conv_op_test.
2018-05-29 Sanjoy DasUse target machine features to determine max vectorizat...
2018-05-29 A. Unique TensorFlowerL2HMC trained with strongly correlated Gaussian. Simple...
2018-05-29 A. Unique TensorFlowerExtracts the 'remove split or splitv nodes' optimizatio...
2018-05-29 Sanjoy Das[TF:XLA] Bump open source llvm revision to r333395
2018-05-29 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-05-29 A. Unique TensorFlowerAdd note to bijector_impl.py explaining that `log_det_j...
2018-05-29 Justin Lebar[XLA] Clarify that options passed to LocalService overr...
2018-05-29 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-05-29 Sanjoy DasTile on the M dimension in GEBP.
2018-05-29 A. Unique TensorFlower [tpu:profiler] Add a new field to the statistics...
2018-05-29 A. Unique TensorFlowerExtracts the 'remove shuffle or transpose node' optimiz...
2018-05-29 Frank ChenAdd security notices for recently discovered and patche...
2018-05-29 A. Unique TensorFlower[TF/XLA] Add validation to find ops incompatible with...
2018-05-29 A. Unique TensorFlower Support NHWC_VECT_W in MakeShapeFromFormat.
2018-05-29 Allen LavoieAdd AnonymousIteratorHandleOp for non-shared Iterator...
2018-05-29 A. Unique TensorFlowerClarify argument types and relationships in docstrings...
2018-05-29 A. Unique TensorFlowerEliminate self.test_session in favor of self.evaluate...
2018-05-29 Dan MoldovanClean up: handle the hidden additional clause on for...
2018-05-29 Dan MoldovanClean up: remove useless super delegation.
2018-05-29 Dan MoldovanAllow assignment to subscripts in static analysis.
2018-05-29 A. Unique TensorFlowerGeneralize assert_true_mean_equal and assert_true_mean_...
2018-05-29 Asim ShankarRe-apply #18192.
2018-05-29 Sanjoy DasFix an incorrect precondition check in IndexedArrayAnalysis
2018-05-29 Sanjoy DasPass HloOpcode instead of HloInstruction; NFC
2018-05-29 Sanjoy DasMake IndexedArrayAnalysis behave well around StatusOr
2018-05-28 Jiri SimsaAdding tf.data optimization for rewriting `map(......
2018-05-28 Tom HenniganSort variables in C++ instead of Python.
2018-05-28 A. Unique TensorFlowerRelax compatibility checks for Protocol Buffer classes...
2018-05-27 Justin Lebar[XLA] Don't display metadata inline in HLO graph dump.
2018-05-27 A. Unique TensorFlowerTPUEstimator.export_savedmodel() saves a SavedModel...
2018-05-26 A. Unique TensorFlowerExtracts the 'remove random shuffle node' optimization...
2018-05-26 Guangda LaiFix the issue where returned Status is not used.
2018-05-26 A. Unique TensorFlowerDepthwiseConv Optimizations
2018-05-26 A. Unique TensorFlowerUse dict(locals()) instead of distribution_util.parent_...
2018-05-26 Justin Lebar[XLA] Don't compute relative error when the expected...
2018-05-26 Sanjoy DasAdd support for unary and binary ops to indexed tensor...
2018-05-26 Yunxing Dai[Hlo Graphviz] Always show metadata as tooltips
2018-05-26 Sanjoy DasAdd a type-erased broadcast implementation to xla:...
2018-05-26 Akshay ModiMinor eager performance improvements
2018-05-26 Peter Hawkins[TF:XLA] Add direct implementation of AssignVariableOp...
2018-05-26 A. Unique TensorFlowerTurn on heuristic (mostly-NHWC) convolution layout...
2018-05-26 Sanjoy DasEnable while loop constant sinking for GPU
2018-05-26 Akshay AgrawalProvide a step container to OpKernelContexts when runni...
2018-05-26 Jiri Simsa[tf.data] Fixing concurrency issue in `map_and_batch`.
2018-05-25 Alexandre PassosIgnore while loops instead of mangling them in the...
2018-05-25 A. Unique TensorFlowerExtracts the 'remove reverse node' optimization into...
2018-05-25 A. Unique TensorFlowerAutomated g4 rollback of changelist 198087342
next