aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/hexagon
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fix include guardsGravatar A. Unique TensorFlower2018-08-20
* Removed C++ ABSL includes from tensorflow/core and tensorflow/compiler.Gravatar A. Unique TensorFlower2018-05-16
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Remove proto header include in core/kernels.Gravatar Yifei Feng2018-04-22
* Remove proto imports in header files for core/kernels/hexagon.Gravatar Yifei Feng2018-04-16
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* PiperOrigin-RevId: 170752644Gravatar A. Unique TensorFlower2017-10-02
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Avoid direct access to Node::def() where some other method works.Gravatar A. Unique TensorFlower2017-07-31
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-07-28
* Build fix for Android nightly buildGravatar A. Unique TensorFlower2017-07-26
* Modify dependency structure of transform_utils to allow use within Grappler.Gravatar Suharsh Sivakumar2017-07-24
* Minor cleanupGravatar A. Unique TensorFlower2017-07-19
* Add a way to fuse a graph by remote graph executor so that users don't need t...Gravatar A. Unique TensorFlower2017-07-18
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Update deprecated ByteSize to ByteSizeLongGravatar A. Unique TensorFlower2017-07-10
* Add a HVX graph execution test for quantized inception v3 model with quantize...Gravatar A. Unique TensorFlower2017-07-06
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Infer shapes for loops during Grappler static inferenceGravatar A. Unique TensorFlower2017-06-20
* Generarize TF HVX runtime in order to benchmark models on HVXGravatar A. Unique TensorFlower2017-06-15
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Miscellaneous cleanupsGravatar A. Unique TensorFlower2017-06-05
* Fix missing namespace commentsGravatar A. Unique TensorFlower2017-05-31
* Replace protobuf CopyFrom with assignmentGravatar A. Unique TensorFlower2017-05-30
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-05-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add graph transform rewriter for remote fused graphGravatar A. Unique TensorFlower2017-05-18
* 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
* Change soc op type id by input data types and add new hvx opsGravatar A. Unique TensorFlower2017-05-10
* Add new hexagon ops and fix hvx ops support checkerGravatar A. Unique TensorFlower2017-04-19
* Support two data types as inputs in RemoteFusedGraphExecuteOpGravatar A. Unique TensorFlower2017-04-11
* Add a utility to check ops in a graph are supported on hvxGravatar A. Unique TensorFlower2017-04-10
* Support quantized reshape in hexagon runtimeGravatar A. Unique TensorFlower2017-04-06
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* Move all parameters of remote graph execution to NodeDef instead of additiona...Gravatar A. Unique TensorFlower2017-03-30
* Cleanup interface to load graph def in graph transfererGravatar A. Unique TensorFlower2017-03-28
* Put shape and type information into NodeDef to simplify GraphTransfererGravatar A. Unique TensorFlower2017-03-28
* Update hexagon supported op list and fix hexagon execution sample testsGravatar A. Unique TensorFlower2017-03-27
* Add a utility to put shape and type information to NodeDef for RemoteFusedGra...Gravatar A. Unique TensorFlower2017-03-13