aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_kernel.cc
Commit message (Expand)AuthorAge
* Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-18
* Automated rollback of commit 185aa89912376d4088c22615908696cd30f9951bGravatar A. Unique TensorFlower2018-09-17
* Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-17
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Delete unused memberGravatar Alexandre Passos2018-08-03
* Prevent deadlocks when OP_REQUIRES is used in AsyncOpKernel::ComputeAsync().Gravatar Derek Murray2018-07-27
* Add GetFilteredRegisteredKernels and refactorGravatar James Keeling2018-07-23
* Reduce overhead of constructing an `OpKernelContext` on non-GPU devices.Gravatar Derek Murray2018-07-07
* Move AttrsMatch() to kernel_def_util.h so client can use it.Gravatar A. Unique TensorFlower2018-06-25
* Add a KernelList proto and change GetAllRegisteredKernels() return type from ...Gravatar A. Unique TensorFlower2018-06-22
* Automated g4 rollback of changelist 199870879Gravatar A. Unique TensorFlower2018-06-13
* Created a ThreadPoolDevice wrapper to make each op run with the number of thr...Gravatar A. Unique TensorFlower2018-06-08
* Add GetAllRegisteredKernels helperGravatar James Keeling2018-06-07
* Automated g4 rollback of changelist 192848921Gravatar Derek Murray2018-05-25
* Deprecate `DeviceBase::GetStepAllocator()` and replace with calls to `GetAllo...Gravatar Derek Murray2018-05-24
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* VLOG(1) all OutOfRange CtxFailures, and LOG(WARNING) all other CtxFailures. ThisGravatar Jeremy Lau2018-04-13
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-06
* Add forward_from_array to OpKernelContext::Params.Gravatar A. Unique TensorFlower2018-04-03
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Add new Ops for ScopedAllocator and the associated Concat and Split. TheGravatar Ayush Dubey2018-03-22
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Avoid retaining two copies of each constant in `ConstantOp`.Gravatar Derek Murray2018-02-04
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Add file name and line number to statuses generated by OP_REQUIRES macros.Gravatar Jeremy Lau2018-01-22
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Speed up `OpKernel::InputRange()` by ~2.6x.Gravatar Derek Murray2018-01-02
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* OOM error with allocation information.Gravatar A. Unique TensorFlower2017-11-13
* Allow to actually peak_bytes and live_bytes whenGravatar A. Unique TensorFlower2017-08-02
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Reduce CPU time and transient heap demand during graph loading.Gravatar A. Unique TensorFlower2017-05-11
* Remove public op_def() access in op_kernel.hGravatar Geoffrey Irving2017-05-10
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* track variable's persistent momery in the variable op;Gravatar Yuefeng Zhou2017-05-03
* Move a few random op helper functions to header filesGravatar Geoffrey Irving2017-04-07
* Automated rollback of change 150082087Gravatar Derek Murray2017-03-14
* Make the absence of an op registration for a registered kernel a fatal error.Gravatar Derek Murray2017-03-14
* Add a convenience method "forward_input_or_allocate_temp" to use buffer forwa...Gravatar A. Unique TensorFlower2017-03-13
* Fix the bug that zero-sized tensor usually doesn't have an alloc id.Gravatar Yuefeng Zhou2017-03-07
* Re-enable buffer forwarding for GPU memory. After consulting with NVIDIA, we ...Gravatar A. Unique TensorFlower2017-03-06
* Add interfaces in OpKernelContext and ResourceBase for tracking persistent st...Gravatar Yuefeng Zhou2017-03-01