aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge pull request #21694 from Intel-tensorflow:mkl_bazel_upgradeGravatar TensorFlower Gardener2018-08-30
|\
* | Add a warning when `tf.train.start_queue_runners()` is called with no queue r...Gravatar Derek Murray2018-08-30
* | Enable quantization support for TopKGravatar Ben Lee2018-08-30
* | Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* | Change the data type of mean_values and std_dev_values to float.Gravatar Yunlu Li2018-08-30
* | Add `num_gpus_per_worker` argument to MirroredStrategy.Gravatar Yuefeng Zhou2018-08-30
* | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
* | First checkin of XRT primitives to call XLA computations directly viaGravatar A. Unique TensorFlower2018-08-30
* | Respect name parameter when constructing Resnet50 class.Gravatar Akshay Modi2018-08-30
* | Fix documentation of variable constraint, aggregation, synchronization.Gravatar A. Unique TensorFlower2018-08-30
* | Add a cast to labels when computing sparse categorical crossentropy to ensure...Gravatar Karmel Allison2018-08-30
* | Refactor reduce_sum, reduce_prod, reduce_max, reduce_min, reduce_anyGravatar A. Unique TensorFlower2018-08-30
* | Keras Initializers change to default values for RandomUniform, RandomNormal,Gravatar A. Unique TensorFlower2018-08-30
* | [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* | Adding support for resolving constant Exp ops.Gravatar A. Unique TensorFlower2018-08-30
* | Add build_tag_filters that mirror the default test_tag_filters.Gravatar Amit Patankar2018-08-30
* | Small improvement to ring_reducer_test: add case thatGravatar A. Unique TensorFlower2018-08-30
* | We now also log the exception which is thrown while running the session.Gravatar A. Unique TensorFlower2018-08-30
* | Unwrapping per_device hooks in estimator.Gravatar Yuefeng Zhou2018-08-30
* | Force-place QR ops on CPU.Gravatar Alexandre Passos2018-08-30
* | Make dtype in Image class actually modifiable.Gravatar A. Unique TensorFlower2018-08-30
* | Add NDK r16 to Bazel's supported range of NDKs.Gravatar A. Unique TensorFlower2018-08-30
* | Make SummaryAtEndHook work even if there are no summaries in the graph.Gravatar A. Unique TensorFlower2018-08-30
* | [XLA] xla::ContainersEqual -> absl::c_equalGravatar Benjamin Kramer2018-08-30
* | tfdbg: fix a bug in the example debug_tflearn_irisGravatar Shanqing Cai2018-08-30
* | Emit target address for outfeedGravatar Sanjoy Das2018-08-30
* | Update some numbers.Gravatar Shashi Shekhar2018-08-30
* | Deprecate `tf.train.QueueRunner` and related APIs.Gravatar Derek Murray2018-08-30
* | Avoid using bracket initializer for vector initializer with correct types.Gravatar Suharsh Sivakumar2018-08-30
* | Add parallel evaluation and blacklist support.Gravatar Shashi Shekhar2018-08-30
* | Move legacy ops to the legacy files.Gravatar A. Unique TensorFlower2018-08-30
* | Remove explicit tape watching in backprop tests.Gravatar Tom Hennigan2018-08-30
* | Add lowering pass for functional While op.Gravatar Saurabh Saxena2018-08-30
* | Set collective_executor in function CallOp from OpKernelContext.Gravatar Ayush Dubey2018-08-30
* | Make sure the platform is initialized before use.Gravatar A. Unique TensorFlower2018-08-30
* | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-08-30
* | [XLA] xla::ArrayContains -> absl::c_linear_searchGravatar Benjamin Kramer2018-08-30
* | Finish Pack operator, marking as quantizable.Gravatar A. Unique TensorFlower2018-08-30
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-08-30
* | Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* | Consolidate refactoring of runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
* | Fix typo in low latency svdf model.Gravatar A. Unique TensorFlower2018-08-30
* | Skip zeros call if unrequired in backprop for SparseSoftmaxCrossEntropyWithLo...Gravatar Akshay Modi2018-08-30
* | TensorListScatter and TensorListGatherGravatar Alexandre Passos2018-08-30
* | Fixes a data race condition in tfdbg that could lead to using moreGravatar Stanley Bileschi2018-08-30
* | Remove no-op COMPUTE_CAPABILITIES variableGravatar Austin Anderson2018-08-30
* | Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
* | Fix the documentation of tf.foldl to not try to fold a scalar.Gravatar Alexandre Passos2018-08-30
* | Use an ImageProjectiveTransformV2 op for backwards compatibility (#17011).Gravatar Dan Ringwalt2018-08-30
* | StridedSlice gradient more efficient in tfe.Gravatar Alexandre Passos2018-08-30