aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels
Commit message (Expand)AuthorAge
...
* | | | | | Preprocess the protobuff input for parse_tensor_op.Gravatar Mihai Maruseac2018-09-26
* | | | | | Fix potential use-after-free in the training ops.Gravatar Derek Murray2018-09-26
* | | | | | [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* | | | | | Public no-op.Gravatar Christopher Olston2018-09-26
* | | | | | Public no-op.Gravatar Christopher Olston2018-09-26
* | | | | | [tf.data] Adding serialization support for `StatsAggregatorDatasets` to make ...Gravatar Jiri Simsa2018-09-26
* | | | | | The GeneratorDataset init function was being run during Initialization which ...Gravatar Rohan Jain2018-09-26
* | | | | | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | | * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-26
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | Adding check around AddFunctionLibraryGravatar Niranjan Hasabnis2018-09-25
* | | | | | Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* | | | | | [TF TensorArray] TensorSetZero supports bool types.Gravatar Eugene Brevdo2018-09-25
* | | | | | Boosted trees: Adding categorical split support to prediction ops.Gravatar A. Unique TensorFlower2018-09-25
| * | | | | Some changes for CHECK.Gravatar Pan Daoxin2018-09-25
* | | | | | Fix memory leak of a Var resource in the multiple variable-handling kernels.Gravatar Derek Murray2018-09-24
| * | | | | Some minor changes.Gravatar Pan Daoxin2018-09-25
* | | | | | Automated rollback of commit edbc6e078ad306021eeb95827a7451892b35f859Gravatar A. Unique TensorFlower2018-09-24
* | | | | | Split up SPARSE_DEPS, adding each individual dependency only to the sparseGravatar A. Unique TensorFlower2018-09-24
* | | | | | [tf.data] Add `tf.contrib.data.Optional` support to `Structure`.Gravatar Derek Murray2018-09-23
* | | | | | Merge pull request #21715 from hsgkim:volume_patchesGravatar TensorFlower Gardener2018-09-23
|\ \ \ \ \ \
* | | | | | | Moving MultiDeviceIterator from contrib to core.Gravatar Rohan Jain2018-09-23
* | | | | | | Correctly compute loop bounds in pack_rhs_mem for convolutions.Gravatar Eugene Zhulenev2018-09-21
* | | | | | | Document custom contraction mappers for convolutions.Gravatar Eugene Zhulenev2018-09-21
* | | | | | | Merge pull request #22157 from yongtang:22054-TensorArray-int64Gravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #22147 from girving:intGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ \ \ \
| | | | | | | * | Removing dead code. With the addition of mkl slice using MKL DNN this code wi...Gravatar AG Ramesh2018-09-21
* | | | | | | | | [data-stats] Collects prefetch `buffer_size` and `buffer_capacity` as scalar,...Gravatar Shivani Agrawal2018-09-21
* | | | | | | | | Fix cub include path so that TensorFlow compiles when used as a bazel depende...Gravatar A. Unique TensorFlower2018-09-20
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Fixes regression to tf.Print that removed square braces around printed tensors.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | [tf.data] Moving auto-tuning optimizations into a background thread, refactor...Gravatar Jiri Simsa2018-09-20
* | | | | | | | [tf.data] Fixes for two recently introduced use-after-free bugs.Gravatar Derek Murray2018-09-20
* | | | | | | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | [data-stats] Adds number of filtered elements as scalar summary, also adds nu...Gravatar Shivani Agrawal2018-09-20
| | | | | * | | Fix for failing eager:function_testGravatar Niranjan Hasabnis2018-09-20
* | | | | | | | BEGIN_PUBLICGravatar James Qin2018-09-19
* | | | | | | | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | | Fixes bits/bytes unit error in comment.Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | | Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | | Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | | Putting `NodeExecStatsWrapper` behind an interface and providing a light-weig...Gravatar Jiri Simsa2018-09-18
* | | | | | | | Automated rollback of commit b1ff7c2cedcc7d49d430d56655870e6d68a0c8f7Gravatar Derek Murray2018-09-18
* | | | | | | | Creating an InstantiatedCapturedFunction that captures the instantiated state...Gravatar Rohan Jain2018-09-18
| * | | | | | | Make tf.random_uniform([0], maxval=0, dtype=tf.int32) not crashGravatar Geoffrey Irving2018-09-18
|/ / / / / / /
* | | | | | | Add a fuzzer to test DecodeCompressedGravatar David G. Andersen2018-09-18
* | | | | | | Register fp16 reduce_max on GPUGravatar James Qin2018-09-17
| | | | * | | Addressing review comments: indentationGravatar Niranjan Hasabnis2018-09-17
* | | | | | | Changing `OpInputList` so that it is a forward iterator and taking advantage ...Gravatar Jiri Simsa2018-09-17
* | | | | | | [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* | | | | | | Add benchmarks comparing Mkl vs Default Conv2D ops.Gravatar Eugene Zhulenev2018-09-17