aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Add some extra DebugString() functions to shape_inference. Currently unused, ...Gravatar Peter Hawkins2018-06-15
* Provides a more fine-grained option for each thread to controlGravatar A. Unique TensorFlower2018-06-15
* Fix segfault in ConstantFolding::MaterializeShapes when the first input to Te...Gravatar A. Unique TensorFlower2018-06-15
* Reuse duplicated reference ops in optimized_ops.hGravatar A. Unique TensorFlower2018-06-15
* Broad refactoring (part 2): Introduce a module dedicated to AutoGraph-specifi...Gravatar Dan Moldovan2018-06-15
* Add DeviceSet to SingleMachine, so we can use the OptimizeGraph() tool to callGravatar Guangda Lai2018-06-15
* Support model parallelism in PER_HOST_V2 input pipeline.Gravatar Youlong Cheng2018-06-15
* [TF2XLA] Remove the last unncessary host-to-device memcpy, and remove theGravatar Kay Zhu2018-06-15
* Refactor loader.load function into a class that splits the graph loading and ...Gravatar Katherine Wu2018-06-15
* contrib.timeseries: sets the predictions dict in EstimatorSpec for evaluation...Gravatar Younghee Kwon2018-06-15
* [XLA] Don't implement kCrossReplicaSum case in HloInstruction::IdenticalSlowP...Gravatar A. Unique TensorFlower2018-06-15
* Add test of TOKEN primitive type which uses conditionals.Gravatar Mark Heffernan2018-06-15
* [XLA] Switch PostOrder accessors to use std::vector instead of std::list.Gravatar Benjamin Kramer2018-06-15
* Fix: DepthwiseConv2D fails when bias is enabledGravatar Pavithra Vijay2018-06-15
* Disable long running tests in fastbuild mode.Gravatar Gunhan Gulsoy2018-06-15
* Fix a bug in dependency optimizer: Repeated inputs would not get converted to...Gravatar A. Unique TensorFlower2018-06-15
* [TF:XLA] Update comment on xla_compiler.h to match the code.Gravatar Peter Hawkins2018-06-15
* Increase gru_test test sizeGravatar Pavithra Vijay2018-06-15
* [TF:XLA] Validate the control flow structure in encapsulate_subgraphs_pass an...Gravatar A. Unique TensorFlower2018-06-15
* Minor python change to remove doing unnecessary work in resource variablesGravatar Akshay Modi2018-06-15
* Add XLA support for the error function (and complement).Gravatar Russell Power2018-06-15
* Fix Makefile build for benchmarking code.Gravatar Shashi Shekhar2018-06-15
* Broad refactoring (part 1): Introduce a module dedicated to symbols that are ...Gravatar Dan Moldovan2018-06-15
* Adds warm start capability to tf.contrib.estimator.DNNEstimatorGravatar A. Unique TensorFlower2018-06-15
* Update demo app to use nightly TFLite build instead of latest release build.Gravatar Alan Chiao2018-06-14
* Add resource type to Switch op.Gravatar A. Unique TensorFlower2018-06-14
* Improves the docstring and comments about feature column library.Gravatar Jianwei Xie2018-06-14
* Added comment to explain plugging on external sharding normalizers.Gravatar A. Unique TensorFlower2018-06-14
* Disable collective ops support on Android builds.Gravatar Timon Van Overveldt2018-06-14
* Move xla_sharding related code to third_partyGravatar Youlong Cheng2018-06-14
* [tf.data] Internal refactor of `tf.data.contrib.map_and_batch()`, switching f...Gravatar Jiri Simsa2018-06-14
* Increase the numerical tolerance threshold temporarily to make the test pass.Gravatar Guangda Lai2018-06-14
* Split out HloAllReduceInstruction as a subclass of HloInstruction.Gravatar A. Unique TensorFlower2018-06-14
* Increase tolerance for depthwise convolution gradient tests.Gravatar A. Unique TensorFlower2018-06-14
* Correctly build and link in the GCS control opsGravatar Brennan Saeta2018-06-14
* Add HWNC and HWCN data format supportGravatar A. Unique TensorFlower2018-06-14
* Small refactoring of code to check device crossing in dependency optimizer.Gravatar A. Unique TensorFlower2018-06-14
* Speed up shuffle_dataset_op_test.Gravatar Saurabh Saxena2018-06-14
* [TF:XLA] Account for subcomputations in heap simulator during scheduling.Gravatar Dimitris Vardoulakis2018-06-14
* Convert log(x+1) to log1p(x).Gravatar A. Unique TensorFlower2018-06-14
* Automated g4 rollback of changelist 196296096Gravatar A. Unique TensorFlower2018-06-14
* [tf.data] Adding support for tf.data.Dataset.prefetch(buffer_size=0).Gravatar Jiri Simsa2018-06-14
* Export build_toco_convert_protosGravatar Suharsh Sivakumar2018-06-14
* [tf.data] Convert GeneratorDataset to use StructuredFunctionWrapper.Gravatar Derek Murray2018-06-14
* Internal Change.Gravatar A. Unique TensorFlower2018-06-14
* Clarify reuse documentation in variable_scope and eager.Gravatar Alexandre Passos2018-06-14
* Automated g4 rollback of changelist 200414970Gravatar Yu-Cheng Ling2018-06-14
* Install Keras dependencies.Gravatar Yifei Feng2018-06-14
* Add support for TOKEN type to CPU/GPU backends.Gravatar Mark Heffernan2018-06-14
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-06-14