aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_kernel.h
Commit message (Expand)AuthorAge
* Changing `OpInputList` so that it is a forward iterator and taking advantage ...Gravatar Jiri Simsa2018-09-17
* Add a virtual interface for the executor side of stats collection.Gravatar Derek Murray2018-08-15
* 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
* Delete OpKernelContext::is_output_deadGravatar Sanjoy Das2018-07-12
* 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
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Add forward_from_array to OpKernelContext::Params.Gravatar A. Unique TensorFlower2018-04-03
* Collective Ops Part 1Gravatar A. Unique TensorFlower2018-03-28
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Bug fix: Don't dereference nullptr in OpKernelContext::input_alloc_attr().Gravatar A. Unique TensorFlower2018-02-05
* Avoid retaining two copies of each constant in `ConstantOp`.Gravatar Derek Murray2018-02-04
* 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
* Wrap macro bodies in do{}while(0) to prevent capture of else-clauses.Gravatar A. Unique TensorFlower2017-12-06
* Replace `FunctionCallFrame` with a pure-virtual `CallFrameInterface`.Gravatar Derek Murray2017-12-05
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* Merge changes from github.Gravatar Martin Wicke2017-09-02
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Add stats collection for ops used within functions.Gravatar A. Unique TensorFlower2017-07-14
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Remove public op_def() access in op_kernel.hGravatar Geoffrey Irving2017-05-10
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Adds access to expected output type from OpOutputList.Gravatar A. Unique TensorFlower2017-05-01
* Add REGISTER_SYSTEM_OP and REGISTER_SYSTEM_KERNEL_BUILDER macros.Gravatar Derek Murray2017-04-19
* Move a few random op helper functions to header filesGravatar Geoffrey Irving2017-04-07
* Fixes data races in the executor and ops around Refs.Gravatar Alexandre Passos2017-03-21
* Record allocated sizes for tensors instead of actual tensor sizes.Gravatar Yuefeng Zhou2017-03-14
* Add a convenience method "forward_input_or_allocate_temp" to use buffer forwa...Gravatar A. Unique TensorFlower2017-03-13
* Record memory deallocation for destroying temp variable op.Gravatar Yuefeng Zhou2017-03-06
* Re-enable buffer forwarding for GPU memory. After consulting with NVIDIA, we ...Gravatar A. Unique TensorFlower2017-03-06
* Tracking memory usage of queues.Gravatar Yuefeng Zhou2017-03-02
* Add interfaces in OpKernelContext and ResourceBase for tracking persistent st...Gravatar Yuefeng Zhou2017-03-01
* Make selective registration handle spaces in kernel name.Gravatar Manjunath Kudlur2017-02-28
* Refactor the buffer forwarding code:Gravatar A. Unique TensorFlower2017-02-27
* Rename forward_input_to_output -> forward_input_to_output_with_same_shape to ...Gravatar A. Unique TensorFlower2017-02-23
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Allow Android to use legacy scalars for parity in model compatibility.Gravatar Andrew Harp2016-11-03
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20