platform/upstream/tensorflow.git
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.
2018-04-03 Gunhan GulsoyRemove "-lpthread" when building tests on macos.
2018-04-03 Gunhan GulsoyAutomated g4 rollback of changelist 191385909
2018-04-03 Igor GanichevClarify OpDef.is_stateful flag definition
2018-04-03 Max GalkinRe-enable Gather and Slice estimators with output size...
2018-04-03 A. Unique TensorFlowerBUG_FIX: Allow Uniform pdf to work on float64 inputs.
2018-04-03 A. Unique TensorFlowerWindows: Enable tensorflow/contrib in Bazel build ...
2018-04-03 Benoit SteinerDeleted a special case
2018-04-03 Anna RAutomated g4 rollback of changelist 191037166
2018-04-03 A. Unique TensorFlowerAdd int64 to Variant mutable hash table variants.
2018-04-03 A. Unique TensorFlower[XLA] Redesign: migrate while_test to use XlaBuilder...
2018-04-03 Skye Wanderman... Don't use session context manager when we need session...
2018-04-03 Anna RInternal change.
2018-04-03 Allen LavoieTFTS: Add a OneShotPredictionHead with no model state...
2018-04-03 A. Unique TensorFlower[XLA] Redesign: implement ExecuteGraphParallel.
2018-04-02 A. Unique TensorFlowerAdd a config option to run Grappler optimizers more...
2018-04-02 Igor GanichevClarify ResourceVariable specification
2018-04-02 Asim ShankarJava: Update to 1.7.0
2018-04-02 Anna RAutomated g4 rollback of changelist 191326767
2018-04-02 Benoit SteinerAdd support for resource variables
2018-04-02 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-04-02 A. Unique TensorFlowerAdd tf.math.polyval that evaluates an element-wise...
2018-04-02 A. Unique TensorFlower[XLA] Set trace for the operand of a trace instruction...
2018-04-02 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-04-02 Skye Wanderman... Fix assertion error in Graph._create_op_from_tf_operation.
2018-04-02 Eugene Brevdo[TF] Copy-on-write for Resource Variant assign op.
2018-04-02 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-02 Skye Wanderman... ResourceHandleShapeAndType returns bytes, not unicode.
2018-04-02 Anna RExport "VERSION" as "__version__" as well
2018-04-02 Patrick NguyenExport the rest of If, While, and For.
2018-04-02 Benoit SteinerDon't bypass reshape nodes that anchor control dependencies
2018-04-02 A. Unique TensorFlowerVerify that a %send and a %recv on the same channel...
2018-04-02 Akshay ModiReduce overhead for eager ops
2018-04-02 Asim Shankareager: Tweak error message.
2018-04-02 A. Unique TensorFlowerRewrite Add/AddN subgraph, minimizing number of require...
2018-04-02 A. Unique TensorFlowerFix a bug in AvgPoolGrad op cost in extracting input...
2018-04-02 Anna RSwitch to the TensorFlow API generation based on ApiDef...
2018-04-02 Asim ShankarFix #18180
2018-04-02 Allen LavoieTFTS: Clean up the cold start SignatureDef.
2018-04-02 A. Unique TensorFlower[XLA] Redesign: improve error handling:
2018-04-02 A. Unique TensorFlowerSwitched to using TensorFlow's true dilated convolution...
2018-04-02 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-02 Alexandre PassosImproves the documentation of control_dependencies.
2018-04-02 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-02 A. Unique TensorFlowerRemove reshape of sparse tensor indices in for maybe_batch.
2018-04-02 A. Unique TensorFlowerAdditional arg scope test that demonstrate how nested...
2018-04-02 Sergio GuadarramaAutomated g4 rollback of changelist 191127281
2018-04-02 Jacques PienaarOnly test types supported and change log_eps for bfloat16.
2018-04-02 A. Unique TensorFlowerAdd CycleGAN specific summary.
2018-04-02 Jacques PienaarUpdate tests to enable flipping on bfloat16 types.
2018-04-02 A. Unique TensorFlowerAdding support for RandomUniform. Basic support for...
2018-04-02 Skye Wanderman... Make batch_sequences_with_states_test.py work with...
2018-04-01 A. Unique TensorFlower[XLA] Redesign: implement and test concat.
2018-04-01 A. Unique TensorFlower[XLA] Add a ReduceWindow test to reduce along the lane...
2018-03-31 Billy LambertaFix typo
2018-03-31 A. Unique TensorFlowerAdd a unit test to verify that dependency optimizer...
2018-03-31 Russell PowerLog large allocations and total memory usage for the...
2018-03-31 Saurabh SaxenaSupport int64 slice spec for StridedSliceGrad.
2018-03-30 Neal WuSimple fixes for documentation on tf.nn.softmax_cross_e...
2018-03-30 A. Unique TensorFlowerImplement strip CheckNumerics in DebugStripper.
2018-03-30 A. Unique TensorFlowerDoc string clean-ups for class DistributionStrategy.
2018-03-30 A. Unique TensorFlowerRestore definitions of static members in MklCpuAllocator.
2018-03-30 A. Unique TensorFlower[XLA] Add a reduce-window test.
2018-03-30 A. Unique TensorFlower Add the waiting time and cross-replica-sum time to...
2018-03-30 A. Unique TensorFlowerAdd attr when rewriter adds an XlaHostCompute Op indica...
2018-03-30 Dimitris VardoulakisImprove the precision of Reduce in the interpreter...
2018-03-30 Akshay ModiMake tfe.Iterator work with async mode.
2018-03-30 Skye Wanderman... Raise exception in SWIG on bad TF_Status from C API.
2018-03-30 A. Unique TensorFlower show breakdown of total execution time with compute...
2018-03-30 A. Unique TensorFlowertf.maximum: Correctly calculate output shape when broad...
2018-03-30 Akshay ModiRemove unused imports
2018-03-30 A. Unique TensorFlowerDisable tsan for tensorflow/python/estimator:replicate_...
2018-03-30 A. Unique TensorFlowerEnable writing of summaries in ExamplesPerSecondHook
2018-03-30 A. Unique TensorFlowerBreak FileSystem's dependency on ThreadPool.
2018-03-30 Shashi ShekharInternal change.
2018-03-30 A. Unique TensorFlowerRename distributed_apply to _distributed_apply in Optim...
2018-03-30 Sourabh BajajCreate a wrapper for bfloat16 scope so that users don...
2018-03-30 A. Unique TensorFlowerCheck for errors returned by ExecuteOnStream before...
2018-03-30 A. Unique TensorFlower[XLA] Add IsConstant to the local Python client.
2018-03-30 A. Unique TensorFlowerFix several data races by acquiring locks.
2018-03-30 Mark DaoustFix the index to match the left nav.
2018-03-30 A. Unique TensorFlowerFix a crash in Quantize() when tf.contrib.framework...
2018-03-30 A. Unique TensorFlowerUpdate test for DebugStripper to construct graph in...
2018-03-30 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-03-30 A. Unique TensorFlowerBefore this change, a Tensor contained a device pointer...
2018-03-30 Anna RInternal change.
2018-03-30 A. Unique TensorFlowerMerged commit includes the following changes:
2018-03-30 Priya GuptaAdd summaries from only the first tower in distributed...
2018-03-30 Anjali SridharInternal Change.
next