platform/upstream/tensorflow.git
2018-04-09 Patrick NguyenExport recurrent and its RNN implementation in tf.contrib.
2018-04-09 A. Unique TensorFlowerInternal Change
2018-04-09 A. Unique TensorFlower[XLA] Redesign: implement infeed and outfeed.
2018-04-09 Anna RHide slide_dataset from the new API.
2018-04-09 Mark HeffernanAdd bitcast-convert support to the evaluator and as...
2018-04-09 Michael Kuperstein[XLA] Use ThreadPool in a safer way.
2018-04-09 A. Unique TensorFlowerDon't run test flaky under TSAN.
2018-04-09 Alexandre PassosAcknowledges tape in graph mode doesn't like unknown...
2018-04-09 Allen LavoieTweak the context stack so init_scope works with eager...
2018-04-09 Skye Wanderman... Don't initialize global threadpool in GraphRunner.
2018-04-09 Guangda LaiFix GPUDebugAllocator and GPUNanResetAllocator:
2018-04-09 A. Unique TensorFlowerDoccumentation fix for LossSpec.
2018-04-09 A. Unique TensorFlowerFix bug in loop optimizer. Reuse existing constant...
2018-04-09 Akshay ModiAutomated g4 rollback of changelist 192160407
2018-04-09 A. Unique TensorFlowerAdds __repr__ method to HParams.
2018-04-09 Shashi ShekharMake node and registration getter const.
2018-04-09 Dimitris VardoulakisAdd opcode for new instruction that broadcasts degenera...
2018-04-09 A. Unique TensorFlowerAdd a utility that can detect the class that defined...
2018-04-09 A. Unique TensorFlowerAdds a within_ops_fn parameter to get_forward_walk_ops...
2018-04-09 A. Unique TensorFlowerImplement DFS using a loop instead of recursion to...
2018-04-09 A. Unique TensorFlowerRenames exported signature names in MultiHead so head_n...
2018-04-09 A. Unique TensorFlowerProvide a hint about the number of iterations to while_...
2018-04-09 Yifei FengOnly set session in model_to_estimator if _SESSION...
2018-04-09 A. Unique TensorFlowerInternal fix.
2018-04-09 Ayush DubeyAutomated g4 rollback of changelist 186518037
2018-04-09 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-04-09 Akshay ModiAllow creating tensors from numpy arrays, and other...
2018-04-09 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-04-09 A. Unique TensorFlowerDocumentation fix.
2018-04-09 A. Unique TensorFlowerRegister tf.concat with uint8 data type.
2018-04-09 A. Unique TensorFlowerAdds support for tf.HParams to TPUEstimator.
2018-04-09 Brian PattonAdds complex64/128 Fill kernel registrations for GPU.
2018-04-09 A. Unique TensorFlowerRewrite a fast GEMV path for two goals:
2018-04-09 A. Unique TensorFlowerCollective Ops Part 2
2018-04-09 Yu-Cheng LingAdd `scope` parameter in experimental Quantization...
2018-04-09 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-09 A. Unique TensorFlowerInternal Change.
2018-04-09 A. Unique TensorFlowerAdd validation for output_index of Feed.id.
2018-04-09 A. Unique TensorFlowerMinimize broadcasts by rewriting a sub-tree of binary...
2018-04-09 A. Unique TensorFlowerSmall reorganization of core/BUILD
2018-04-09 A. Unique TensorFlowerInitial Python API for specifying outside_compilation...
2018-04-09 A. Unique TensorFlowerAdding support for the standalone log operator. Basic...
2018-04-09 Michael CaseBegin switching to use Kokoro build badges on TF GitHub...
2018-04-09 A. Unique TensorFlowerPass allow_custom_ops to toco from the python api.
2018-04-09 A. Unique TensorFlowerSuppress -Wself-assign in self-assignment tests, which...
2018-04-09 Shanqing CaiMake grpcio pip dependency conditional on little endian
2018-04-09 A. Unique TensorFlowerEnabling fp16 for NCCL 1 and 2.
2018-04-08 Anna RAutomated g4 rollback of changelist 191360905
2018-04-08 Michael Kuperstein[XLA] Parallelize HloEvaluator::HandleConvolution
2018-04-07 James QinRevamp a few ScratchAllocator classes in cudnn_rnn_ops
2018-04-07 Skye Wanderman... Fix batch_norm_benchmark.py to work with the C API.
2018-04-07 Rui ZhaoSave some useful TPU estimator's ops into collections...
2018-04-07 Justin Lebar[XLA:GPU] Eliminate the guard around Winograd non-fused...
2018-04-07 Suharsh SivakumarAutomated g4 rollback of changelist 191938267
2018-04-07 A. Unique TensorFlowerRemove 'Print' in DebugStripper.
2018-04-07 Rob SloanAdd analytical cost model for FusedConv2DBiasActivation.
2018-04-07 Eugene BrevdoImprovements to ResourceVariable + Variant code.
2018-04-07 Asim Shankareager: s/tfe.GradientTape/tf.GradientTape/
2018-04-07 Yao ZhangPlace data format op on host if input tensor is in...
2018-04-07 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-04-07 A. Unique TensorFlowerAutomated g4 rollback of changelist 191963758
2018-04-07 Yuanzhong Xu[XLA] Make HloTestBase's hlo verifier to allow mixed...
2018-04-07 Suharsh SivakumarWe no longer need updates_collections in quant ops...
2018-04-07 A. Unique TensorFlower[XLA] Redesign: implement Collapse and migrate reshape_...
2018-04-07 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-04-07 Derek MurrayAdd remote session support for the MakeCallable API.
2018-04-07 A. Unique TensorFlowerInitial Python API for specifying outside_compilation...
2018-04-07 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-07 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-04-07 Jiri SimsaOpen sourcing proto/rpc ops.
2018-04-07 A. Unique TensorFlowerRemove zipped argument, and use an implicit dispatch...
2018-04-07 Derek MurrayAdd CallableOptions.tensor_connection for feeding a...
2018-04-07 Shashi ShekharAdd methods to TestReporter to log extras for benchmarks.
2018-04-06 Suharsh SivakumarUpdate docs to include the most relevant paper.
2018-04-06 Allen LavoieWater down some tests so they work in the Python 2...
2018-04-06 A. Unique TensorFlower[XLA] Redesign: implement and test Pad.
2018-04-06 Patrick NguyenMove inplace update operators.
2018-04-06 Anjali SridharRevert to the previous version of the ResNet50 model.
2018-04-06 A. Unique TensorFlowerAdd support for ResourceVariable to recompute_grad
2018-04-06 Bixia Zheng[TF] Add half precision to the supported data types...
2018-04-06 A. Unique TensorFlowerRefactor LoopOptimizer:
2018-04-06 A. Unique TensorFlowerFollow up on earlier change, which tried to avoid readi...
2018-04-06 Derek Murray[tf.data] Replace the Reader-oriented documentation...
2018-04-06 Akshay ModiCreate tuple if body doesn't return one.
2018-04-06 A. Unique TensorFlowerAdd RNNClassifier
2018-04-06 Suharsh SivakumarPad support for quantized zero.
2018-04-06 Allen LavoieSwitch the eager PTB example to object-based saving.
2018-04-06 Benoit SteinerA single measurement is enough when using simulation
2018-04-06 A. Unique TensorFlowerReplaced calls to deprecated tensorflow::StringPiece...
2018-04-06 Priya GuptaPull changes from prefetching_ops to support dicts...
2018-04-06 Benoit SteinerUpdate the rewriter options with the optimizer options
2018-04-06 A. Unique TensorFlowerFix a few bugs in ArithmeticOptimizer and make it robus...
2018-04-06 Andrew SelleValidate errorReporter and improve the documentation...
2018-04-06 James QinSupport RNN profiling in StreamExecutor for CUDA GPUs.
2018-04-06 Alexandre PassosFix small performance regression in microbenchmarks.
2018-04-06 Richard WeiRemove `TF_InitializeTPU` and `TF_ShutdownTPU` from...
2018-04-06 Anjali SridharUpdate tf.keras to keras 2.1.5 version.
2018-04-06 Nick Desaulniers[TF:XLA] Create Despecializing Pass Pipeline
2018-04-06 A. Unique TensorFlowerAdded headers only version of tensorflow/core/kernels...
2018-04-06 A. Unique TensorFlowerMinor doc clarification for reduce_sum return type
next