aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/prefetch.h
Commit message (Collapse)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209679086
* Compile time conditions of enabling prefetch instruction now includes ↵Gravatar A. Unique TensorFlower2017-02-22
| | | | | | defined(COMPILER_GCC3). Change: 148228903
* 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