aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime
Commit message (Expand)AuthorAge
...
* | | | | Use a single thread in eager if inter_op_parallelism_threads isn't specified.Gravatar Akshay Modi2018-09-17
| |_|/ / |/| | |
| | | * [Intel MKL] Fixes for unit test failuresGravatar Niranjan Hasabnis2018-09-14
* | | | [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
| |_|/ |/| |
* | | Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* | | Replace iter->second with partition_graph in DirectSession::RunGravatar James Keeling2018-09-13
* | | Remove dead code.Gravatar Asim Shankar2018-09-12
* | | Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* | | Removes option of pass-through runner on eager execution.Gravatar Alexandre Passos2018-09-11
* | | [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* | | Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* | | Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* | | Merge pull request #21912 from Intel-tensorflow:nhasabni/memallocatorGravatar TensorFlower Gardener2018-09-10
|\ \ \
* | | | Log all tensor allocations in eager mode when VLOG_IS_ON.Gravatar Akshay Modi2018-09-10
* | | | Enable unused "_Arg" nodes to be pruned from a function body.Gravatar Derek Murray2018-09-06
| * | | Fixing clang format error - v2Gravatar Niranjan Hasabnis2018-09-06
| * | | Fixing clang formatting issueGravatar Niranjan Hasabnis2018-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
| * | | Merge branch 'master' into nhasabni/memallocatorGravatar Niranjan Hasabnis2018-09-05
| |\ \ \ | |/ / / |/| | |
| * | | Addressing review commentsGravatar Niranjan Hasabnis2018-09-05
| * | | Addressing review commentsGravatar Niranjan Hasabnis2018-09-05
* | | | Alias tensorflow::gtl::InlinedVector to absl::InlinedVectorGravatar Benjamin Kramer2018-09-05
* | | | There were two different error reporting formats within TensorFlow: `{{key va...Gravatar A. Unique TensorFlower2018-09-04
* | | | Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* | | | Added a new eager C API TFE_NewContextFromSession(), where TFE_NewContext willGravatar Mingsheng Hong2018-09-04
* | | | BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
* | | | Currently there are two formats for error reporting inside TensorFlow. This i...Gravatar A. Unique TensorFlower2018-08-31
* | | | Merge pull request #21950 from naurril:bugfix-memleakGravatar TensorFlower Gardener2018-08-31
|\ \ \ \
| | | * | Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
| |_|/ / |/| | |
* | | | Reduce overhead in Executor critical section.Gravatar Derek Murray2018-08-31
* | | | Automated rollback of commit 73a3477356990f2451e220f553c9d7782df836acGravatar Ayush Dubey2018-08-30
* | | | Initialize collective_graph_key based on the graph if unspecified in RunOptions.Gravatar Ayush Dubey2018-08-30
* | | | Merge pull request #21665 from Intel-tensorflow:static-code-scan-issuesGravatar TensorFlower Gardener2018-08-30
|\ \ \ \
* | | | | Small improvement to ring_reducer_test: add case thatGravatar A. Unique TensorFlower2018-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
* | | | | Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
* | | | | Minor performance improvements in [Process]FunctionLibraryRuntime.Gravatar Derek Murray2018-08-30
* | | | | Improve the GPU memory use discipline of CollectiveReduce.Gravatar A. Unique TensorFlower2018-08-29
* | | | | Skip links to devices that do not participate in a collective instance.Gravatar Ayush Dubey2018-08-29
* | | | | Remove :c_api dependency from common_runtime/eagerGravatar Jared Duke2018-08-29
* | | | | In BaseGPUDeviceFactory::CreateDevices() move the check for no GPU devices a ...Gravatar A. Unique TensorFlower2018-08-29
| | | | * Code formattedGravatar Naurril2018-08-29
| | * | | Fix possible memory leakGravatar naurril2018-08-29
| |/ / / |/| | |
* | | | Stop overriding destination device to nullptr (CPU:0) when its on CPUGravatar Akshay Modi2018-08-28
* | | | Refactor collectives to colocate implementation-specific code.Gravatar Ayush Dubey2018-08-27
| | * | [Intel MKL] Using default CPU allocator for small allocations in MklCPUAllocatorGravatar Niranjan Hasabnis2018-08-27
* | | | Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* | | | Support scalar tensors in collective ops.Gravatar A. Unique TensorFlower2018-08-27
* | | | Reduce the overhead of invoking an OpKernel when tracing is not enabled.Gravatar Derek Murray2018-08-26