platform/upstream/tensorflow.git
2018-06-05 Nupur GargFix Python API.
2018-06-05 Akshay ModiFix test user ops
2018-06-05 Brennan SaetaRemove use of absl::make_unique
2018-06-01 Amit PatankarMerge pull request #19703 from av8ramit/update_version_...
2018-06-01 Amit PatankarUpdating version for 1.9.0-rc0.
2018-06-01 Michael CaseMerge pull request #19680 from case540/branch_198811639
2018-06-01 Clayne RobisonFinished incomplete support for bad usernames in the...
2018-06-01 Michael CaseFix import depth issue.
2018-06-01 Michael CasePotential fix to layout_optimizer_test.py
2018-06-01 Jason ZamanBUILD: dont force stripping (#19599)
2018-06-01 Michael CaseAdd new line to make buildifier happy
2018-06-01 Michael CaseMerge branch 'master' into branch_198811639
2018-06-01 Michael CaseFix sanity issues.
2018-06-01 Felix Abecassisdocker: update cuDNN to 7.1.4.18 (#19636)
2018-06-01 Pete WardenManual roll back of PR #19443, because it causes the...
2018-06-01 Michael CaseFix lite.py Python TypeError.
2018-06-01 Michael CaseMerge commit for internal changes
2018-06-01 Allen LavoieMake the TFOptimizer wrapper checkpointable.
2018-06-01 Peter HawkinsAutomated g4 rollback of changelist 198803131
2018-06-01 Saurabh SaxenaThrow a more informative error message when checkpointi...
2018-06-01 Justin Lebar[XLA] Fix handling of CustomCall's window and dnums.
2018-06-01 Derek Murray[tf.data] Update `DatasetBase::DebugString()` to be...
2018-06-01 Peter HawkinsMark tensorflow/contrib/learn:estimator_test as optonly...
2018-06-01 Peter Hawkins[TF:XLA] Preliminary support for tpu.replicate() inside...
2018-06-01 Blake Hechtman[XLA] Fix batchnorm rewriter to not use implicit broadc...
2018-05-31 Bixia ZhengHandle FilterLayout::kOutputYXInput in FilterDescriptor...
2018-05-31 A. Unique TensorFlowerEdited the landing page for the Performance section...
2018-05-31 Jiri Simsa[tf.data] Reflect `MakeIterator` signature change in...
2018-05-31 Brennan Saeta[tf.data] Mark DebugString() as const.
2018-05-31 Nupur GargFixed Python API.
2018-05-31 Saurabh SaxenaAdd utility for converting FunctionDef to GraphDef...
2018-05-31 Justin Lebar[XLA:GPU] Specify cudnn conv algorithm via backend_config.
2018-05-31 Ruoxin SangFix one comment in prefetch_autotuner_test.cc.
2018-05-31 A. Unique TensorFlowerPutting stubs for function shape inference interface
2018-05-31 Frank ChenAdd warning for gcs_config_ops
2018-05-31 Yu-Cheng LingRefactoring: Extract CombineHashes function into a...
2018-05-31 Justin Lebar[XLA] Check for identical backend configs in HloInstruc...
2018-05-31 A. Unique TensorFlowerMove reorder-cast-and-transpose optimization to optimiz...
2018-05-31 A. Unique TensorFlowerInternal change.
2018-05-31 A. Unique TensorFlowerSimilar to cr/188652533, specify the `maximum_iteration...
2018-05-31 A. Unique TensorFlowerWrite checkpoint path of evaluated checkpoint to the...
2018-05-31 A. Unique TensorFlowerExpose the ExponentialMovingAverage name as a public...
2018-05-31 Jacques PienaarMark XLAShapeForArgument as const.
2018-05-31 A. Unique TensorFlowerMove RemodeRedundantReshape optimization to a separate...
2018-05-31 Nupur GargAdd attributes to TFLite Python API.
2018-05-31 Jiri Simsa[tf.data] Changing signature of `MakeIterator` to enabl...
2018-05-31 Alexandre PassosMore eager notebooks.
2018-05-31 Anna RMoving generated API to tensorflow/.
2018-05-31 Shashi ShekharAdd profiling statistics to benchmark.
2018-05-31 Frank ChenFix links in the TensorFlow Security Advisories
2018-05-31 A. Unique TensorFlowerMaking the tf.name_scope blocks related to the factor...
2018-05-31 A. Unique TensorFlowerRuntimeShapes class: minor tweak to fix builds.
2018-05-31 Martin WickeMerge pull request #19419 from perfinion/pip_package
2018-05-31 Martin WickeMerge pull request #19597 from perfinion/pkgconfig
2018-05-31 Justin Lebar[XLA] Make HloInstruction::backend_config() a JSON...
2018-05-31 A. Unique TensorFlower[XLA] Redesign: delete computation_tracker and user_com...
2018-05-31 Dan MoldovanInitial implementation of a few of the list-specific...
2018-05-31 Jesse BensonBuild libtensorflow.so and libtensorflow_framework...
2018-05-31 A. Unique TensorFlowerSuppress generation of the proto API's descriptor(...
2018-05-31 A. Unique TensorFlowerIntroduce runtime shape class.
2018-05-31 gracehoneyMerge pull request #19652 from samikama/WiringIssues
2018-05-31 Skye Wanderman... Another handle_data fix for graph-mode functions.
2018-05-31 Dan MoldovanCleanup: update continue_statements.py to use the base...
2018-05-31 A. Unique TensorFlowerStandardize shifts in multiplication util functions.
2018-05-31 Skye Wanderman... Make GraphConstructor create nodes in the same order...
2018-05-31 Jiri Simsa[tf.data] Scaling down the `batch_dataset_op_test`.
2018-05-31 A. Unique TensorFlowerimplementation of sparse_to_dense
2018-05-31 A. Unique TensorFlower[XLA] Redesign: delete the old service interface.
2018-05-31 Jingyue WuImprove ReshapeIsIdentity to work with symbolic shapes.
2018-05-31 Nick FeltAdd GCS_READ_CACHE_DISABLED explicit env var to GcsFile...
2018-05-31 Amit PatankarMerge pull request #19591 from candyzone/master
2018-05-31 Amit PatankarMerge pull request #19655 from gunan/setuptools
2018-05-31 Allen LavoieAdd a subclassed Model's attribute-assigned variables...
2018-05-31 HyoukJoong LeeAutomated g4 rollback of changelist 195379693
2018-05-31 Sanjoy DasExpose xla_disable_hlo_passes via ExecutableBuildOptions.
2018-05-31 Ruoxin SangRemove code returning bad status when the input pointer...
2018-05-31 Justin Lebar[XLA] Add parsers for Window and ConvolutionDimensionNu...
2018-05-31 Nupur GargEnable TOCO pip command line binding.
2018-05-31 Chris YingFix bug with renorm + virtual_batch_size.
2018-05-31 Justin Lebar[XLA] Switch replay_computation to use LocalClient.
2018-05-30 Sanjoy Das[TF:XLA] Bump open source llvm revision to r333547
2018-05-30 Ruoxin SangRegard a path as a directory if it ends with "/" in...
2018-05-30 Michael CaseMerge pull request #19654 from case540/branch_198629366
2018-05-30 Sanjoy DasAlways delete old while loop after LICM
2018-05-30 A. Unique TensorFlowerAdd SerialDeviceBatchScheduler which offers similar...
2018-05-30 Karmel AllisonAdd a convenience function, build_supervised_input_rece...
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 Gunhan GulsoyFix setuptools version to avoid a bad release.
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 Michael CaseMerge commit for internal changes
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 Sami KamaReview changes
2018-05-30 Yifei FengMerge pull request #19633 from yifeif/branch_198434814
2018-05-30 Joshua V. DillonAdd `fill_triangular_inverse`, which flattens a triangu...
next