aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime
Commit message (Expand)AuthorAge
* Allow the executor type for a function to be specified as an attr on a function.Gravatar Derek Murray2018-10-10
* Add a tracing::ScopedActivity event to track the duration of a Session::Run()Gravatar A. Unique TensorFlower2018-10-08
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Make ExecutorState preserve the thread context.Gravatar A. Unique TensorFlower2018-10-08
* Copy device from If op to the lowered ops.Gravatar Saurabh Saxena2018-10-05
* Revert constant folding to previous state.Gravatar Tong Shen2018-10-05
* When running a native/builtin op via eager C API, automatically fill in defaultGravatar Mingsheng Hong2018-10-05
* Pin ops with small integer inputs (already on the cpu) to the cpu in eager.Gravatar Akshay Modi2018-10-04
* Roll forward change "Skip control flow functionalization if there is no Switc...Gravatar Tong Shen2018-10-04
* collective_param_resolver_local.cc: delete DCHECK(!ir->out_mu.try_lock()); in...Gravatar A. Unique TensorFlower2018-10-04
* [TF] Fail fast if there is no CPU kernel during constant tensor evaluation.Gravatar Peter Hawkins2018-10-04
* Enable collective graph key test for GPU builds.Gravatar Ayush Dubey2018-10-03
* Merge pull request #22493 from Intel-tensorflow:cuixiaom_disable_MKLGravatar TensorFlower Gardener2018-10-03
|\
| * Minor changes, hanged CHECK_GE to DCHECK_GE due to code policy changeGravatar Xiaoming (Jason) Cui2018-10-01
* | Fix Android builds when using --define=with_tflite_flexGravatar Jared Duke2018-10-01
* | Make cond_v2 If op lowering work in a defun + eager.Gravatar Skye Wanderman-Milne2018-10-01
| * Fixed format errors reported by clang-formatGravatar AG Ramesh2018-09-29
| * Lower the MKLCpuAllocator priority so that it can use default allocator when ...Gravatar Xiaoming (Jason) Cui2018-09-28
| * Merge branch 'master' into cuixiaom_disable_MKLGravatar Xiaoming (Jason) Cui2018-09-28
| |\ | |/ |/|
* | Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-28
| * Added the feature to disable MKL support of TensorFlow by environmental varia...Gravatar Xiaoming (Jason) Cui2018-09-28
|/
* Support nested variants in CopyHostToDevice and CopyDeviceToHost.Gravatar Saurabh Saxena2018-09-27
* Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
* Merge pull request #22286 from Intel-tensorflow:nhasabni/unit-test-fixesGravatar TensorFlower Gardener2018-09-27
|\
* | Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
* | Dynamic subdivisions in collective ring reduce.Gravatar Ayush Dubey2018-09-27
* | Clean up unused members in DirectSession and Executor.Gravatar Derek Murray2018-09-27
* | Enable constant folding for device memory tensors.Gravatar Tong Shen2018-09-26
* | Skip SymbolicGradientOp when doing constant folding in control flow functiona...Gravatar Tong Shen2018-09-26
* | Misc. micro-optimizations in Grappler optimizers.Gravatar A. Unique TensorFlower2018-09-26
* | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
* | Do not assume Node.in_edges() is sorted by dst_input.Gravatar Tong Shen2018-09-24
* | Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* | [tf.data] Add `tf.contrib.data.Optional` support to `Structure`.Gravatar Derek Murray2018-09-23
* | Add PinToHostOptimizer to grappler: force small ops to happen on CPU (instead ofGravatar A. Unique TensorFlower2018-09-22
* | Executor: Move `GetNodeAttr()` off the critical path for loop execution.Gravatar Derek Murray2018-09-21
* | Set device on resource touching ops before checking where to execute.Gravatar Akshay Modi2018-09-21
* | Merge pull request #22337 from byronyi:scoped_allocator_ops_fixGravatar TensorFlower Gardener2018-09-20
|\ \
* | | Implement TF graph capture.Gravatar Russell Power2018-09-20
* | | Merge pull request #20443 from naurril:masterGravatar TensorFlower Gardener2018-09-20
|\ \ \
* | | | Internal change.Gravatar A. Unique TensorFlower2018-09-20
* | | | Allow setting a global override for the "allow_growth" GPU option via the TF_...Gravatar A. Unique TensorFlower2018-09-19
* | | | Merge pull request #21000 from ROCmSoftwarePlatform:upstream-staging-gpu-comm...Gravatar TensorFlower Gardener2018-09-19
|\ \ \ \
* | | | | Putting `NodeExecStatsWrapper` behind an interface and providing a light-weig...Gravatar Jiri Simsa2018-09-18
* | | | | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-18
| | | * | Support scoped_allocator_ops for renamed device.Gravatar Bairen Yi2018-09-18
* | | | | Automated rollback of commit 185aa89912376d4088c22615908696cd30f9951bGravatar A. Unique TensorFlower2018-09-17
* | | | | Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* | | | | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-17
| | | | * Addressing review comments: indentationGravatar Niranjan Hasabnis2018-09-17