aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core
Commit message (Expand)AuthorAge
...
* | Log all tensor allocations in eager mode when VLOG_IS_ON.Gravatar Akshay Modi2018-09-10
* | Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* | Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* | Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-07
* | Merge pull request #22045 from yongtang:20199-NonMaxSuppressionV2-float16Gravatar TensorFlower Gardener2018-09-07
|\ \
* | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-07
* | | Add missing dependency to tensorflow/core:common_runtime/mkl_threadpool_devic...Gravatar A. Unique TensorFlower2018-09-07
* | | Fixed small nits in WhitelistedStatefulOpRegistryGravatar Piotr Padlewski2018-09-07
* | | [TF lookup] Read-only ops acquire a shared lock instead of an exclusive lock.Gravatar Eugene Brevdo2018-09-07
* | | [tf.data] Adding `use_inter_op_parallelism` attr to `ParallelMapDataset` and ...Gravatar Jiri Simsa2018-09-07
* | | Accept unknown output_shapes for MapDefun op.Gravatar Rachel Lim2018-09-07
* | | C++17 fix: call only APIsGravatar A. Unique TensorFlower2018-09-07
* | | Run graph optimization passes in PartitionedCallOp.Gravatar Akshay Agrawal2018-09-07
* | | Automated rollback of commit 9b15806d96cdb1ecaac1400582a01e3944b58406Gravatar Gunhan Gulsoy2018-09-07
* | | Fix bug in flops computation in eigen_benchmark_cpu_test.Gravatar Eugene Zhulenev2018-09-07
* | | [data-stats] Adds `buffer_utilization` statistics for PrefetchDataset.Gravatar Shivani Agrawal2018-09-07
* | | Remove some undefined behavior in DynamicStitchOpGravatar Allen Lavoie2018-09-07
* | | Re-enable identity transpose removal across chains optimization in Grappler.Gravatar A. Unique TensorFlower2018-09-07
* | | mkl_pooling_ops_common.cc: convert asserts to DCHECKs.Gravatar A. Unique TensorFlower2018-09-07
* | | tfdbg: adjust the scope of mutex for keeping track of disk usageGravatar Shanqing Cai2018-09-07
* | | Set meta_optimizer to use custom graph optimizers for both toggling optimizer...Gravatar A. Unique TensorFlower2018-09-06
* | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-06
* | | Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* | | Add compression options to Python's TFRecordOptionsGravatar A. Unique TensorFlower2018-09-06
* | | [tf.data] Adding support for `num_parallel_calls` to `tf.data.Dataset.interle...Gravatar Jiri Simsa2018-09-06
* | | [tf.data] Fix in AutoTune prefetch buffer sizes.Gravatar Shivani Agrawal2018-09-06
* | | Simplify BUILD rule for MKL transpose op.Gravatar A. Unique TensorFlower2018-09-06
* | | Enable unused "_Arg" nodes to be pruned from a function body.Gravatar Derek Murray2018-09-06
* | | Internal change.Gravatar A. Unique TensorFlower2018-09-06
| | * Fixing clang format error - v2Gravatar Niranjan Hasabnis2018-09-06
| | * Fixing clang formatting issueGravatar Niranjan Hasabnis2018-09-06
* | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-06
* | | Add StaticRegexFullMatch which can be used in place of RegexFullMatch when th...Gravatar A. Unique TensorFlower2018-09-06
* | | Add feature_util build target so the library can be included in a lightweight...Gravatar A. Unique TensorFlower2018-09-06
* | | Extend ConditionalAccumulator with SUM functionality.Gravatar Zhenyu Tan2018-09-06
* | | Replace Placeholder with Const to GrapplerFunctionItem for function shape inf...Gravatar Doe Hyun Yoon2018-09-06
* | | Documentation fix for tf.regex_full_matchGravatar A. Unique TensorFlower2018-09-06
* | | Documentation fixes for segment_* and unsorted_segment_* opsGravatar A. Unique TensorFlower2018-09-06
* | | [FLR] Simplify the Run() (custom callframe) implementation.Gravatar Derek Murray2018-09-05
* | | Add `TraceCollector::IsEnabled(bool)` method in order to test when tracing is...Gravatar Derek Murray2018-09-05
| * | Add default type as DT_FLOAT to maintain backward-compatibilityGravatar Yong Tang2018-09-06
| * | Upcast to float for better conversion, based on review feedback.Gravatar Yong Tang2018-09-06
* | | changes to ctc_beam_searchGravatar A. Unique TensorFlower2018-09-05
* | | [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* | | Add cuboid convolution benchmarks.Gravatar Eugene Zhulenev2018-09-05
| | * Merge branch 'master' into nhasabni/memallocatorGravatar Niranjan Hasabnis2018-09-05
| | |\ | |_|/ |/| |
| | * Addressing review commentsGravatar Niranjan Hasabnis2018-09-05
* | | [tf.data] Surface errors correctly in MapDefunOp by using different Cancellat...Gravatar Rachel Lim2018-09-05
| | * Addressing review commentsGravatar Niranjan Hasabnis2018-09-05