aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/jpeg
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-29 16:57:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-29 18:06:45 -0700
commit05ce371d64ce0c427f7706f0f58a9260a5a0470b (patch)
treea3eef57cc960c19e2bdaec8cff2128fb7bc4fbea /tensorflow/core/lib/jpeg
parenta031f067e065e6fcd7ebf5de382b8271e40a678c (diff)
Add a core:framework_minimal library that includes minimal headers for types,
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
Diffstat (limited to 'tensorflow/core/lib/jpeg')
-rw-r--r--tensorflow/core/lib/jpeg/jpeg_mem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/lib/jpeg/jpeg_mem.cc b/tensorflow/core/lib/jpeg/jpeg_mem.cc
index ac12798322..426120b210 100644
--- a/tensorflow/core/lib/jpeg/jpeg_mem.cc
+++ b/tensorflow/core/lib/jpeg/jpeg_mem.cc
@@ -26,6 +26,7 @@ limitations under the License.
#include <utility>
#include "tensorflow/core/lib/jpeg/jpeg_handle.h"
+#include "tensorflow/core/platform/dynamic_annotations.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/mem.h"
#include "tensorflow/core/platform/types.h"