platform/upstream/tensorflow.git
2018-03-06 gracehoneyRevert the changes of ScopedActivateExecutorContext...
2018-03-06 gracehoneyFix std::string and unused Status problems
2018-03-06 gracehoneyFix the include for cuda_runtime_api.h
2018-03-06 Sami KamaFix enum ints
2018-03-05 jjsjann123removing unused variables
2018-03-05 Sami KamaMore variable renaming
2018-03-05 Sami KamaChange variable naming
2018-03-05 Jieremove cudaSetDevice with tensorflow ScopedActivateExec...
2018-03-05 Sami KamaRemove debug messages and fix logger
2018-03-05 Sami KamaFixes for PR comments
2018-03-02 Sami KamaInt8, FP16 and new ops support
2018-03-02 Sami KamaChange consts
2018-03-02 Sami KamaRemove debug from config
2018-03-02 Sami KamaMerge branch 'tftrt_int8' of github.com:NVIDIA/tftrt...
2018-03-02 Sami KamaFixes for PR
2018-03-02 Jie[removing converter type check]
2018-03-02 Sami KamaUncomment google preprocessor conditionals
2018-03-02 Sami KamaMerging upstream
2018-03-02 Sami KamaMerge with upstream
2018-03-02 Sami KamaUpdate testing script and README.md
2018-03-02 Yifei FengMerge pull request #17365 from imsheridan/fix_error_link
2018-03-02 Yifei FengMerge pull request #17335 from giuscri/fix-doc-error
2018-03-02 Sami KamaScaffolding for int8 calibration in TF-TRT (#17309)
2018-03-02 Sami KamaMake segmentation option configurable
2018-03-01 Fred ReissClean up output formatting of saved_model_cli.py (...
2018-03-01 Tatiana ShpeismanMerge pull request #17004 from Intel-tensorflow/relu_bn...
2018-03-01 Guozhong ZhuangFix improper comments such as tf --> TensorFlow
2018-03-01 imsheridanFix the error activation function link in custom_estimators
2018-03-01 ImSheridanFix some minor typos in get started docs to keep consis...
2018-03-01 4d55397500Fix return value in sampled_softmax_loss
2018-02-28 GiuseppeFix markdown error in documentation.
2018-02-28 Loo Rong Jie[Windows] Copy NominalCPUFrequency from Abseil (#16905)
2018-02-28 MandarJKulkarniFix typos in profiler.h (#16938)
2018-02-28 vihanjainPull request for fixing warm-starting device placement...
2018-02-27 Sami KamaSet oplib visibility to public
2018-02-27 Gunhan GulsoyBump the version of CUB in cmake build.
2018-02-27 A. Unique TensorFlowerEnable dynamic function calls. These are compiled just...
2018-02-27 A. Unique TensorFlowerAdd documentation to Grappler RewriterConfig to give...
2018-02-27 A. Unique TensorFlowerImprove error handling in strided_slice_op to fail...
2018-02-27 A. Unique TensorFlowerAutomated g4 rollback of changelist 187092622
2018-02-27 Brennan SaetaAdd helpers to stream data from the GCE VM to a Cloud...
2018-02-27 Skye Wanderman... Fix bug in deserializing CondContexts.
2018-02-27 Francois CholletFixes and simplification in the Keras training engine.
2018-02-27 A. Unique TensorFlowerMake sure rounding and handling of denormals in Grapple...
2018-02-27 A. Unique TensorFlowerRemove old implementation of the adaptive shared batche...
2018-02-27 Suharsh SivakumarModify retrain script to output TFLite compatible quant...
2018-02-27 Brennan SaetaSupport configurable stats publishers in the grpc server.
2018-02-27 Kay Zhu[XLA::Interpreter] Add support for kConditional to...
2018-02-27 A. Unique TensorFlowerFix buffer assignment for conditional instruction.
2018-02-27 A. Unique TensorFlowerConsolidate the builtin function overrides into a singl...
2018-02-27 Benoit SteinerOnly link the swapping code when compiling TensorFlow...
2018-02-27 Kay Zhu[XLA] In HloEvaluator, fix an issue for HandleAbs to...
2018-02-27 Martin WickeDeprecate tf.contrib.learn.
2018-02-27 A. Unique TensorFlower[XLA] Add more supported dtypes to the local Python...
2018-02-27 Bixia Zheng[XLA] Fix #17090 a problem in IrArray::Index::SourceInd...
2018-02-27 Alexandre PassosUses a thread pool for graph functions in eager mode...
2018-02-27 Kay Zhu[XLA::Interpreter] Add support for kCall to HloEvaluato...
2018-02-27 Skye Wanderman... Enable de/serialization of nested control flow.
2018-02-27 Sanjoy DasTrack DebugOptions in AotCompilationOptions
2018-02-27 Sanjoy Das[TF:XLA] Bump open source llvm revision to r326083
2018-02-27 A. Unique TensorFlowerAdd a function that allows to dynamically verify whethe...
2018-02-27 A. Unique TensorFlower1st version of sequential feature columns.
2018-02-27 Michael Kuperstein[XLA] GTE of a certain element of the tuple does not...
2018-02-27 Shivani AgrawalAdding documentation for dataset/iterator checkpointing.
2018-02-27 Allen LavoieTFTS: Switch to using core feature columns
2018-02-27 Akshay AgrawalUpdate eager uniform replay buffer microbenchmarks...
2018-02-27 Richard WeiInclude c_api_experimental in libtensorflow.so's depend...
2018-02-27 A. Unique TensorFlowerMaintain a cache of output dtypes of ops in TFE_Context.
2018-02-27 Jeremy LauInternal change.
2018-02-27 Alexandre PassosFix bug calling gradients_function inside custom_gradient
2018-02-27 Benoit SteinerUse optimized ops to handle GPU memory swapping: this...
2018-02-27 Anna RInternal change.
2018-02-27 A. Unique TensorFlowerAdd the internal module name prefix to the white list.
2018-02-27 Skye Wanderman... Actually expose smart_cond and smart_constant_value...
2018-02-27 Yu-Cheng LingTFLite: Ensures pointers to tensors won't be invalidate...
2018-02-27 Mingsheng HongAdded const to Node* in various parts of the code base.
2018-02-27 Sanjoy DasAdd support for parsing the "gather" HLO
2018-02-27 Asim Shankareager/examples/resnet50: Fix breakage.
2018-02-27 A. Unique TensorFlowerBring in `isbuiltin`.
2018-02-27 Guangda LaiAutomated g4 rollback of changelist 185324160
2018-02-27 Brennan SaetaIntegrate ClusterResolvers with TPUEstimator.
2018-02-27 Michael Kuperstein[XLA] Do not recompute flattened sets inside layout...
2018-02-27 Yuanzhong Xu[XLA] Add kConvert to EffectiveOperandPrecisionIsOutput...
2018-02-27 Mark DaoustDeleting references to outdated `translate/seq2seq...
2018-02-27 Alexandre PassosMove accumulate_n_v2 to core.
2018-02-27 A. Unique TensorFlowerArithemtic optimization: Rewite Sub(0, y) => Neg(y)
2018-02-27 Sanjoy DasGeneralize the gather_indices dimension that stores...
2018-02-27 Yun PengFix some breakages in TensorFlow Windows build (#17271)
2018-02-27 Nick KreegerUpgrade Jenkins/Docker build scripts to Bazel 0.11...
2018-02-27 Martin WickeFix bad wrong jpeg/nasm mirror (#17277)
2018-02-27 Sami KamaLocal FP16 conversion to workaround TRT issue
2018-02-26 Daniel TrebbienAdd missing `override' (#17098)
2018-02-26 AppledoreMerge pull request #17222 from kbsriram/pool-gradients
2018-02-26 Gunhan GulsoyMerge pull request #17279 from gunan/branch_187038889
2018-02-26 Gunhan GulsoyMerge commit for internal changes
2018-02-26 A. Unique TensorFlowerFix pip install examples to match text: Use pip and...
2018-02-26 Rui ZhaoFix print format error.
2018-02-26 Justin Lebar[XLA:GPU] Fix HLO profiling when multiple streams are...
2018-02-26 A. Unique TensorFlowerAdd __str__ method to _RefVariableProcessor.
2018-02-26 A. Unique TensorFlowerDrop the getcallargs extension as its logic had to...
next