aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Demystify MaterializeShapes a bit.Gravatar Max Galkin2018-03-12
* Make tf.add_to_collections visible.Gravatar A. Unique TensorFlower2018-03-12
* [XLA:Tools] Make hlo_runner understand --xla_hlo_profile.Gravatar A. Unique TensorFlower2018-03-12
* Don't evaluate control flow in EvaluateConstantTensor.Gravatar Skye Wanderman-Milne2018-03-12
* BREAKING_CHANGE: Split out event_ndims=0 bijectors from Affine and CholeskyOu...Gravatar A. Unique TensorFlower2018-03-12
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
* Don't use shapes unless it's safe to do so.Gravatar Benoit Steiner2018-03-12
* [tf.data] Enable Dataset.make_one_shot_iterator() and Dataset.__iter__() in e...Gravatar Derek Murray2018-03-12
* TFLite Delegate: Expose input / output tensor indicies in `Init`Gravatar Yu-Cheng Ling2018-03-12
* Fix typo in the doc: tf.multiplytiplyGravatar Max Galkin2018-03-12
* K-FAC: FisherBlocks for tf.nn.{depthwise_conv2d, separable_conv2d, convolution}.Gravatar A. Unique TensorFlower2018-03-12
* Move "hoist common factor out of aggregation" optimizationGravatar A. Unique TensorFlower2018-03-12
* [TF:XLA] Bump open source llvm revision to r327201Gravatar Sanjoy Das2018-03-12
* [TFLite] Don't require a std::vector for Interpreter::SetTensorParameters*.Gravatar Eugene Brevdo2018-03-12
* Move `loss_reduction` argument from `replicate_model_fn` to `TowerOptimizer.Gravatar Igor Saprykin2018-03-12
* Add is_discrete, is_continuous, is_bounded methods to TensorSpecs.Gravatar A. Unique TensorFlower2018-03-12
* Fix another eager PyObject leakGravatar Allen Lavoie2018-03-12
* Add custom_gradient function.Gravatar Joshua V. Dillon2018-03-12
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12
* [XLA] [Copy insertion] Deterministically iterate through instructions to copyGravatar Yunxing Dai2018-03-12
* Switch op_hint.py to use _set_attr.Gravatar Skye Wanderman-Milne2018-03-12
* Standardize "op" capitalization, see "adding_an_op".Gravatar Mark Daoust2018-03-12
* Improve usability of `tf.contrib.bayesflow.custom_gradient` by removing need ...Gravatar Joshua V. Dillon2018-03-12
* Transposes are can be merged into reshapes when the ordering of non-oneGravatar A. Unique TensorFlower2018-03-12
* boosted_trees: infer the output shapes of Quantiles Op from the input shapes.Gravatar A. Unique TensorFlower2018-03-12
* Avoid capturing unused variables in lambda functionsGravatar Benoit Steiner2018-03-12
* Fix race in C API.Gravatar Skye Wanderman-Milne2018-03-12
* Turn trivial Pack ops with a single input into ExpandDims ops to avoid copyin...Gravatar A. Unique TensorFlower2018-03-12
* Make default number of threads trigger the default behavior for both eigenGravatar A. Unique TensorFlower2018-03-12
* Convert Squeeze into Reshape: Support empty output shapes.Gravatar A. Unique TensorFlower2018-03-12
* Supporting quantization of Gather ops and removal of trivial Relu1s when quan...Gravatar A. Unique TensorFlower2018-03-12
* Plug a few more PyObject leaks, test for them.Gravatar Allen Lavoie2018-03-12
* Don't let the grappler item builder fail if the graph contains unknown customGravatar Benoit Steiner2018-03-12
* Don't remove identity nodes if they follow a device crossing and have consume...Gravatar A. Unique TensorFlower2018-03-12
* ResourceScatterUpdate: Gracefully handle inconsistent indices and updates inGravatar Asim Shankar2018-03-12
* Turn on function optimization by defaultGravatar Benoit Steiner2018-03-12
* Reuse the linear index when broadcasting a contiguous range of dimensions.Gravatar A. Unique TensorFlower2018-03-12
* Lint some files.Gravatar A. Unique TensorFlower2018-03-12
* this test is also timing out in cuda so disabling for nowGravatar Olivia Nordquist2018-03-12
* propagate fix from tensorflow/models#3561Gravatar Mark Daoust2018-03-11
* Fix assets for the TF camera example.Gravatar Shashi Shekhar2018-03-11
* disable flaky asan testGravatar Olivia Nordquist2018-03-11
* Fix typo in description of INTERNAL error code.Gravatar Derek Murray2018-03-11
* Removed duplicate statement.Gravatar A. Unique TensorFlower2018-03-11
* Fixes a race condition in function instantiation.Gravatar Derek Murray2018-03-11
* Specify the `maximum_iterations` to tf.while_loop in tf.scan to be compatible...Gravatar A. Unique TensorFlower2018-03-11
* Selectively re-enable bfloat16 tests for the GPU backend.Gravatar Bixia Zheng2018-03-11
* Improve errors raised when an object does not match the RNNCell interface.Gravatar A. Unique TensorFlower2018-03-11
* Fix windows GPU build scripts.Gravatar Gunhan Gulsoy2018-03-10
* Adds a warning to help user to debug the TPU program hanging for predict() call.Gravatar Jianwei Xie2018-03-10