platform/upstream/tensorflow.git
2018-02-14 A. Unique TensorFlowerInternal Change.
2018-02-14 Shanqing CaiTensorBoard debugger plugin: SIGINT handler for easier...
2018-02-14 Rohan JainDon't release kInvalidHandle.
2018-02-14 Alexandre PassosLazily reads from resource variables in eager mode.
2018-02-14 Justin Lebar[XLA:GPU] Don't crash when the root instruction of...
2018-02-14 Sanjoy DasImprove type safety around float constants
2018-02-14 Suharsh SivakumarFix incorrect is_training parameter.
2018-02-14 A. Unique TensorFlowerUpdate TPU Profiler to be able to take a TPU name
2018-02-14 Akshay ModiCleanupFunc doesn't need to do cleanup if _py_funcs...
2018-02-14 A. Unique TensorFlowerAllow an option to delete the temporary file created...
2018-02-13 A. Unique TensorFlowerWire in support for XLA kConditional instruction.
2018-02-13 Sanjoy DasChange linkage type of modules to external after droppi...
2018-02-13 Mingsheng HongCode cleanup: Made Executor related API take std::uniqu...
2018-02-13 Yunxing Dai[TF-XLA] Disable Tensorflow's CSE in xla compiler
2018-02-13 A. Unique TensorFlowerUse a more advanced py_func wrapper, one that allows...
2018-02-13 Sanjoy Das[TF:XLA] Bump open source llvm revision to r324990
2018-02-13 Zhixian YanInternal Change
2018-02-13 A. Unique TensorFlowerAdd `Kumaraswamy` to distributions __init__.py
2018-02-13 Sanjoy DasMake LLVM IR dumps more readable
2018-02-13 Benoit SteinerExtract the filter and input shape for Conv2DBackpropFi...
2018-02-13 Andrew SelleFix bug in populating the execution plan sent to the...
2018-02-13 Akshay ModiAdd cache for _zeros in backprop
2018-02-13 Akshay ModiMinor eager-related performance improvements
2018-02-13 Benoit SteinerExplicitely place the swap-in node: this ensures that...
2018-02-13 Jianwei XieError out or log a warning if user sets the TPUConfig...
2018-02-13 Igor SaprykinAllow other types of variables to act as a resource...
2018-02-13 Mark Daoustadd missing blank line
2018-02-13 A. Unique TensorFlowerAdd empty scaffolding for loop optimizers in Grappler.
2018-02-13 A. Unique TensorFlowerClarify that the behavior of the iterator (advancing...
2018-02-13 A. Unique TensorFlowerFix documentation for the real shape of the output...
2018-02-13 Akshay ModiUse _set_attr instead of directly modifying the nodedef
2018-02-13 Anjali SridharMove two common utility functions used by training...
2018-02-13 Eugene BrevdoTiny bugfix to eager TensorArray error message.
2018-02-13 A. Unique TensorFlowerTF to XLA compiler to support FakeQuantWithMinMaxVars...
2018-02-13 A. Unique TensorFlowerAdd gradient norm target arg to wass gradient penalty...
2018-02-13 A. Unique TensorFlowerForce the use of print function in generated code.
2018-02-13 A. Unique TensorFlowerMechanical variable renaming to improve consistency...
2018-02-13 Gunhan GulsoyInternal change
2018-02-13 Surya BhupatirajuAdd test to ensure that covariance terms of FID is...
2018-02-13 Gunhan GulsoyDisable interleave_dataset_op_test.py and remove a...
2018-02-13 A. Unique TensorFlower1. Add image_ops.is_jpeg Op to decide if a input string...
2018-02-13 Peter Hawkins[TF:XLA] Work around crash in Gather op on CPU backend...
2018-02-13 Sanjoy Das[XLA:CPU] Implement vectorized Log in LLVM IR
2018-02-13 Peter Hawkins[TF:XLA] Implement ScatterNd.
2018-02-13 Yu-Cheng LingFix TFLite examples/image_label
2018-02-13 Francois CholletEnable Model subclassing, both in eager-mode and symbol...
2018-02-13 Jacques PienaarRollforward switch group identification with fixes.
2018-02-13 A. Unique TensorFlowerFix a typo in the comments.
2018-02-13 Bixia Zheng[XLA:GPU] Extend the CustomCall for cudnn convolutions...
2018-02-13 Igor SaprykinSupport None trainable variables that don't produce...
2018-02-13 Suharsh SivakumarAutomated g4 rollback of changelist 185420228
2018-02-12 Jianwei XieAvoid setting `ConfigProto.cluster_def` when `run_confi...
2018-02-12 Guangda LaiAdd an option to tf_gen_op_wrapper_py to make it able...
2018-02-12 A. Unique TensorFlowerAdd a caveat that pixel value range might not be preser...
2018-02-12 Jacques PienaarRename op name in comments to reflect renamed op names...
2018-02-12 Suharsh SivakumarAdd tests for visible api arguments in quantize_graph.
2018-02-12 A. Unique TensorFlowerReturn false instead of crashing in Tensor::SharesBuffe...
2018-02-12 Benoit SteinerFilter out the fake XLA devices to avoid double countin...
2018-02-12 Mark Daoustallow @{} links to break across lines.
2018-02-12 Benoit SteinerExtend the memory optimizations to also support accumul...
2018-02-12 Jianwei XieRespect the cluster spec prop during TPU system auto...
2018-02-12 Alexandre PassosScope and decorator to automatically add control depend...
2018-02-12 Suharsh SivakumarAlso add quantization step node to MODEL_VARIABLES...
2018-02-12 Sanjoy Das[TF:XLA] Bump open source llvm revision to r324889
2018-02-12 A. Unique TensorFlowerAdd missing feature in make_parse_example_spec document...
2018-02-12 A. Unique TensorFlowerAdd yield_single_examples arg to Estimator.predict
2018-02-12 Asim Shankar[Java]: Add link to samples in the tensorflow/models...
2018-02-12 Benoit SteinerEnable the use of scheduling heuristics to reduce peak...
2018-02-12 Yao ZhangSupport reduction with true keep_dims and squeeze along...
2018-02-12 A. Unique TensorFlowerAdding support for tf.reduce_sum with keep_dims=True.
2018-02-12 Yuanzhong Xu[XLA] An HLO pass that folds BF16 F32 conversions:...
2018-02-12 Sanjoy DasMake variable_ops_test optonly
2018-02-12 Neal WuChange the column name in tutorials/wide.md from 'incom...
2018-02-12 A. Unique TensorFlowerAdd support for scalars in `tf.contrib.all_reduce`.
2018-02-12 Peter Hawkins[TF:XLA] Add additional test case for tf.gather.
2018-02-12 Alexandre PassosFix shape inference bug in tensorlist
2018-02-12 Derek MurrayUpdate `tf.contrib.data` API docstring.
2018-02-12 Jacques PienaarParseNodeName fix.
2018-02-12 A. Unique TensorFlowerInternal Change
2018-02-12 Brian PattonFor debugging purposes, it can be useful to know which...
2018-02-12 A. Unique TensorFlower[XLA] Support generating tuple shaped fake data in...
2018-02-12 Vijay VasudevanProvide more diagnostic shape information in output...
2018-02-12 Guangda LaiAutomated g4 rollback of changelist 185233116
2018-02-12 Jianwei Xie[TPUEstimator] Automatically detect the TPU system...
2018-02-11 A. Unique TensorFlowerDisable flaky halton_sequence_test
2018-02-11 A. Unique TensorFlowerAdd support for kConditional to the module group scheduler.
2018-02-10 A. Unique TensorFlowerGetting rid of unnecessary GPUDevice typedef.
2018-02-10 A. Unique TensorFlowerAdd python/util/is_in_graph_mode.py
2018-02-10 A. Unique TensorFlowerAutomated g4 rollback of changelist 185073515
2018-02-10 Yao ZhangDo not convert layout for Select if condition input...
2018-02-10 Guangda LaiFix grappler to use CudaGpuId instead of TfGpuId to...
2018-02-10 Sanjoy DasAdd a test that exhaustively checks Log/Exp/Tanh
2018-02-10 Skye Wanderman... import_graph_def: support "absolute" names with the...
2018-02-10 A. Unique TensorFlower[XLA:Tool] Make Hlo parser report the location of the...
2018-02-10 Kay Zhu[XLA] Implement GeneralDot semantics in HloEvaluator.
2018-02-10 Yuefeng ZhouUse x*x instead of x^2 to calculate square in huber...
2018-02-10 Gunhan GulsoyDisable flaky spinn_test
2018-02-10 Yifei FengAdd pylint check for W0622 redefined-builtin in ci_sani...
2018-02-09 Andrew SelleAdd delegate API to tflite.
2018-02-09 A. Unique TensorFlower[XLA] Use a real priority queue in list scheduling
next