platform/upstream/tensorflow.git
2018-04-05 A. Unique TensorFlowerFix docstring.
2018-04-05 A. Unique TensorFlowerCreate a separate operators module that is to contain...
2018-04-05 A. Unique TensorFlowerAdd support for NCCL2. The configure script asks for...
2018-04-05 Justine TunneyUpgrade Snappy to latest version
2018-04-05 Justine TunneyUpgrade zlib to latest version
2018-04-05 A. Unique TensorFlowerSupport arbitrary permutations for DataFormatDimMap.
2018-04-05 A. Unique TensorFlowerAdd a helper function to re-assign colocation in a...
2018-04-05 Skye Wanderman... Sort control inputs alphabetically in ToGraphDefSubRange.
2018-04-05 Joshua V. DillonBUGFIX: Detect when broadcasting is required and raise...
2018-04-05 A. Unique TensorFlowerExclude some gcc options in Windows build
2018-04-05 Bixia Zheng[XLA]: Enable Memory sanitizer for compilation_passes_test.
2018-04-04 Pavithra VijayReplace trivial backend calls with calls to underlying...
2018-04-04 Priya GuptaAddress bug in distributed strategies `Monitor` to...
2018-04-04 Frank ChenCheck that n + kBlockTrailerSize does not overflow...
2018-04-04 Benoit SteinerFixed handling of control dependencies in the arithmeth...
2018-04-04 A. Unique TensorFlowerRunning sparse_ops_test only in opt mode since the...
2018-04-04 A. Unique TensorFlowerEnable constant propagation across Enter nodes, but...
2018-04-04 A. Unique TensorFlowerInternal change.
2018-04-04 A. Unique TensorFlowerCompile TensorFlow with /arch:AVX on Windows
2018-04-04 A. Unique TensorFlowerAdds commandline option (toco_compatible, bool) that...
2018-04-04 Alexandre PassosAdding Operation._control_outputs
2018-04-04 Smit HinsuRemove dependency on absl to fix tf-nightly-gpu windows...
2018-04-04 Daniel ZhengFix typo in `tf.reduce_mean` documentation.
2018-04-04 Priya GuptaIterate over a copy of dictionary keys when closing...
2018-04-04 Rohan JainCreates a LinearModel (inherits from keras.training...
2018-04-04 Priya GuptaRename `distribute` to `train_distribute` parameter...
2018-04-04 A. Unique TensorFlowerAdd quantized uint8 L2Normalization Kernel.
2018-04-04 A. Unique TensorFlowerGraphOptimizerStagePipeline to pass through multiple
2018-04-04 Akshay ModiCheck that the c_api module is not destroyed
2018-04-04 Shanqing CaiAdd link to tensorflow.js
2018-04-04 A. Unique TensorFlowerInline nested function calls.
2018-04-04 Rohan JainAdding a _create_state method to FeatureColumn so that...
2018-04-04 A. Unique TensorFlowerrun evaluate nodes on parts of arithmetic optimizer...
2018-04-04 A. Unique TensorFlowerPermit use of ArraysExtraInfo/constant_float_value...
2018-04-04 A. Unique TensorFlowerFix up output array min/max post-quantization if the...
2018-04-04 Adria PuigdomenechExpose scatter_add for resource variables.
2018-04-04 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-04 A. Unique TensorFlowerWarning when tweaking a minmax to contain 0.
2018-04-04 Alexandre PassosAlso registers the gpu resourcegather kernel for half...
2018-04-04 A. Unique TensorFlowerGuard against out-of-bounds dims accesses, even in...
2018-04-04 Tony WangAutomated g4 rollback of changelist 191527251
2018-04-04 A. Unique TensorFlowerCheck arguments of ComputeConvSizes that should be...
2018-04-04 A. Unique TensorFlowerRestructuring the HLO partitioner to fit host computati...
2018-04-04 A. Unique TensorFlowerTurn Cast into a proper builtin operator.
2018-04-04 A. Unique TensorFlowerSync replicas distributed training example with two...
2018-04-04 A. Unique TensorFlowerFix PR-AUC calculation, namely the incorrect use of...
2018-04-04 Justine TunneyFix formatting of MKL URLs
2018-04-04 Justine TunneyHelp build_pip_package work without ./configure
2018-04-04 Olivia Nordquistremoving an old TODO
2018-04-04 Skye Wanderman... Enable calling the C API by default.
2018-04-04 Bixia Zheng[TF:XLA] Add half precision support to test_utils.
2018-04-04 Rui ZhaoAttach an id for each cost node in virtual_cluster.
2018-04-04 Max GalkinExtra logging to help debug shape inference logic in...
2018-04-04 A. Unique TensorFlowerFix error message that was displaying wrong shape
2018-04-04 Bixia Zheng[XLA] Reshape mover should only transform a reshape...
2018-04-04 Skye Wanderman... Fix bug where name generated by Graph::NewName can...
2018-04-04 Pavithra VijayReplace trivial backend calls with calls to underlying...
2018-04-04 Benoit SteinerFix a shape inference bug.
2018-04-04 Tony Wang[TF:XLA] Add INTEL_MKL_ML MatMul method to XLA/CPU...
2018-04-04 Jacques PienaarAdd testcase for convert.
2018-04-04 Alexandre PassosRefactors the eager guide to be more researcher-friendly.
2018-04-04 Reed Wanderman... Fix Conv3D shape inference.
2018-04-04 A. Unique TensorFlowerAdd max_constant_size_in_bytes parameter for ConstantFo...
2018-04-04 A. Unique TensorFlower[XLA] Redesign: implement and test Send, Recv.
2018-04-03 A. Unique TensorFlower[TF:XLA] Add test for scalar dynamic-update-slice.
2018-04-03 A. Unique TensorFlowerThis is a cosmetic change to logging, which makes it...
2018-04-03 Akshay AgrawalMinor touch-ups to the eager programming guide.
2018-04-03 Benoit SteinerFold more constants
2018-04-03 Bixia Zheng[TF]Disable memory sanitizer for compilation_passes_tes...
2018-04-03 A. Unique TensorFlowerAdd forward_from_array to OpKernelContext::Params.
2018-04-03 Jon ShlensAdd Group Normalization to tf.contrib.layers.
2018-04-03 Francois CholletAdd ability to pass symbolic tensors as inputs and...
2018-04-03 Allen LavoieCheckpointable: Utility to split a dependency for savin...
2018-04-03 Jacques PienaarAdd bfloat16 to GPU types.
2018-04-03 A. Unique TensorFlowerRemove unused #includes
2018-04-03 Rohan JainImplementing make_initializatable_iterator for the...
2018-04-03 A. Unique TensorFlowerAccept toco ModelFlags protos on the command line.
2018-04-03 A. Unique TensorFlowerInternal change
2018-04-03 A. Unique TensorFlower[XLA] Redesign: implement and test dynamic slice.
2018-04-03 A. Unique TensorFlowerDisabled some tests on Windows
2018-04-03 A. Unique TensorFlowerUse double for arrays extra info min/max to match toco...
2018-04-03 A. Unique TensorFlower[XLA] Redesign: migrate slice_test.
2018-04-03 A. Unique TensorFlowerOnly create a min/max from extra arrays info if provided.
2018-04-03 Skye Wanderman... Use PyLong_AsLongLong instead of PyInt_AsLong to guaran...
2018-04-03 Jacques PienaarAdd convert f32 to s64 test.
2018-04-03 A. Unique TensorFlowerTurn no-op split/splitv operators into identity.
2018-04-03 Asim Shankartf.map_fn: Improve error messaging when elems consists...
2018-04-03 Bixia Zheng[TF:XLA] Add DT_HALF to the supported data types for...
2018-04-03 A. Unique TensorFlowerThree operators are added that can be used to decrease...
2018-04-03 A. Unique TensorFlowerAdd 8bit strided slice op to tflite
2018-04-03 Akshay ModiDon't call context function either in the fastpath.
2018-04-03 Akshay ModiApply "Raise exception in SWIG on bad TF_Status" to...
2018-04-03 Derek Murray[tf.data] Fix handling of nested structures in `tf...
2018-04-03 A. Unique TensorFlowerBug Fix: If num_uses > 0 the the inputs tensor need...
2018-04-03 Shashi ShekharEnable C++ warnings on a few targets.
2018-04-03 Skye Wanderman... Make batch_sequences_with_states_test.py work with...
2018-04-03 Ian Langmorecholesky_solve_with_broadcast, matrix_solve_with_broadc...
2018-04-03 A. Unique TensorFlowerChanges loss_reduction default to SUM_OVER_BATCH_SIZE...
2018-04-03 Benjamin Kramer[TF:XLA] Bump open source llvm revision to r329057
2018-04-03 A. Unique TensorFlowerUpdate LLVM API usage to match upstream change.
next