platform/upstream/tensorflow.git
2018-01-25 Skye Wanderman... Make batch_sequences_with_states_test.py work with...
2018-01-25 Skye Wanderman... Make resource_variable_ops_test.py work with the C...
2018-01-25 Yunxing DaiAdd R3 and R5 tests to select and scatter.
2018-01-25 A. Unique TensorFlowerAdd copy method to EagerVariableStore.
2018-01-25 A. Unique TensorFlowerFix comparison bug in remove_trivial_binary
2018-01-25 A. Unique TensorFlowerDedup control dependencies where the node already depen...
2018-01-25 Russell PowerDefer logging infeed error messages for a short time...
2018-01-25 A. Unique TensorFlowerPrepare internal kernels for BroadcastMul and BroadcastAdd
2018-01-25 A. Unique TensorFlowerBasic AddN support in toco
2018-01-25 Sanjoy Das[TF:XLA:CPU] Fix an issue with explicitly vectorized...
2018-01-25 Sanjoy Das[TF:XLA] Replace most of HloProfilePrinter by a protoco...
2018-01-25 Yutaka LeonSet export_outs in KMeans' EstimatorSpec.
2018-01-24 Skye Wanderman... Make tensor_util_test.py work with the C API enabled.
2018-01-24 A. Unique TensorFlowerinternal change
2018-01-24 Eugene BrevdoModify dynamic_rnn to use max_seq_length for its while_...
2018-01-24 Amit PatankarParameterized docker build now supports a local pip...
2018-01-24 A. Unique TensorFlowerWhen a device list API such as TF_DeviceListName()...
2018-01-24 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-01-24 A. Unique TensorFlower[XLA] Enable F16 for the CPU and GPU backends.
2018-01-24 Sanjoy DasRemove THIRD_PARTY_ from #include guards
2018-01-24 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-01-24 A. Unique TensorFlowerExpose shared_embedding_columns in tf.feature_column.
2018-01-24 A. Unique TensorFlowerAdds loss_reduction argument to canned estimators.
2018-01-24 Derek Murray[Eager mode] Add an Eager-optimized version of the...
2018-01-24 Alexandre PassosSilent copies for int32 tensors in TFE.
2018-01-24 Sanjoy Das[TF:XLA] Bump open source llvm revision to r323309
2018-01-24 Nupur GargMake TFLite Pad op have parity with TF Pad op.
2018-01-24 A. Unique TensorFlowerPortability fix for parse_testdata.cc
2018-01-24 Alexandre Passostf_contextlib forgotten oops
2018-01-24 Alexandre PassosInitializes the context before setting the device policy
2018-01-24 Justin Lebar[XLA] Fix crash in HloOrdering::ToString().
2018-01-24 Anna RInternal change.
2018-01-24 Yunxing Dai[BatchNorm] Remove CPU implementation
2018-01-24 Jianwei XieFixed linter errors.
2018-01-24 A. Unique TensorFlowerfix typos in schema.fbs comments.
2018-01-24 Suharsh SivakumarIntroduce experimental quantize training and eval apis.
2018-01-24 Anna RFix update_api_def.sh script to output ApiDefs instead...
2018-01-24 A. Unique TensorFlowerInternal Change
2018-01-24 Akshay AgrawalTFE: Add graph benchmark for linear regression, for...
2018-01-24 Jianwei XieMerge changes from github.
2018-01-24 Ian Langmore* BUGFIX: See code associated with scale_identity_mult...
2018-01-24 Jianwei XieRename internal field.
2018-01-24 Alexandre PassosAllow setting per-thread device copying policies in...
2018-01-24 Skye Wanderman... Don't set unused Operation private fields if the C...
2018-01-24 A. Unique TensorFlowerAdds sharding in head_test to prevent timeouts.
2018-01-24 Jacques PienaarAutomated g4 rollback of changelist 183076718
2018-01-24 A. Unique TensorFlowerRemove unused ResizeBilinear options. Use a tensor...
2018-01-24 Jacques Pienaar[TPU] Raise error for unimplemented TPU op.
2018-01-24 A. Unique TensorFlowerUse RunConfig.master to set up the Session for running...
2018-01-24 A. Unique TensorFlowerAdd Real NVP and NICE bijectors and tests.
2018-01-24 A. Unique TensorFlowerMake an API for non-slot variables. This new API is...
2018-01-24 Shivani Agrawal[tf.data] Fixes flaky timeouts of stats_dataset_ops_test.
2018-01-24 A. Unique TensorFlowerAdd nested support for `assertAllClose()` so `a` and...
2018-01-24 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-01-24 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-01-24 A. Unique TensorFlowerSupport StridedSlice in TFLite for 1D-4D tensors.
2018-01-24 Peter Hawkins[TPU] Add extra type checking in Python around the...
2018-01-24 Jacques PienaarMark TensorArrayV2 ops and deprecated io_ops deprecated.
2018-01-24 Chris Leary[XLA:python] Pull static method off of ComputationBuild...
2018-01-24 Saurabh SaxenaAdds a mechanism for whitelisting ops for use in map_fn...
2018-01-24 A. Unique TensorFlowerEnable and fix some bfloat16 tests.
2018-01-24 A. Unique TensorFlowerAdd unidirectional sequence LSTM to TFLite Ops.
2018-01-24 Andrew SelleMake the toco python wrapper lazy loaded to avoid dep...
2018-01-24 Frank PerbetMake namedtuples with identical name and field names...
2018-01-23 A. Unique TensorFlowerAdd a base transformer class with useful utilities.
2018-01-23 Sanjoy Das[TF:XLA:CPU] Alias tensorflow::gtl to gtl for brevity
2018-01-23 A. Unique TensorFlowerAdds regularization_losses in remaining heads.
2018-01-23 A. Unique TensorFlowerSwitch models/ to use new test-specification format
2018-01-23 Skye Wanderman... LabeledTensor: don't test Tensor.shape object, test...
2018-01-23 Yong TangTweaks to PR 16101 which adds stream selection support...
2018-01-23 Skye Wanderman... Make bijectors/reshape_test.py work with C API enabled.
2018-01-23 Skye Wanderman... Turn private Operation and Tensor fields into properties.
2018-01-23 A. Unique TensorFlowerReplace the use of ConsumeValueOrDie with TF_ASSERT_OK_...
2018-01-23 Amit PatankarUpdating the update_version script to act appropriately...
2018-01-23 Skye Wanderman... C API: don't return source/sink control edges.
2018-01-23 Yao ZhangFix StridedSlice.
2018-01-23 Nupur GargAdd support for conv and matmul operators with variable...
2018-01-23 A. Unique TensorFlowerAdd a test case to validate number of buckets after...
2018-01-23 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-01-23 Anna RAdding tf_export decorators/calls to TensorFlow functio...
2018-01-23 A. Unique TensorFlower[XLA:GPU] Support BF16 data type.
2018-01-23 A. Unique TensorFlowerinternal change
2018-01-23 Sanjoy Das[TF:XLA] Bump open source llvm revision to r323181
2018-01-23 A. Unique TensorFlowerInternal Change
2018-01-23 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-01-23 A. Unique TensorFlowerAllow fisher-vector multiplies on 1D vectors for Catego...
2018-01-23 Akshay ModiCorrectly incref items put into the tuple to keep msan...
2018-01-23 Justin Lebar[XLA] Remove LiteralTestUtil::EqualTuple / NearTuple.
2018-01-23 Joshua V. DillonAdd `tf.contrib.distributions.Autoregressive`.
2018-01-23 Skye Wanderman... Make feature_column_test.py run with the C API enabled.
2018-01-23 Alexandre PassosMoves batch ops to core and exposes tf.contrib.batching
2018-01-23 Gunhan GulsoyRun TF opensource presubmits with sanybridge CPU optimi...
2018-01-23 Akshay AgrawalTFE usability: Implement `ndim` for `EagerTensor`+NumPy...
2018-01-23 Benoit SteinerRemoved unecessary dependency
2018-01-23 A. Unique TensorFlowerIncrease shard count of tensorflow/contrib/learn:linear...
2018-01-23 Mark DaoustThe link translator expects "@{" for API links.
2018-01-23 A. Unique TensorFlowerCorrect handling of dtype for Categorical sampling.
2018-01-23 A. Unique TensorFlowerTurn off address sanitizer checking for tensorflow...
2018-01-23 Justin Lebar[XLA] Inline definitions of NativeToPrimitiveType<T>.
2018-01-23 Justin Lebar[XLA] Speed up HloEvaluator's convolution routine.
next