aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/concat_op_test.cc
Commit message (Collapse)AuthorAge
* Register tf.concat with uint8 data type.Gravatar A. Unique TensorFlower2018-04-09
| | | | PiperOrigin-RevId: 192154998
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
| | | | PiperOrigin-RevId: 183423961
* Add a core:framework_minimal library that includes minimal headers for types,Gravatar A. Unique TensorFlower2016-09-29
| | | | | | | | | | | basic tensor operations, and code annotations. Refactor some existing parts to be included in the minimal header set: - Allocator::is_simple -> is_simple_type in type_traits.h - bfloat16 definition -> numeric_types.h - prefetch in mem.h -> new platform/prefetch.h header - dynamic annotatons in mem.h -> new platform/dynamic_annotations.h header Change: 134733006
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Fixing additional silent int64->32 conversion errors/warnings.Gravatar David G. Andersen2016-04-18
| | | | | | | | | Fixes a bug in gather that would segfault when gathering from very large (>2^31 entry) parameter tensors. Gather can now handle index vectors with more than 2^31 entries, (if you have enough memory). Change: 120171737
* Remove no-longer-needed RequireDefaultOps().Gravatar Josh Levenberg2016-02-25
| | | | Change: 115511794
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
| | | | | tensorflow/core/ files and build targets. Change: 113075177
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
| | | | Change: 112523833
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
| | | | Change: 112481326
* Remove #include of mem.h from port.h, instead including itGravatar Josh Levenberg2016-01-06
| | | | | just where it is used. Change: 111459203
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
| | | | | | | | | | | | | | | | | | | | | | Changes: * error message that refers to removed `DefaultSession` method. * -Wnull-conversion warnings * the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set. * typo in tutorial data download progress message. * a typo ("however their installing"=>"however installing"). * typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website. * a typo ("subtact"=>"subtract"). * protobuf examples in comments in tensorflow::Example.proto. * formula formatting in MNIST beginner tutorial * negative fraction-of-queue-full stats * protobuf inclusion path so that Android demo will build under Blaze. * small typo (moderatly > moderately) * Session.run() to check that tensor arguments come from the session's graph. * another six import * seq2seq typo in bazel command Base CL: 108349164
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
| | | | | | | | | | | | | | error handling, updates to website. Changes: - Removes redundant reshape from image models by @mrry - Default TensorBoard to localhost by @danmane - Reformatting of tensorflow/core by @josh11b - Make tutorials backwards compatible to 0.5.0 by @girving - Improve print documentation (md files not updated). - Add proper scrolling to sitemap by @martinwicke Base CL: 107956254
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108