aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/eager
Commit message (Expand)AuthorAge
* 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
* Fix Android builds when using --define=with_tflite_flexGravatar Jared Duke2018-10-01
* Set device on resource touching ops before checking where to execute.Gravatar Akshay Modi2018-09-21
* Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* Use a single thread in eager if inter_op_parallelism_threads isn't specified.Gravatar Akshay Modi2018-09-17
* Remove dead code.Gravatar Asim Shankar2018-09-12
* Removes option of pass-through runner on eager execution.Gravatar Alexandre Passos2018-09-11
* Log all tensor allocations in eager mode when VLOG_IS_ON.Gravatar Akshay Modi2018-09-10
* Added a new eager C API TFE_NewContextFromSession(), where TFE_NewContext willGravatar Mingsheng Hong2018-09-04
* Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
* Remove :c_api dependency from common_runtime/eagerGravatar Jared Duke2018-08-29
* Stop overriding destination device to nullptr (CPU:0) when its on CPUGravatar Akshay Modi2018-08-28
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Better error message when unable to find a kernel due to attr mismatch.Gravatar Akshay Modi2018-08-21
* [C API/Eager]: Fix bug in TFE_OpSetAttrString.Gravatar Asim Shankar2018-08-16
* Make eager compile without remote (important for android)Gravatar Akshay Modi2018-08-14
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* Support keep alive so we can reclaim memory in the remote case.Gravatar Akshay Modi2018-08-08
* Make eager's RunMetadata marginally more useful by including the correct dura...Gravatar Akshay Modi2018-08-08
* Allows differentiating tfe.defun functions with loops in eager mode.Gravatar Alexandre Passos2018-08-08
* Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* Respect log_device_placement when op is executed remotely.Gravatar Akshay Modi2018-08-02
* Adding support for collecting op statistics at nano-second granularity.Gravatar Jiri Simsa2018-08-01
* Make Eager compile on AndroidGravatar A. Unique TensorFlower2018-07-31
* Don't make remote copy call when both send/recv devices are the same.Gravatar Akshay Modi2018-07-26
* Minor change for better error msg in eager input type checkingGravatar James Qin2018-07-25
* Push tensors from client to workers.Gravatar Akshay Modi2018-07-24
* op->Device can be a nullptr, so don't dereference directly.Gravatar Akshay Modi2018-07-23
* Automated rollback of commit 17bbfe25d0225f7d693384d4e0dcaa5f49a8c697Gravatar Alexandre Passos2018-07-17
* Add a method to check if a tensor handle is on the host cpu.Gravatar Akshay Modi2018-07-16
* This CL fixes a bug preventing Eager tapes from working remotely.Gravatar A. Unique TensorFlower2018-07-16
* Respects multiple threads in eager function execution.Gravatar Alexandre Passos2018-07-16
* Also clear FunctionLibraryRuntime when clearing tfe Context caches.Gravatar Alexandre Passos2018-07-16
* Initialize result_handle to nullptr so we don't try to unref when not required.Gravatar Akshay Modi2018-06-29
* Add GPUOptions::num_dev_to_dev_copy_streams to allow creation ofGravatar A. Unique TensorFlower2018-06-27
* Allow remote defun execution.Gravatar Akshay Modi2018-06-27
* Support shapes for remote eager tensor handles.Gravatar Akshay Modi2018-06-26
* [eager]: remote_op_id_ should be an int64 not a uint64Gravatar Asim Shankar2018-06-26
* Make common_runtime/eager libraries compile for Android, by eliding the depen...Gravatar A. Unique TensorFlower2018-06-20
* Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
* Default to compiling functions running on TPU.Gravatar Igor Ganichev2018-06-18
* Allow silent copies during remote execution.Gravatar Akshay Modi2018-06-11
* Removes error message from queues in eager (leaves the one in queuerunners).Gravatar Alexandre Passos2018-06-08
* Provide a step container to OpKernelContexts when running eagerly.Gravatar Akshay Agrawal2018-05-25
* [TF:XLA] Remove underscore prefix from XlaLaunch operator.Gravatar Peter Hawkins2018-05-18
* Move runtime.{h,cc,_test.cc} into core/common_runtime/eager as attr_builderGravatar Akshay Modi2018-05-17
* Fix typo in TensorHandleGravatar Igor Ganichev2018-05-16
* Allow for remote eager execution.Gravatar Akshay Modi2018-05-16