aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_kernel_test.cc
Commit message (Expand)AuthorAge
* Add GetFilteredRegisteredKernels and refactorGravatar James Keeling2018-07-23
* Add a KernelList proto and change GetAllRegisteredKernels() return type from ...Gravatar A. Unique TensorFlower2018-06-22
* Add GetAllRegisteredKernels helperGravatar James Keeling2018-06-07
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Speed up `OpKernel::InputRange()` by ~2.6x.Gravatar Derek Murray2018-01-02
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* 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
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Reduce overhead of running kernels:Gravatar A. Unique TensorFlower2016-07-18
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fixing additional int64->32 implicit conversion warnings.Gravatar David G. Andersen2016-04-08
* Change selective registration of op kernels to work off of the class nameGravatar A. Unique TensorFlower2016-03-28
* Moves MemoryType inference code out of OpKernel so that it can reused.Gravatar A. Unique TensorFlower2016-02-11
* Add RemoveNewDefaultAttrsFromGraphDef() for preparing a GraphDef forGravatar Josh Levenberg2016-02-02
* TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projectsGravatar Vijay Vasudevan2016-01-27
* Eliminate per-op allocation of gpu device wrapper. The PerOpGpuDevice is allo...Gravatar A. Unique TensorFlower2016-01-24
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* Adds enough auditing to make it possible to track tensor buffers throughout a...Gravatar A. Unique TensorFlower2016-01-18
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-10
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06