platform/upstream/tensorflow.git
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 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 A. Unique TensorFlowerSuppress generation of the proto API's descriptor(...
2018-05-31 A. Unique TensorFlowerIntroduce runtime shape class.
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 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 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 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.
next