platform/upstream/tensorflow.git
2018-02-14 Chris Leary[XLA:python] Plumb method to get program shape / return...
2018-02-14 A. Unique TensorFlowerAdd the utils module to the uncompiled whitelist.
2018-02-14 A. Unique TensorFlowerExposing a tensor_list data structure
2018-02-14 Sanjoy Das[TF:XLA] Bump open source llvm revision to r325135
2018-02-14 A. Unique TensorFlowerFixing IdentifyRelu1 transform to recognize min+max...
2018-02-14 Jonathan HseuReturn Status instead of bool in Init(), Flush(), and...
2018-02-14 Roy Frostig[XLA] Add a test for map with static operands in the...
2018-02-14 A. Unique TensorFlowerMinor refactoring: rename the _canonicalization.py...
2018-02-14 A. Unique TensorFlowerCheck if ops used in the model are supported by op...
2018-02-14 Yu-Cheng LingChange the title of the compatibility guide document
2018-02-14 A. Unique TensorFlowerMake the TF Lite test driver more informative.
2018-02-14 David G. AndersenCall png_error if reading fails
2018-02-14 A. Unique TensorFlowerAdding specialized logic for depthwise convolution...
2018-02-14 A. Unique TensorFlowerTensorflow driver to execute the given tf graphdef...
2018-02-14 A. Unique TensorFlowerFactor VectorOfTensors out of concatenation.cc
2018-02-14 Alexandre PassosAPI incompatibility fix in _UnreadVariable
2018-02-14 A. Unique TensorFlowerCanonicalize list comprehensions into equivalent for...
2018-02-14 Noah EisenDecreases number of gRPC polling threads from 8 to 2.
2018-02-14 A. Unique TensorFlowerBuild file bug fix for iOS simulators.
2018-02-14 Ian Langmoreeffective_sample_size kwarg change (same default behavior).
2018-02-14 A. Unique TensorFlowerFix the comment for the return type _dnn_model_fn and...
2018-02-14 Shanqing Caitfe SPINN example: Add inference; fix serialization
2018-02-14 Peter Hawkins[TF:XLA] Tag reverse_sequence test as optonly, increase...
2018-02-14 Francois CholletFix tf.keras progbar display.
2018-02-14 Anjali SridharFor models running in Eager mode, do not update the...
2018-02-14 A. Unique TensorFlowerAutomated g4 rollback of changelist 185598764
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`.
next