platform/upstream/tensorflow.git
2018-01-16 Benoit SteinerEnable the removal of redundant reshapes on fed models...
2018-01-16 Skye Wanderman... Remove private Operation._input_dtypes alias.
2018-01-16 Sanjoy DasHave _check_bazel_version_at_least compare versions...
2018-01-16 Benoit SteinerUse multiple passes to improve memory since a single...
2018-01-16 Akshay AgrawalInternal API to optionally compile a template's functio...
2018-01-16 Yu-Cheng LingMake TFLite iOS build scripts executable from anywhere.
2018-01-16 A. Unique TensorFlowerRestrict the type info analysis to avoid inference...
2018-01-16 A. Unique TensorFlowerSwitch testing/... to use new test specification format
2018-01-16 A. Unique TensorFlowerAdd one single target to bundle jar & so for TensorFlow...
2018-01-16 A. Unique TensorFlowerRemoving unused ops before applying other transformatio...
2018-01-16 A. Unique TensorFlowerBatchnorm returns a tuple, but when batchnorm partition...
2018-01-16 A. Unique TensorFlowerFixes nccl_ops_test error introduced in CL 181736230.
2018-01-16 Skye Wanderman... Delete InputTypesTest in framework/ops_test.py
2018-01-16 Saurabh SaxenaRaise error when unable to parse VariantTensorDataProto...
2018-01-16 Roy Frostig[XLA] Remove RngBernoulli from the local Python XLA...
2018-01-16 A. Unique TensorFlowerAvoid unloading kernels that haven't been loaded and...
2018-01-15 Derek MurrayMigrate `tf.contrib.data` users to the stable `tf.data...
2018-01-15 Alexandre PassosFIxes non-gpu build of gpu target.
2018-01-15 Derek MurrayFix potential use-after-free bugs in the worker with...
2018-01-15 A. Unique TensorFlowerRemove lenient naming in tf.Saver.
2018-01-15 RJ RyanSupport ref types as arguments to all instances of...
2018-01-14 Suharsh SivakumarFreezeSavedModel function: Get a frozen GraphDef, input...
2018-01-14 Alexander GorbanAdd checkpoint conversion for very old models that...
2018-01-14 A. Unique TensorFlowerClean up the allocation logic in the interpreter.
2018-01-13 A. Unique TensorFlowerRename RELU1 to RELU_N1_TO_1 to indicate that the image...
2018-01-13 Justin LebarCosmetic BFCAllocator improvements.
2018-01-13 A. Unique TensorFlowerAdd support for continue / break statements. Slightly...
2018-01-13 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-01-13 Asim Shankar[Java]: Publish 1.5.0-rc1
2018-01-13 Eugene Brevdo[TF] Additional CriticalSection python wrappers.
2018-01-13 A. Unique TensorFlower[XLA] Add some scalar tests.
2018-01-13 Katherine WuFix dropout description of CudnnLSTM.
2018-01-13 A. Unique TensorFlower[XLA:TPU] Initial HLO parser/stringifier support for...
2018-01-13 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-01-13 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-01-12 Alexandre PassosImmutable differentiable tf lists.
2018-01-12 A. Unique TensorFlowerMove TPU configuration ops to run on the TPU_SYSTEM...
2018-01-12 Allen LavoieTFTS: Stop abusing _shape in unit tests
2018-01-12 A. Unique TensorFlowerDetect if the issue is from underlying tracing or tfprof.
2018-01-12 A. Unique TensorFlower* Fix bug introduced in cl/181043095: We need to update...
2018-01-12 Alexandre PassosRaise the same error for uninitialized ResourceVariable...
2018-01-12 Alexandre PassosReorganize the shared batching scheduler headers, leavi...
2018-01-12 Dan RingwaltClarify the _slice_helper (Tensor.__getitem__) docs.
2018-01-12 Bjarke Hammersholt... * Enable bfloat16 testing for DynamiscSlice and Dynami...
2018-01-12 A. Unique TensorFlowertfprof support for eager.
2018-01-12 Sanjoy Das[TF:XLA] Bump open source llvm revision to r322231
2018-01-12 Francois CholletFix integer learning phase setting in Keras.
2018-01-12 A. Unique TensorFlowerAdd _HostSend and _HostRecv to grappler
2018-01-12 A. Unique TensorFlowerMake it clear that the DeviceAssignment passed to an...
2018-01-12 Olivia Nordquistfixes _softmax function so that nn.softmax(...) and...
2018-01-12 A. Unique TensorFlowerInitialize context handle before enable_run_metadata.
2018-01-12 Amit PatankarUpdating the docker login command. The email flag is...
2018-01-12 A. Unique TensorFlowerAdds some logging around model creation.
2018-01-12 Andrew SelleSmall bug fix visualize.
2018-01-12 Derek Murray[tf.data] Update docstrings to point to `tf.data.Datase...
2018-01-12 Andrew SelleAdd python script that can visualize models by producin...
2018-01-12 Jacques PienaarEnable passing CSE consider_fn through GraphOptimizer...
2018-01-12 Mustafa IspirMade Dataset as a main reference for input_fn preparation.
2018-01-12 Jacques Pienaar[TFXLA] Don't rely on CSE to dedup args.
2018-01-12 Mark DaoustFormatting fixes
2018-01-12 RJ RyanUpdate Eigen to 14e1418fcf12985861f17131e6de94adb4c7b630.
2018-01-12 Blake HechtmanGenerate more numerically stable random inputs.
2018-01-12 A. Unique TensorFlowerMoves CUDA-only condition of NCCL further up to depende...
2018-01-12 A. Unique TensorFlowerAdjust feature name in `features` field of generic...
2018-01-12 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-01-12 Benoit SteinerAvoid creating swap nodes multiple times if the memory...
2018-01-12 A. Unique TensorFlowerImprove performance of several utility functions in...
2018-01-12 Justine TunneyCreate loader and vacuum tools for TensorBoard DB
2018-01-12 A. Unique TensorFlowerReduce memory allocations in GCS client
2018-01-12 Benoit SteinerDon't optimize AddN nodes with 2 or fewer inputs
2018-01-12 A. Unique TensorFlowerK-FAC: Utility function for scheduling N ops per global...
2018-01-12 Justine TunneyImplement legacy tensor->summary methods on DB writer
2018-01-12 A. Unique TensorFlowerAdd support for if conditionals. Fix a bug in the activ...
2018-01-12 Justine TunneyMove SummaryFileWriter alongside SummaryDbWriter
2018-01-12 Justin Lebar[XLA:GPU] Add an @llvm.assume(linear_index < threads_pe...
2018-01-12 A. Unique TensorFlowerAdd missing AndroidManifest to TensorFlow Lite Java...
2018-01-12 Derek MurraySwitch `tf.parse_single_example()` to use the fused...
2018-01-12 Justine TunneyAdd reservoir sampling to DB summary writer
2018-01-11 A. Unique TensorFlowerDon't log to ERROR if an unsupported type is encountere...
2018-01-11 A. Unique TensorFlowerThis change is to add more control over when multiproce...
2018-01-11 A. Unique TensorFlowerK-FAC: Add (cov|inv)_update_(ops|thunks) to FisherEstim...
2018-01-11 Skye Wanderman... Sundry small changes to enable the C API in more tests.
2018-01-11 A. Unique TensorFlowerOpen-source TPU Embedding Op definitions.
2018-01-11 A. Unique TensorFlowerFixes flaky step counting test in dnn_linear_combined_test
2018-01-11 A. Unique TensorFlower* Added code to delegate LSTM operation to NN API....
2018-01-11 Martin WickeMake Exporters export stripped SavedModels. This improv...
2018-01-11 Derek Murray[tf.data] Change the IteratorBase::RestoreInternal...
2018-01-11 A. Unique TensorFlowerAdds Mean op to Tensorflow Lite.
2018-01-11 Justin Lebar[XLA:GPU] Get rid of unnecessary urem in IrArray with...
2018-01-11 A. Unique TensorFlowerMake best model export strategy preemption-safe.
2018-01-11 A. Unique TensorFlowerFixes a tiny typo in the usage message.
2018-01-11 Justine TunneySet SQLite page_size to 4096 by default
2018-01-11 A. Unique TensorFlowerAdd option to specify output alignment for BundleWriter.
2018-01-11 A. Unique TensorFlowerbackward compat: Prevent changes to attr's default...
2018-01-11 Benoit SteinerImplemented heuristic to decrease memory utilization...
2018-01-11 A. Unique TensorFlowerAdd speech endpointer model test for TF-lite.
2018-01-11 A. Unique TensorFlowerAdd missing tf.contrib.receptive_field dependencies.
2018-01-11 A. Unique TensorFlowerIncrease number of inlined elements in EdgeSet from...
2018-01-11 Gunhan GulsoyEnable stacktrace printing ont test failures for python...
2018-01-11 Chris YingRemove debugging print statement from tf.image.random_f...
next