aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Re-enable the integration tests on TAP, and only disable the failing windows ...Gravatar Dan Moldovan2018-07-25
* Minor change for better error msg in eager input type checkingGravatar James Qin2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* Disable failing prefetching_ops_test.Gravatar Gunhan Gulsoy2018-07-25
* Fix inconsistency in generated AST. The argument should be not an Index node,...Gravatar Dan Moldovan2018-07-25
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
* internal change.Gravatar A. Unique TensorFlower2018-07-25
* Add a transformer correction for AST consistency. Replacing the value of an E...Gravatar Dan Moldovan2018-07-25
* Fix incorrect Load/Store context value in template expansions for attributes.Gravatar Dan Moldovan2018-07-25
* Disable broken autograph integration tests.Gravatar Gunhan Gulsoy2018-07-25
* Add missing space in error messageGravatar Sanjoy Das2018-07-25
* Adding an opportunity to skip the check for input tensor placements.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Bump open source llvm revision to r337934Gravatar Sanjoy Das2018-07-25
* Update test for StarGANModel to conform the original GANModel test.Gravatar Wesley Qian2018-07-25
* The SavedModel legacy_init_op and main_op are functionally equivalent. Here, ...Gravatar Karmel Allison2018-07-25
* Implement __index__ in EagerTensor.Gravatar Asim Shankar2018-07-25
* Fix importing a while loop into a cond.Gravatar Skye Wanderman-Milne2018-07-25
* [XLA:GPU] Use a fast approximation for tanhGravatar Benjamin Kramer2018-07-25
* Enable TensorRT build.Gravatar Guangda Lai2018-07-25
* Make NNAPI delegation support more ops.Gravatar A. Unique TensorFlower2018-07-25
* Remove install of NCCL 2.xGravatar Toby Boyd2018-07-25
* Changing the dataset linkGravatar A. Unique TensorFlower2018-07-25
* Reorder the dependencies to make sure trt appears before tflite, so the buildGravatar Guangda Lai2018-07-25
* [XLA] Simplify trivial dynamic-slices regardless of the start indices.Gravatar Michael Kuperstein2018-07-25
* [XLA] DynamicSlice and DynamicUpdateSlice OOB behavior is now well-defined.Gravatar Michael Kuperstein2018-07-25
* Refine JNI exception when tensor allocation failsGravatar Jared Duke2018-07-25
* An ErrorReporter to be used in tests.Gravatar A. Unique TensorFlower2018-07-25
* Reraise full exception context when handling errors.Gravatar Russell Power2018-07-25
* Support for shape attributes in custom ops for TocoGravatar A. Unique TensorFlower2018-07-25
* Fix dependency overwriting in _add_variable_with_custom_getterGravatar Allen Lavoie2018-07-25
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-07-25
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-07-25
* [XLA:GPU] Limit number of operands on multi-output fusion nodes.Gravatar Justin Lebar2018-07-25
* This change started with an intention of adding an attribute to cast ops to d...Gravatar A. Unique TensorFlower2018-07-25
* Warn if creating a MultiRNNCell with multiple identical cell objects.Gravatar James Keeling2018-07-25
* Internal ChangeGravatar A. Unique TensorFlower2018-07-25
* Small changes to interpreter.{h,cc}: refactoring plus improved error message.Gravatar A. Unique TensorFlower2018-07-25
* Colab demonstrating the overhead of AutoGraph and Eager vs. a vectorized grap...Gravatar A. Unique TensorFlower2018-07-25
* In grpc_server_lib.cc initialize master_env_.collective_executor_mgrGravatar A. Unique TensorFlower2018-07-25
* Remove duplicate code.Gravatar Adrian Kuegel2018-07-25
* Merge pull request #21080 from adoda:masterGravatar TensorFlower Gardener2018-07-24
|\
* | Internal change.Gravatar A. Unique TensorFlower2018-07-24
* | Added support for build on subclass modelsGravatar Raymond Yuan2018-07-24
* | Added QuantizedMatMul to OpLevelCostEstimator.Gravatar A. Unique TensorFlower2018-07-24
* | Keras ReLU ConsolidationGravatar A. Unique TensorFlower2018-07-24
* | use parameterized test in rmspropGravatar Zhenyu Tan2018-07-24
* | Tabularized the VLOGs printing per-op execution times to make it easier to se...Gravatar A. Unique TensorFlower2018-07-24
* | [XLA] Fix up table formatting in Map semantics.Gravatar Michael Kuperstein2018-07-24
* | Correct natural exp decay documentation.Gravatar Zhenyu Tan2018-07-24