platform/upstream/tensorflow.git
2018-04-11 Austin AndersonUpdate LogToSTDErr for TF Lite usage
2018-04-10 Jacques PienaarAdd types to error message in case of mismatch. NFC.
2018-04-10 Michael KupersteinAdd a thread-safe producer-consumer queue.
2018-04-10 Alexandre PassosFix issue with gradients of resource variables in cond.
2018-04-10 A. Unique TensorFlower[XLA] Redesign: implement and test ReduceWindow.
2018-04-10 A. Unique TensorFlowerUpdate programmers guide
2018-04-10 A. Unique TensorFlowerSupporting FakeQuant num_bits and getting the fake...
2018-04-10 Chris Leary[XLA] GRPC service definition.
2018-04-10 Francois CholletFix `nn` module RNN namespace issues.
2018-04-10 Mingxing TanAllow passing allow_custom_ops for toco_convert.
2018-04-10 Alexandre PassosCleaning up _distributed_apply now the device policy...
2018-04-10 Akshay AgrawalIn `get_variable`, nest the choice to use `ResourceVari...
2018-04-10 A. Unique TensorFlowerSmall changes to testing code, plus a new binary to...
2018-04-10 A. Unique TensorFlower[XLA] Redesign: implement and test Conv.
2018-04-10 A. Unique TensorFlowerAllow negative feature values in computation for `sum...
2018-04-10 A. Unique TensorFlowerAdd quantized LogSoftmax.
2018-04-10 A. Unique TensorFlowerRun EvaluateNodes for ModelPrunerTest_StopGradientPruni...
2018-04-10 Yu-Cheng LingParseOpData returns kTfLiteError when error happens.
2018-04-10 A. Unique TensorFlowerBug fix for statistical_testing:
2018-04-10 A. Unique TensorFlowerAdd missing import for RNNClassifier
2018-04-10 A. Unique TensorFlower[XLA] Redesign: implement and test Rev, BitcastConvertT...
2018-04-10 Suharsh SivakumarPad support for quantized zero.
2018-04-10 A. Unique TensorFlowertest previously untested eval codepaths.
2018-04-10 A. Unique TensorFlowerHandle duplicate features by coalescing them together...
2018-04-10 Francois CholletRefactor layers:
2018-04-10 Smit HinsuUpdate declaration order in staging ops Buffer class...
2018-04-10 Allen LavoieCheckpointable: wrap restore ops in init_scope
2018-04-10 A. Unique TensorFlowerEmploy array flat sizes more directly in reference_ops.
2018-04-10 Noah EisenUpgrade gRPC version and fix file duplication
2018-04-10 A. Unique TensorFlowerExpand list of value-preserving ops. This will increase...
2018-04-10 A. Unique TensorFlowerEnable loop-invariant node motion in the Grappler loop...
2018-04-10 A. Unique TensorFlowerFix bug in TFLite Interpreter python interface
2018-04-10 A. Unique TensorFlower[XLA] Fix the size of the data returned from Literal...
2018-04-10 A. Unique TensorFlowerAdds support for hoisting out common denominator in...
2018-04-10 Nick Desaulniers[TF:XLA] fix a segfault in MakeFakeArguments, and add...
2018-04-10 Asim ShankarSimplify test_util.run_in_graph_and_eager_modes
2018-04-10 Yao ZhangPlace data format op on CPU:0.
2018-04-10 A. Unique TensorFlowerFix markdown in a couple of tf.estimator docstrings.
2018-04-10 A. Unique TensorFlowerRemove manifest_merger from tensorflow_demo. This is...
2018-04-10 Mark DaoustFix capitalization (on master)
2018-04-10 Benjamin Kramer[XLA:GPU] Add infrastructure for unrolling kernels...
2018-04-10 A. Unique TensorFlowerAdded minimum op, better type support in maximum.
2018-04-10 A. Unique TensorFlowerUpdate document
2018-04-10 A. Unique TensorFlowerSuppress -Wself-assign in self-assignment tests, which...
2018-04-10 A. Unique TensorFlower[XLA] Redesign: implement and test custom call.
2018-04-10 A. Unique TensorFlower[XLA] Redesign: implement XlaBuilder::IsConstant, XlaBu...
2018-04-10 A. Unique TensorFlowerImplementation of ArgMax
2018-04-10 A. Unique TensorFlowerUpdating three tests in constant_folding_test.cc with...
2018-04-10 Michael CaseFix the GCS Kokoro build badge links.
2018-04-10 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-04-10 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-04-10 A. Unique TensorFlower[XLA] Attach a reference client to the client_library_t...
2018-04-10 A. Unique TensorFlowerInclude standard headers when libc++ requires them.
2018-04-10 A. Unique TensorFlower Add the total device time and total host time to...
2018-04-10 A. Unique TensorFlower[XLA] Redesign: implement fft.
2018-04-10 Rachel Lim[tf.data] Add parameter for select_cols in tf.decode_cs...
2018-04-10 Younghee Kwonboosted_trees: early stop hooks are fixed to stop at...
2018-04-10 Skye Wanderman... Remove extra #define EIGEN_USE_THREADS.
2018-04-10 A. Unique TensorFlower[slim] Allow passing timeout_fn to 'evaluation_loop...
2018-04-10 Benoit SteinerDon't fail when running shape inference on a graph...
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
next