platform/upstream/tensorflow.git
2018-03-14 Kay Zhu[XLA] Supports fusion ops in HloEvaluator.
2018-03-14 Yao ZhangAvoid live lock in a loop.
2018-03-14 A. Unique TensorFlowerAdd LinearOperatorBlockDiagonal, which supports matrix...
2018-03-14 Derek Murray[tf.data] Support tf.SparseTensor components in tf...
2018-03-14 Sanjoy DasAdd a GatherExpander pass that can rewrite Gather ops...
2018-03-14 Tayo Oguntebi Adds R2 ReduceWindow test and generalizes the R2...
2018-03-14 Anna RAdd ops to API that have tf_export decorators but haven...
2018-03-14 Anna RRemove underscore prefix from _concat.
2018-03-14 Kay Zhu[XLA] Handle scalar predicate in Select correctly in...
2018-03-14 Gunhan GulsoyAutomated g4 rollback of changelist 188937484
2018-03-14 A. Unique TensorFlowerTranspose test updated so that unsupported transpose...
2018-03-14 Anna RChange the way we get argument list for get_local_varia...
2018-03-14 Shanqing Caitfdbg: split session_debug_grpc_test
2018-03-14 Rachel LimAdded tf.contrib.data.make_csv_dataset as a convenience...
2018-03-14 Skye Wanderman... Introduce _USE_C_SHAPES toggle along with _USE_C_API...
2018-03-14 A. Unique TensorFlowerCurrently, multi-image summaries have their image indic...
2018-03-14 Bixia Zheng[XLA]: Enhancement to the while loop simplifier HLO...
2018-03-14 Anna RAdd test for API generated with tf_export calls to...
2018-03-13 A. Unique TensorFlowerMerged commit includes the following changes:
2018-03-13 Alexandre PassosResubmit changes which were accidentally rolled back.
2018-03-13 A. Unique TensorFlowerFix a couple of null-ptr dereferences
2018-03-13 A. Unique TensorFlowerInternal Google Cleanup
2018-03-13 A. Unique TensorFlowerBreak the dependency between platform/types.h and bfloa...
2018-03-13 Yuefeng ZhouMove session info into op info.
2018-03-13 Anna RRemoving hidden_ops.txt file.
2018-03-13 Jingyue WuEnable int8 tf.pad on GPU.
2018-03-13 Sanjoy Das[TF:XLA] Bump open source llvm revision to r327373
2018-03-13 A. Unique TensorFlowerInternal cleanup.
2018-03-13 Alexandre PassosProper name scoping in contrib summaries.
2018-03-13 A. Unique TensorFlowerChange back TFE_Execute logic to set '*num_retvals...
2018-03-13 A. Unique TensorFlowerAdd TransformShardedTileShape helper method to HloSharding
2018-03-13 A. Unique TensorFlowerAutomated g4 rollback of changelist 188353354
2018-03-13 Yuefeng ZhouReplace the unknown dimension of signature input when...
2018-03-13 A. Unique TensorFlowerEnable arithmetic optimizations for Fill nodes that...
2018-03-13 A. Unique TensorFlowerAdd TFLite Interpreter bindings.
2018-03-13 A. Unique TensorFlowerPerforming the finalization of the LayerCollection...
2018-03-13 Mark Daoustinclude the graph.pb->tensorboard script in pip package
2018-03-13 A. Unique TensorFlowerInternal change
2018-03-13 Eugene Brevdo[TFLite] Don't always treat inputs and outputs as encod...
2018-03-13 A. Unique TensorFlowerIntroduce output fusion for (A dot B) * alpha
2018-03-13 A. Unique TensorFlowerPiperOrigin-RevId: 188860028
2018-03-13 Shanqing Caitfdbg: add reference to the TensorBoard Debugger Plugin...
2018-03-13 A. Unique TensorFlowerPiperOrigin-RevId: 188860028
2018-03-13 Shanqing Caitfdbg: add reference to the TensorBoard Debugger Plugin...
2018-03-13 A. Unique TensorFlowerPiperOrigin-RevId: 188860028
2018-03-13 Shanqing Caitfdbg: add reference to the TensorBoard Debugger Plugin...
2018-03-13 A. Unique TensorFlowerMerges (embedding|indicator)_column with their sequence...
2018-03-13 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-03-13 A. Unique TensorFlowerSupport NHWC <--> HWNC permutation.
2018-03-13 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-03-13 Shanqing CaiMerge changes from github.
2018-03-13 A. Unique TensorFlowerRemove integration_tests directory and associated files.
2018-03-13 Max GalkinDemystify MaterializeShapes a bit.
2018-03-13 A. Unique TensorFlowerMake tf.add_to_collections visible.
2018-03-13 A. Unique TensorFlower[XLA:Tools] Make hlo_runner understand --xla_hlo_profile.
2018-03-13 Skye Wanderman... Don't evaluate control flow in EvaluateConstantTensor.
2018-03-12 A. Unique TensorFlowerBREAKING_CHANGE: Split out event_ndims=0 bijectors...
2018-03-12 Derek MurraySwitch BuildGraphOptions to wrap CallableOptions.
2018-03-12 Benoit SteinerDon't use shapes unless it's safe to do so.
2018-03-12 Derek Murray[tf.data] Enable Dataset.make_one_shot_iterator() and...
2018-03-12 Yu-Cheng LingTFLite Delegate: Expose input / output tensor indicies...
2018-03-12 Max GalkinFix typo in the doc: tf.multiplytiply
2018-03-12 A. Unique TensorFlowerK-FAC: FisherBlocks for tf.nn.{depthwise_conv2d, separa...
2018-03-12 A. Unique TensorFlowerMove "hoist common factor out of aggregation" optimization
2018-03-12 Sanjoy Das[TF:XLA] Bump open source llvm revision to r327201
2018-03-12 Eugene Brevdo[TFLite] Don't require a std::vector for Interpreter...
2018-03-12 Igor SaprykinMove `loss_reduction` argument from `replicate_model_fn...
2018-03-12 A. Unique TensorFlowerAdd is_discrete, is_continuous, is_bounded methods...
2018-03-12 Allen LavoieFix another eager PyObject leak
2018-03-12 Joshua V. DillonAdd custom_gradient function.
2018-03-12 A. Unique TensorFlowerExtend TF Eager C API to allow asynchronous execution.
2018-03-12 Yunxing Dai[XLA] [Copy insertion] Deterministically iterate throug...
2018-03-12 Skye Wanderman... Switch op_hint.py to use _set_attr.
2018-03-12 Mark DaoustStandardize "op" capitalization, see "adding_an_op".
2018-03-12 Joshua V. DillonImprove usability of `tf.contrib.bayesflow.custom_gradi...
2018-03-12 A. Unique TensorFlowerTransposes are can be merged into reshapes when the...
2018-03-12 A. Unique TensorFlowerboosted_trees: infer the output shapes of Quantiles...
2018-03-12 Benoit SteinerAvoid capturing unused variables in lambda functions
2018-03-12 Skye Wanderman... Fix race in C API.
2018-03-12 A. Unique TensorFlowerTurn trivial Pack ops with a single input into ExpandDi...
2018-03-12 A. Unique TensorFlowerMake default number of threads trigger the default...
2018-03-12 A. Unique TensorFlowerConvert Squeeze into Reshape: Support empty output...
2018-03-12 A. Unique TensorFlowerSupporting quantization of Gather ops and removal of...
2018-03-12 Allen LavoiePlug a few more PyObject leaks, test for them.
2018-03-12 Benoit SteinerDon't let the grappler item builder fail if the graph...
2018-03-12 A. Unique TensorFlowerDon't remove identity nodes if they follow a device...
2018-03-12 Asim ShankarResourceScatterUpdate: Gracefully handle inconsistent...
2018-03-12 Benoit SteinerTurn on function optimization by default
2018-03-12 A. Unique TensorFlowerReuse the linear index when broadcasting a contiguous...
2018-03-12 A. Unique TensorFlowerLint some files.
2018-03-12 Olivia Nordquistthis test is also timing out in cuda so disabling for now
2018-03-12 Mark Daoustpropagate fix from tensorflow/models#3561
2018-03-12 Shashi ShekharFix assets for the TF camera example.
2018-03-12 Olivia Nordquistdisable flaky asan test
2018-03-12 Derek MurrayFix typo in description of INTERNAL error code.
2018-03-11 A. Unique TensorFlowerRemoved duplicate statement.
2018-03-11 Derek MurrayFixes a race condition in function instantiation.
2018-03-11 A. Unique TensorFlowerSpecify the `maximum_iterations` to tf.while_loop in...
2018-03-11 Bixia ZhengSelectively re-enable bfloat16 tests for the GPU backend.
2018-03-11 A. Unique TensorFlowerImprove errors raised when an object does not match...
next