tensorflow / tensorflow

An Open Source Machine Learning Framework for Everyone
https://tensorflow.org
Apache License 2.0
185.87k stars 74.23k forks source link

Pd turns tflite to report all kinds of errors. Have you done the test? #19971

Closed baihualinxin closed 6 years ago

baihualinxin commented 6 years ago

Download the network model

MobileNet_v1_1.0_224_quant

https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md Turn tflite error

bazel run toco -- --input_file=/Users/dchealth/Desktop/mobilenet_v1_1.0_224_quant/mobilenet_v1_1.0_224_quant_frozen.pb --output_file=/Users/dchealth/Desktop/mobilenet_v1_1.0_224_quant/mobilenetnew.tflite --input_format=TENSORFLOW_GRAPHDEF --inference_type=FLOAT --output_format=TFLITE --input_shapes=1,224,224,3 --input_arrays=input --output_arrays=MobilenetV1/Predictions/Reshape_1 --inference_type=QUANTIZED_UINT8 --std_values=128 --mean_values=128

System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow):NO

OS Platform and Distribution (e.g., Linux Ubuntu 16.04):mac os 10.13.5

TensorFlow installed from (source or binary):pip

TensorFlow version (use command below):'1.8.0

Python version: 3.6.4

Bazel version (if compiling from source): Build label: 0.14.0-homebrew Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Fri Jun 1 14:26:58 2018 (1527863218) Build timestamp: 1527863218 Build timestamp as int: 1527863218

GCC/Compiler version (if compiling from source):no

CUDA/cuDNN version:no

GPU model and memory:no

Exact command to reproduce:no

End of run log:

./tensorflow/contrib/lite/builtin_op_data.h:122:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:125:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:161:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:164:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:203:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ 5 warnings generated. INFO: From Compiling tensorflow/contrib/lite/model.cc: In file included from tensorflow/contrib/lite/model.cc:25: ./tensorflow/contrib/lite/builtin_op_data.h:122:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:125:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:161:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:164:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ ./tensorflow/contrib/lite/builtin_op_data.h:203:9: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] typedef struct { ^ 5 warnings generated. INFO: From Linking external/protobuf_archive/libprotobuf.a: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/external/protobuf_archive/libprotobuf.a(gzip_stream.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/external/protobuf_archive/libprotobuf.a(error_listener.o) has no symbols INFO: From Linking external/protobuf_archive/libprotobuf_lite.a: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/external/protobuf_archive/libprotobuf_lite.a(arenastring.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/external/protobuf_archive/libprotobuf_lite.a(atomicops_internals_x86_msvc.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/external/protobuf_archive/libprotobuf_lite.a(io_win32.o) has no symbols INFO: From Compiling tensorflow/core/lib/strings/numbers.cc: tensorflow/core/lib/strings/numbers.cc:394:34: warning: format specifies type 'unsigned long ' but the argument has type 'uint64_t ' (aka 'unsigned long long ') [-Wformat] if (sscanf(s.c_str(), "%lx%c", &result, &junk) == 1) {


%llx
1 warning generated.
INFO: From Linking tensorflow/core/liblib_internal_impl.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/liblib_internal_impl.a(android_armv7a_cpu_utils_helper.o) has no symbols
INFO: From Compiling tensorflow/core/util/command_line_flags.cc:
tensorflow/core/util/command_line_flags.cc:73:37: warning: format specifies type 'long ' but the argument has type 'int64_t ' (aka 'long long ') [-Wformat]
if (sscanf(arg.data(), "%ld%c", &parsed_int64, &extra) != 1) {
~~~ ^~~~~~~~~~~~~
%lld
1 warning generated.
INFO: From Compiling tensorflow/core/util/strided_slice_op.cc:
tensorflow/core/util/strided_slice_op.cc:270:33: warning: lambda capture 'i' is not used [-Wunused-lambda-capture]
auto canonical = [stride_i, i, dim_i, masks, valid_range](int64 x, int c) {
^
1 warning generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/propagate_default_min_max.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/propagate_default_min_max.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/dump_graphviz.cc:
In file included from tensorflow/contrib/lite/toco/dump_graphviz.cc:15:
In file included from ./tensorflow/contrib/lite/toco/dump_graphviz.h:20:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_stack.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_stack.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/propagate_activation_function_into_constants.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/propagate_activation_function_into_constants.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_merge.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_merge.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_slice_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_slice_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/propagate_array_data_types.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/propagate_array_data_types.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tooling_util.cc:
In file included from tensorflow/contrib/lite/toco/tooling_util.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tooling_util.h:31:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_binary.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_binary.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/reorder_elementwise_unary.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/reorder_elementwise_unary.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_addn_to_add.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_addn_to_add.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_fake_quant.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_fake_quant.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_slice.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_slice.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/ensure_uint8_weights_safe_for_fast_int8_kernels.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/ensure_uint8_weights_safe_for_fast_int8_kernels.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/reorder_reshape_transpose.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/reorder_reshape_transpose.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
tensorflow/contrib/lite/toco/graph_transformations/reorder_reshape_transpose.cc:51:6: warning: unused function 'Filter' [-Wunused-function]
void Filter(std::vector vec, int value) {
^
3 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_strided_slice.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_strided_slice.cc:18:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_tensorflow_assert.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_tensorflow_assert.cc:19:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/experimental_shuffle_fc_weights.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/experimental_shuffle_fc_weights.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/fuse_binary_into_following_affine.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/fuse_binary_into_following_affine.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/drop_im2col_arrays.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/drop_im2col_arrays.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/fuse_binary_into_preceding_affine.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/fuse_binary_into_preceding_affine.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_quantized_activation_func.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_quantized_activation_func.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_multiply_by_zero.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_multiply_by_zero.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_fill.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_fill.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_shape_or_rank.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_shape_or_rank.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_concatenation_input.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_concatenation_input.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_l2_pool.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_l2_pool.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_squeeze_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_squeeze_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_range.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_range.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_concatenation.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_concatenation.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/merge_reshape_into_preceding_transpose.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/merge_reshape_into_preceding_transpose.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_binary.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_binary.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/unroll_batch_matmul.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/unroll_batch_matmul.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_batch_to_space_nd_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_batch_to_space_nd_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_reshape.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_reshape.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/hardcode_min_max.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/hardcode_min_max.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_lstm_split_inputs.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_lstm_split_inputs.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_stack_to_reshape.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_stack_to_reshape.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/make_initial_dequantize_operator.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/make_initial_dequantize_operator.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_reshape.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_reshape.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_passthrough.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_passthrough.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/quantization_util.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/quantization_util.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_strided_slice_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_strided_slice_attributes.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_switch.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_switch.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_transpose.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_transpose.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_final_dequantize_op.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_final_dequantize_op.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/quantize.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/quantize.cc:23:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_slice.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_slice.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/lstm_utils.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/lstm_utils.cc:15:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/lstm_utils.h:22:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_reorder_axes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_reorder_axes.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/unpartition_embedding_lookup.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/unpartition_embedding_lookup.cc:19:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_unary.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_unary.cc:23:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_mean_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_mean_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/read_fake_quant_min_max.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/read_fake_quant_min_max.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/create_im2col_arrays.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/create_im2col_arrays.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_concat.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_concat.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/dequantize.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/dequantize.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/drop_fake_quant.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/drop_fake_quant.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_dilated_conv.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_dilated_conv.cc:18:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_reshape_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_reshape_attributes.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_batch_normalization.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_batch_normalization.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_pure_conv_to_depthwise.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_pure_conv_to_depthwise.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_l2_normalization.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_l2_normalization.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_lstm_merge_inputs.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_lstm_merge_inputs.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_prelu.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_prelu.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_relu1.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_relu1.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_unused_op.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_unused_op.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/unfuse_activation_functions.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/unfuse_activation_functions.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/fuse_activation_functions.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/fuse_activation_functions.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/propagate_fake_quant_num_bits.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/propagate_fake_quant_num_bits.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_pad_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_pad_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_fake_quant.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_fake_quant.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/identify_lstm.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/identify_lstm.cc:19:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_gather.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_gather.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_transpose_to_reshape.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_trivial_transpose_to_reshape.cc:17:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_space_to_batch_nd_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_space_to_batch_nd_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_matmul.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_matmul.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_padv2_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_padv2_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_squeeze_to_reshape.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_squeeze_to_reshape.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_concatenation.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_concatenation.cc:22:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_tile.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_tensorflow_tile.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_tensorflow_identity.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_tensorflow_identity.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/ensure_bias_vectors.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/ensure_bias_vectors.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/propagate_fixed_sizes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/propagate_fixed_sizes.cc:24:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_transpose_attributes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_transpose_attributes.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_random_uniform.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_random_uniform.cc:18:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_expanddims_to_reshape.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_expanddims_to_reshape.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/convert_reorder_axes.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/convert_reorder_axes.cc:21:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_quantized_min_max.cc:
In file included from tensorflow/contrib/lite/toco/graph_transformations/remove_trivial_quantized_min_max.cc:20:
In file included from ./tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.h:23:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster.cc:
In file included from tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster.h:21:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_cluster.cc:
In file included from tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_cluster.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_cluster.h:22:
In file included from ./tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster.h:21:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_svdf.cc:
In file included from tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_svdf.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_svdf.h:21:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tflite/types.cc:
In file included from tensorflow/contrib/lite/toco/tflite/types.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tflite/types.h:19:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tflite/import.cc:
In file included from tensorflow/contrib/lite/toco/tflite/import.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tflite/import.h:19:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
tensorflow/contrib/lite/toco/tflite/import.cc:168:6: warning: unused function 'Verify' [-Wunused-function]
bool Verify(const void buf, size_t len) {
^
3 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tflite/export.cc:
In file included from tensorflow/contrib/lite/toco/tflite/export.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tflite/export.h:18:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/tflite/operator.cc:
In file included from tensorflow/contrib/lite/toco/tflite/operator.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tflite/operator.h:20:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/core/kernels/priority_queue.cc:
In file included from tensorflow/core/kernels/priority_queue.cc:25:
In file included from ./tensorflow/core/kernels/priority_queue.h:27:
./tensorflow/core/kernels/typed_queue.h:83:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::deque& sq) {
^
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/kernels/fifo_queue.cc:
In file included from tensorflow/core/kernels/fifo_queue.cc:26:
In file included from ./tensorflow/core/kernels/fifo_queue.h:26:
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/padding_fifo_queue.cc:
In file included from tensorflow/core/kernels/padding_fifo_queue.cc:26:
In file included from ./tensorflow/core/kernels/padding_fifo_queue.h:27:
In file included from ./tensorflow/core/kernels/fifo_queue.h:26:
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
1 warning generated.
INFO: From Compiling tensorflow/core/framework/reader_base.cc:
tensorflow/core/framework/reader_base.cc:205:17: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
context, [this, context, &n, &work](const QueueInterface::Tuple& tuple) {
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/initializable_lookup_table.cc:
In file included from tensorflow/core/kernels/initializable_lookup_table.cc:16:
./tensorflow/core/kernels/initializable_lookup_table.h:54:10: warning: 'ExportValues' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Status ExportValues(OpKernelContext context) {
^
./tensorflow/core/framework/lookup_interface.h:74:18: note: overridden virtual function is here
virtual Status ExportValues(OpKernelContext ctx) = 0;
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/lookup_util.cc:
In file included from tensorflow/core/kernels/lookup_util.cc:16:
In file included from ./tensorflow/core/kernels/lookup_util.h:21:
./tensorflow/core/kernels/initializable_lookup_table.h:54:10: warning: 'ExportValues' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Status ExportValues(OpKernelContext context) {
^
./tensorflow/core/framework/lookup_interface.h:74:18: note: overridden virtual function is here
virtual Status ExportValues(OpKernelContext ctx) = 0;
^
1 warning generated.
INFO: From Linking tensorflow/core/kernels/libfused_batch_norm_util_gpu.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libfused_batch_norm_util_gpu.lo(fused_batch_norm_op.cu.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libfused_batch_norm_util_gpu.lo the table of contents is empty (no object file members in the library define global symbols)
INFO: From Compiling tensorflow/core/kernels/boosted_trees/prediction_ops.cc:
tensorflow/core/kernels/boosted_trees/prediction_ops.cc:115:41: warning: lambda capture 'batch_size' is not used [-Wunused-lambda-capture]
&output_node_ids, batch_size,
^
tensorflow/core/kernels/boosted_trees/prediction_ops.cc:225:21: warning: lambda capture 'batch_size' is not used [-Wunused-lambda-capture]
batch_size, latest_tree](int32 start, int32 end) {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/kernels/collective_ops.cc:
tensorflow/core/kernels/collective_ops.cc:143:28: warning: lambda capture 'col_exec' is not used [-Wunused-lambda-capture]
auto actual_done = [c, col_exec, done](const Status& s) {
^
tensorflow/core/kernels/collective_ops.cc:197:28: warning: lambda capture 'col_exec' is not used [-Wunused-lambda-capture]
auto actual_done = [c, col_exec, done](const Status& s) {
^
tensorflow/core/kernels/collective_ops.cc:247:28: warning: lambda capture 'col_exec' is not used [-Wunused-lambda-capture]
auto actual_done = [c, col_exec, done](const Status& s) {
^
3 warnings generated.
INFO: From Linking tensorflow/core/kernels/libself_adjoint_eig_v2_op.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libself_adjoint_eig_v2_op.lo(self_adjoint_eig_v2_op_gpu.o) has no symbols
INFO: From Linking tensorflow/core/kernels/libcudnn_rnn_kernels.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libcudnn_rnn_kernels.lo(cudnn_rnn_ops.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libcudnn_rnn_kernels.lo the table of contents is empty (no object file members in the library define global symbols)
INFO: From Compiling tensorflow/contrib/tensorboard/db/summary_db_writer.cc:
tensorflow/contrib/tensorboard/db/summary_db_writer.cc:812:22: warning: private field 'meta_' is not used [-Wunused-private-field]
RunMetadata* const meta_;
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/sdca_internal.cc:
tensorflow/core/kernels/sdca_internal.cc:49:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Eigen::IndexPair(1, 0)};
^~~~~~~~~~~~~~~~~~~~~~~~~~~
{ }
tensorflow/core/kernels/sdca_internal.cc:210:11: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Eigen::IndexPair(1, 1)};
^~~~~~~~~~~~~~~~~~~~~~~~~~~
{ }
2 warnings generated.
INFO: From Linking tensorflow/core/kernels/libgather_functor.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libgather_functor.lo(gather_functor.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libgather_functor.lo the table of contents is empty (no object file members in the library define global symbols)
INFO: From Compiling tensorflow/core/kernels/adjust_saturation_op.cc:
tensorflow/core/kernels/adjust_saturation_op.cc:196:12: warning: lambda capture 'channel_count' is not used [-Wunused-lambda-capture]
[channel_count, &input_data, &output_data, scale_h](
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/adjust_hue_op.cc:
tensorflow/core/kernels/adjust_hue_op.cc:219:12: warning: lambda capture 'channel_count' is not used [-Wunused-lambda-capture]
[channel_count, &input_data, &output_data, delta_h](
^
1 warning generated.
INFO: From Linking tensorflow/core/kernels/libconcat_lib.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libconcat_lib.a(concat_lib_gpu.o) has no symbols
INFO: From Linking tensorflow/core/kernels/libscatter_functor.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libscatter_functor.lo(scatter_functor.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libscatter_functor.lo the table of contents is empty (no object file members in the library define global symbols)
INFO: From Linking tensorflow/core/kernels/libscatter_nd_op.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libscatter_nd_op.lo(scatter_nd_op_cpu_impl_0.o) has no symbols
INFO: From Compiling tensorflow/core/common_runtime/collective_rma_local.cc:
In file included from tensorflow/core/common_runtime/collective_rma_local.cc:15:
./tensorflow/core/common_runtime/collective_rma_local.h:37:8: warning: 'StartAbort' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void StartAbort(const Status& s);
^
./tensorflow/core/framework/collective.h:305:16: note: overridden virtual function is here
virtual void StartAbort(const Status& s) = 0;
^
tensorflow/core/common_runtime/collective_rma_local.cc:40:13: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
key, [this, to_tensor, to_device_ctx, to_device, to_alloc_attr, done](
^
2 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/executor.cc:
tensorflow/core/common_runtime/executor.cc:2082:19: warning: calling function 'ActivateNodes' requires holding mutex 'output_frame->mu' exclusively [-Wthread-safety-precise]
output_frame->ActivateNodes(item, is_dead, output_iter, outputs, ready);
^
tensorflow/core/common_runtime/executor.cc:2082:19: note: found near match 'input_frame->mu'
tensorflow/core/common_runtime/executor.cc:2147:21: warning: calling function 'ActivateNodes' requires holding mutex 'output_frame->mu' exclusively [-Wthread-safety-precise]
output_frame->ActivateNodes(item, is_dead, output_iter, outputs, ready);
^
tensorflow/core/common_runtime/executor.cc:2147:21: note: found near match 'input_frame->mu'
2 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/ring_reducer.cc:
In file included from tensorflow/core/common_runtime/ring_reducer.cc:17:
./tensorflow/core/common_runtime/collective_rma_local.h:37:8: warning: 'StartAbort' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void StartAbort(const Status& s);
^
./tensorflow/core/framework/collective.h:305:16: note: overridden virtual function is here
virtual void StartAbort(const Status& s) = 0;
^
tensorflow/core/common_runtime/ring_reducer.cc:166:19: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
output_, [this, &note, &status](const Status& s) {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/accumulate_n_optimizer.cc:
tensorflow/core/common_runtime/accumulate_n_optimizer.cc:77:31: warning: lambda capture 'g' is not used [-Wunused-lambda-capture]
auto base_make_node = [n, g, &n_attrs](const string& op,
^
tensorflow/core/common_runtime/accumulate_n_optimizer.cc:89:30: warning: lambda capture 'n_attrs' is not used [-Wunused-lambda-capture]
auto make_node = [n, g, &n_attrs, &base_make_node](string op) {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/broadcaster.cc:
In file included from tensorflow/core/common_runtime/broadcaster.cc:17:
./tensorflow/core/common_runtime/collective_rma_local.h:37:8: warning: 'StartAbort' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void StartAbort(const Status& s);
^
./tensorflow/core/framework/collective.h:305:16: note: overridden virtual function is here
virtual void StartAbort(const Status& s) = 0;
^
tensorflow/core/common_runtime/broadcaster.cc:148:25: warning: lambda capture 'recv_from_rank' is not used [-Wunused-lambda-capture]
[this, recv_from_rank, &mu, &note](const Status& s) {
^
tensorflow/core/common_runtime/broadcaster.cc:166:18: warning: lambda capture 'target_rank' is not used [-Wunused-lambda-capture]
[this, target_rank, &mu, &pending_count, &all_done](const Status& s) {
^
3 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/parallel_concat_optimizer.cc:
tensorflow/core/common_runtime/parallel_concat_optimizer.cc:53:33: warning: lambda capture 'g' is not used [-Wunused-lambda-capture]
auto base_make_node = [n, g, &n_attrs](const string& op,
^
tensorflow/core/common_runtime/parallel_concat_optimizer.cc:63:32: warning: lambda capture 'n_attrs' is not used [-Wunused-lambda-capture]
auto make_node = [n, g, &n_attrs, &base_make_node](string op) {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/collective_executor_mgr.cc:
In file included from tensorflow/core/common_runtime/collective_executor_mgr.cc:19:
./tensorflow/core/common_runtime/collective_rma_local.h:37:8: warning: 'StartAbort' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void StartAbort(const Status& s);
^
./tensorflow/core/framework/collective.h:305:16: note: overridden virtual function is here
virtual void StartAbort(const Status& s) = 0;
^
1 warning generated.
INFO: From Compiling tensorflow/core/common_runtime/function.cc:
tensorflow/core/common_runtime/function.cc:911:12: warning: lambda capture 'item' is not used [-Wunused-lambda-capture]
[item, frame, exec_args](DoneCallback done,
^
tensorflow/core/common_runtime/function.cc:911:18: warning: lambda capture 'frame' is not used [-Wunused-lambda-capture]
[item, frame, exec_args](DoneCallback done,
^
2 warnings generated.
INFO: From Compiling tensorflow/core/common_runtime/collective_param_resolver_local.cc:
tensorflow/core/common_runtime/collective_param_resolver_local.cc:534:47: warning: lambda capture 'gr' is not used [-Wunused-lambda-capture]
irec->init_waiters.push_back([this, gr, cp, done](InstanceRec* irec) {
^
tensorflow/core/common_runtime/collective_param_resolver_local.cc:534:51: warning: lambda capture 'cp' is not used [-Wunused-lambda-capture]
irec->init_waiters.push_back([this, gr, cp, done](InstanceRec* irec) {
^
tensorflow/core/common_runtime/collective_param_resolver_local.cc:669:50: warning: reading variable 'source_rank' requires holding mutex 'ir->out_mu' [-Wthread-safety-precise]
source_rank = ir->source_rank;
^
tensorflow/core/common_runtime/collective_param_resolver_local.cc:669:50: note: found near match 'irec->out_mu'
tensorflow/core/common_runtime/collective_param_resolver_local.cc:662:29: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
[this, ir, device, cp, done](InstanceRec* irec) {
^
4 warnings generated.
INFO: From Linking tensorflow/core/libcore_cpu_impl.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libcore_cpu_impl.lo(mkl_cpu_allocator.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libcore_cpu_impl.lo(mkl_layout_pass.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libcore_cpu_impl.lo(mkl_tfconversion_pass.o) has no symbols
INFO: From Compiling tensorflow/core/common_runtime/gpu/process_state.cc:
tensorflow/core/common_runtime/gpu/process_state.cc:56:6: warning: unused function 'useCudaMallocAllocator' [-Wunused-function]
bool useCudaMallocAllocator() {
^
tensorflow/core/common_runtime/gpu/process_state.cc:62:6: warning: unused function 'useCudaMemoryGuardAllocator' [-Wunused-function]
bool useCudaMemoryGuardAllocator() {
^
2 warnings generated.
INFO: From Linking tensorflow/core/libgpu_runtime_impl.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libgpu_runtime_impl.lo(gpu_device.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libgpu_runtime_impl.lo(gpu_device_factory.o) has no symbols
INFO: From Compiling tensorflow/contrib/lite/toco/tensorflow_util.cc:
In file included from tensorflow/contrib/lite/toco/tensorflow_util.cc:15:
In file included from ./tensorflow/contrib/lite/toco/tensorflow_util.h:21:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/export_tensorflow.cc:
In file included from tensorflow/contrib/lite/toco/export_tensorflow.cc:25:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
tensorflow/contrib/lite/toco/export_tensorflow.cc:1731:6: warning: unused function 'ConvertSparseToDenseOperator' [-Wunused-function]
void ConvertSparseToDenseOperator(const Model& model,
^
3 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/allocate_transient_arrays.cc:
In file included from tensorflow/contrib/lite/toco/allocate_transient_arrays.cc:23:
In file included from ./tensorflow/contrib/lite/toco/allocate_transient_arrays.h:18:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/toco_tooling.cc:
In file included from tensorflow/contrib/lite/toco/toco_tooling.cc:15:
In file included from ./tensorflow/contrib/lite/toco/toco_tooling.h:21:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/contrib/lite/toco/import_tensorflow.cc:
In file included from tensorflow/contrib/lite/toco/import_tensorflow.cc:15:
In file included from ./tensorflow/contrib/lite/toco/import_tensorflow.h:20:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/core/grappler/optimizers/remapper.cc:
In file included from tensorflow/core/grappler/optimizers/remapper.cc:16:
./tensorflow/core/grappler/optimizers/remapper.h:42:26: warning: private field 'opt_level' is not used [-Wunused-private-field]
RewriterConfig::Toggle opt_level;
^
1 warning generated.
INFO: From Compiling tensorflow/core/grappler/optimizers/shape_optimizer.cc:
In file included from tensorflow/core/grappler/optimizers/shape_optimizer.cc:16:
./tensorflow/core/grappler/optimizers/shape_optimizer.h:48:26: warning: private field 'opt_level' is not used [-Wunused-private-field]
RewriterConfig::Toggle opt_level;
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/data/parallel_map_dataset_op.cc:
tensorflow/core/kernels/data/parallel_map_dataset_op.cc:343:24: warning: lambda capture 'result_index' is not used [-Wunused-lambda-capture]
[result, result_index](Status ret_status) {
^
1 warning generated.
INFO: From Linking tensorflow/core/libsycl_runtime.a:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libsycl_runtime.a(sycl_allocator.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libsycl_runtime.a(sycl_device.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libsycl_runtime.a(sycl_device_context.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/libsycl_runtime.a(sycl_device_factory.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: bazel-out/darwin-opt/bin/tensorflow/core/libsycl_runtime.a the table of contents is empty (no object file members in the library define global symbols)
INFO: From Compiling tensorflow/core/kernels/fifo_queue_op.cc:
In file included from tensorflow/core/kernels/fifo_queue_op.cc:26:
In file included from ./tensorflow/core/kernels/fifo_queue.h:26:
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/random_shuffle_queue_op.cc:
In file included from tensorflow/core/kernels/random_shuffle_queue_op.cc:28:
./tensorflow/core/kernels/typed_queue.h:83:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::deque& sq) {
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/padding_fifo_queue_op.cc:
In file included from tensorflow/core/kernels/padding_fifo_queue_op.cc:27:
In file included from ./tensorflow/core/kernels/padding_fifo_queue.h:27:
In file included from ./tensorflow/core/kernels/fifo_queue.h:26:
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/tensor_array_ops.cc:
tensorflow/core/kernels/tensor_array_ops.cc:330:21: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
auto creator = [this, key, tensor_array, array_size, marked_size,
^
tensorflow/core/kernels/tensor_array_ops.cc:332:21: warning: lambda capture 'output_handle' is not used [-Wunused-lambda-capture]
output_handle](TensorArray** ret) -> Status {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/kernels/priority_queue_op.cc:
In file included from tensorflow/core/kernels/priority_queue_op.cc:25:
In file included from ./tensorflow/core/kernels/priority_queue.h:27:
./tensorflow/core/kernels/typed_queue.h:83:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::deque& sq) {
^
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
2 warnings generated.
INFO: From Compiling tensorflow/core/kernels/barrier_ops.cc:
tensorflow/core/kernels/barrier_ops.cc:512:33: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
ComputeAsync(ctx, barrier, this, callback, barrier {
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertManyEigen::half' requested here
barrier->TryInsertMany(keys, component_index_, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOpEigen::half::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOpEigen::half::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertManytensorflow::bfloat16' requested here
barrier->TryInsertMany(keys, component_index_, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOptensorflow::bfloat16::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOptensorflow::bfloat16::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(keys, component_index_, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(keys, component_index_, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany<std::_1::complex >' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp<std::__1::complex >::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp<std::__1::complex >::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany<std::_1::complex >' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp<std::__1::complex >::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp<std::_1::complex >::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertMany<std::_1::basic_string >' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp<std::__1::basic_string >::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOp<std::1::basic_string >::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertManytensorflow::ResourceHandle' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOptensorflow::ResourceHandle::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOptensorflow::ResourceHandle::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
tensorflow/core/kernels/barrier_ops.cc:183:31: warning: lambda capture 'component_index' is not used [-Wunused-lambda-capture]
this, ctx, callback, component_index {
^
tensorflow/core/kernels/barrier_ops.cc:552:14: note: in instantiation of function template specialization 'tensorflow::barrier::Barrier::TryInsertManytensorflow::Variant' requested here
barrier->TryInsertMany(*keys, component_index, values, ctx, callback);
^
tensorflow/core/kernels/barrier_ops.cc:526:12: note: in instantiation of member function 'tensorflow::barrier::InsertManyOptensorflow::Variant::ComputeAsync' requested here
explicit InsertManyOp(OpKernelConstruction context)
^
tensorflow/core/kernels/barrier_ops.cc:565:19: note: in instantiation of member function 'tensorflow::barrier::InsertManyOptensorflow::Variant::InsertManyOp' requested here
TF_CALL_ALL_TYPES(REGISTER_INSERTMANY);
^
In file included from tensorflow/core/kernels/barrier_ops.cc:28:
In file included from ./tensorflow/core/kernels/priority_queue.h:27:
./tensorflow/core/kernels/typed_queue.h:83:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::deque& sq) {
^
./tensorflow/core/kernels/typed_queue.h:91:7: warning: unused function 'SizeOf' [-Wunused-function]
int64 SizeOf(const std::vector& sq) {
^
19 warnings generated.
INFO: From Compiling tensorflow/core/kernels/lookup_table_init_op.cc:
In file included from tensorflow/core/kernels/lookup_table_init_op.cc:17:
In file included from ./tensorflow/core/kernels/lookup_table_init_op.h:19:
./tensorflow/core/kernels/initializable_lookup_table.h:54:10: warning: 'ExportValues' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Status ExportValues(OpKernelContext context) {
^
./tensorflow/core/framework/lookup_interface.h:74:18: note: overridden virtual function is here
virtual Status ExportValues(OpKernelContext ctx) = 0;
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/generate_vocab_remapping_op.cc:
In file included from tensorflow/core/kernels/generate_vocab_remapping_op.cc:23:
In file included from ./tensorflow/core/kernels/lookup_table_init_op.h:19:
./tensorflow/core/kernels/initializable_lookup_table.h:54:10: warning: 'ExportValues' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Status ExportValues(OpKernelContext context) {
^
./tensorflow/core/framework/lookup_interface.h:74:18: note: overridden virtual function is here
virtual Status ExportValues(OpKernelContext ctx) = 0;
^
1 warning generated.
INFO: From Compiling tensorflow/core/kernels/lookup_table_op.cc:
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
In file included from ./tensorflow/core/kernels/lookup_table_op.h:25:
In file included from ./tensorflow/core/kernels/lookup_util.h:21:
./tensorflow/core/kernels/initializable_lookup_table.h:54:10: warning: 'ExportValues' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
Status ExportValues(OpKernelContext* context) {
^
./tensorflow/core/framework/lookup_interface.h:74:18: note: overridden virtual function is here
virtual Status ExportValues(OpKernelContext* ctx) = 0;
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle_.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, double>, std::__1::basic_string, double>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:815:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::_1::basic_string, double>, std::1::basic_string, double>::LookupTableOp' requested here
REGISTER_KERNEL(string, double);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, float>, std::__1::basic_string, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:816:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::_1::basic_string, float>, std::1::basic_string, float>::LookupTableOp' requested here
REGISTER_KERNEL(string, float);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, int>, std::__1::basic_string, int>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:817:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::_1::basic_string, int>, std::1::basic_string, int>::LookupTableOp' requested here
REGISTER_KERNEL(string, int32);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, long long>, std::__1::basic_string, long long>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:818:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::1::basic_string, long long>, std::1::basic_string, long long>::LookupTableOp' requested here
REGISTER_KERNEL(string, int64);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<long long, std::1::basic_string >, long long, std::1::basic_string >::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:819:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<long long, std::1::basic_string >, long long, std::1::basic_string >::LookupTableOp' requested here
REGISTER_KERNEL(int64, string);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<long long, long long>, long long, long long>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:820:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<long long, long long>, long long, long long>::LookupTableOp' requested here
REGISTER_KERNEL(int64, int64);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<long long, float>, long long, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:821:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<long long, float>, long long, float>::LookupTableOp' requested here
REGISTER_KERNEL(int64, float);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, std::__1::basic_string >, std::__1::basic_string, std::__1::basic_string >::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:822:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, std::__1::basic_string >, std::_1::basic_string, std::1::basic_string >::LookupTableOp' requested here
REGISTER_KERNEL(string, string);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::__1::basic_string, bool>, std::1::basic_string, bool>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:823:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<std::1::basic_string, bool>, std::1::basic_string, bool>::LookupTableOp' requested here
REGISTER_KERNEL(string, bool);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<int, int>, int, int>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:824:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::HashTable<int, int>, int, int>::LookupTableOp' requested here
REGISTER_KERNEL(int32, int32);
^
tensorflow/core/kernels/lookup_table_op.cc:805:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::HashTable<key_dtype, value_dtype>, key_dtype, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<std::__1::basic_string, float>, std::__1::basic_string, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:845:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<std::_1::basic_string, float>, std::1::basic_string, float>::LookupTableOp' requested here
REGISTER_KERNEL(string, float);
^
tensorflow/core/kernels/lookup_table_op.cc:835:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfScalars<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<std::__1::basic_string, long long>, std::__1::basic_string, long long>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:846:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<std::_1::basic_string, long long>, std::1::basic_string, long long>::LookupTableOp' requested here
REGISTER_KERNEL(string, int64);
^
tensorflow/core/kernels/lookup_table_op.cc:835:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfScalars<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<long long, std::__1::basic_string >, long long, std::__1::basic_string >::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:847:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<long long, std::1::basic_string >, long long, std::1::basic_string >::LookupTableOp' requested here
REGISTER_KERNEL(int64, string);
^
tensorflow/core/kernels/lookup_table_op.cc:835:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfScalars<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<std::1::basic_string, bool>, std::1::basic_string, bool>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:848:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<std::1::basic_string, bool>, std::1::basic_string, bool>::LookupTableOp' requested here
REGISTER_KERNEL(string, bool);
^
tensorflow/core/kernels/lookup_table_op.cc:835:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfScalars<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<long long, float>, long long, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:849:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<long long, float>, long long, float>::LookupTableOp' requested here
REGISTER_KERNEL(int64, float);
^
tensorflow/core/kernels/lookup_table_op.cc:835:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfScalars<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<long long, tensorflow::Variant>, long long, tensorflow::Variant>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:850:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfScalars<long long, tensorflow::Variant>, long long, tensorflow::Variant>::LookupTableOp' requested here
REGISTER_KERNEL(int64, Variant);
^
tensorflow/core/kernels/lookup_table_op.cc:835:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfScalars<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<std::__1::basic_string, float>, std::__1::basic_string, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:871:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<std::_1::basic_string, float>, std::1::basic_string, float>::LookupTableOp' requested here
REGISTER_KERNEL(string, float);
^
tensorflow/core/kernels/lookup_table_op.cc:861:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfTensors<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<std::__1::basic_string, long long>, std::__1::basic_string, long long>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:872:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<std::_1::basic_string, long long>, std::1::basic_string, long long>::LookupTableOp' requested here
REGISTER_KERNEL(string, int64);
^
tensorflow/core/kernels/lookup_table_op.cc:861:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfTensors<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<long long, std::_1::basic_string >, long long, std::1::basic_string >::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:873:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<long long, std::1::basic_string >, long long, std::1::basic_string >::LookupTableOp' requested here
REGISTER_KERNEL(int64, string);
^
tensorflow/core/kernels/lookup_table_op.cc:861:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfTensors<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<std::1::basic_string, bool>, std::1::basic_string, bool>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:874:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableHashTableOfTensors<std::1::basic_string, bool>, std::1::basic_string, bool>::LookupTableOp' requested here
REGISTER_KERNEL(string, bool);
^
tensorflow/core/kernels/lookup_table_op.cc:861:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableHashTableOfTensors<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, long long>, long long, long long>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:895:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, long long>, long long, long long>::LookupTableOp' requested here
REGISTER_KERNEL(int64, int64);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, float>, long long, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:896:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, float>, long long, float>::LookupTableOp' requested here
REGISTER_KERNEL(int64, float);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, double>, long long, double>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:897:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, double>, long long, double>::LookupTableOp' requested here
REGISTER_KERNEL(int64, double);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<std::__1::basic_string, float>, std::__1::basic_string, float>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:898:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<std::_1::basic_string, float>, std::1::basic_string, float>::LookupTableOp' requested here
REGISTER_KERNEL(string, float);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<std::__1::basic_string, bool>, std::1::basic_string, bool>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:899:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<std::1::basic_string, bool>, std::1::basic_string, bool>::LookupTableOp' requested here
REGISTER_KERNEL(string, bool);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, bool>, long long, bool>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:900:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, bool>, long long, bool>::LookupTableOp' requested here
REGISTER_KERNEL(int64, bool);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
In file included from tensorflow/core/kernels/lookup_table_op.cc:16:
./tensorflow/core/kernels/lookup_table_op.h:68:39: warning: reading variable 'table_handle' requires holding mutex 'mu' [-Wthread-safety-analysis]
container->MemoryUsed() + table_handle.AllocatedBytes());
^
./tensorflow/core/kernels/lookup_table_op.h:42:12: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, tensorflow::Variant>, long long, tensorflow::Variant>::Compute' requested here
explicit LookupTableOp(OpKernelConstruction* ctx)
^
tensorflow/core/kernels/lookup_table_op.cc:901:1: note: in instantiation of member function 'tensorflow::LookupTableOp<tensorflow::lookup::MutableDenseHashTable<long long, tensorflow::Variant>, long long, tensorflow::Variant>::LookupTableOp' requested here
REGISTER_KERNEL(int64, Variant);
^
tensorflow/core/kernels/lookup_table_op.cc:885:7: note: expanded from macro 'REGISTER_KERNEL'
LookupTableOp<lookup::MutableDenseHashTable<key_dtype, value_dtype>, 
^
28 warnings generated.
[1,781 / 2,012] 4 actions running
Compiling tensorflow/core/kernels/sparse_tensors_map_ops.cc; 13s local
INFO: From Compiling tensorflow/core/kernels/deep_conv2d.cc:
tensorflow/core/kernels/deep_conv2d.cc:1005:30: warning: lambda capture 'tile_rows' is not used [-Wunused-lambda-capture]
out_depth, tile_rows, tile_cols, out_tile_rows, out_tile_cols,
^
tensorflow/core/kernels/deep_conv2d.cc:1154:26: note: in instantiation of member function 'tensorflow::functor::DeepConv2D<Eigen::ThreadPoolDevice, float>::operator()' requested here
template struct functor::DeepConv2D<CPUDevice, float>;
^
tensorflow/core/kernels/deep_conv2d.cc:1005:41: warning: lambda capture 'tile_cols' is not used [-Wunused-lambda-capture]
out_depth, tile_rows, tile_cols, out_tile_rows, out_tile_cols,
^
tensorflow/core/kernels/deep_conv2d.cc:436:55: warning: lambda capture 'out_depth' is not used [-Wunused-lambda-capture]
&num_filters_transform, &in_depth, &out_depth,
^
tensorflow/core/kernels/deep_conv2d.cc:974:5: note: in instantiation of member function 'tensorflow::TransformFilters::operator()' requested here
TransformFilters()(ctx, args, transform.get(), filter_shards_row,
^
tensorflow/core/kernels/deep_conv2d.cc:535:20: warning: lambda capture 'tile_spatial_size' is not used [-Wunused-lambda-capture]
&tile_spatial_size, &in_depth, &out_depth, &filter_shards_row,
^
tensorflow/core/kernels/deep_conv2d.cc:979:5: note: in instantiation of member function 'tensorflow::PackFilters::operator()' requested here
PackFilters()(ctx, args, tile_spatial_size, filter_shards_row,
^
4 warnings generated.
INFO: From Linking tensorflow/core/kernels/libpooling_ops.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libpooling_ops.lo(cudnn_pooling_gpu.o) has no symbols
INFO: From Compiling tensorflow/core/kernels/topk_op.cc:
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, long long>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, long long>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, long long>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, int>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, int>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, int>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, unsigned short>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, unsigned short>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, unsigned short>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, short>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, short>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, short>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, unsigned char>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, unsigned char>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, unsigned char>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, signed char>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, signed char>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, signed char>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, Eigen::half>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, Eigen::half>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, Eigen::half>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, tensorflow::bfloat16>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, tensorflow::bfloat16>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, tensorflow::bfloat16>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, float>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, float>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, float>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
tensorflow/core/kernels/topk_op.cc:137:28: warning: lambda capture 'context' is not used [-Wunused-lambda-capture]
auto SortIndices = [&, context](int start_batch, int limit_batch) {
^
tensorflow/core/kernels/topk_op.cc:90:49: note: in instantiation of member function 'tensorflow::functor::TopKFunctor<Eigen::ThreadPoolDevice, double>::Compute' requested here
Status s = functor::TopKFunctor<Device, T>::Compute(
^
tensorflow/core/kernels/topk_op.cc:42:12: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, double>::Compute' requested here
explicit TopK(OpKernelConstruction* context) : OpKernel(context) {
^
tensorflow/core/kernels/topk_op.cc:241:27: note: in instantiation of member function 'tensorflow::TopK<Eigen::ThreadPoolDevice, double>::TopK' requested here
TF_CALL_REAL_NUMBER_TYPES(REGISTER_KERNELS);
^
10 warnings generated.
INFO: From Linking tensorflow/core/kernels/libconv_ops.lo:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/darwin-opt/bin/tensorflow/core/kernels/libconv_ops.lo(conv_ops_using_gemm.o) has no symbols
INFO: From Compiling tensorflow/contrib/lite/toco/toco.cc:
In file included from tensorflow/contrib/lite/toco/toco.cc:20:
In file included from ./tensorflow/contrib/lite/toco/model.h:26:
In file included from ./tensorflow/contrib/lite/toco/runtime/types.h:18:
In file included from ./tensorflow/contrib/lite/kernels/internal/common.h:42:
external/arm_neon_2_x86_sse/NEON_2_SSE.h:4750:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
external/arm_neon_2_x86_sse/NEON_2_SSE.h:5431:27: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion]
c128 = _mm_set1_epi8 (128);
~~~~~~~~~~~~~ ^~~
2 warnings generated.
INFO: From Compiling tensorflow/core/kernels/batch_kernels.cc:
tensorflow/core/kernels/batch_kernels.cc:979:10: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
[this](UnbatchGradResource** r) {
^
1 warning generated.
Target //tensorflow/contrib/lite/toco:toco up-to-date:
bazel-bin/tensorflow/contrib/lite/toco/toco
INFO: Elapsed time: 2814.103s, Critical Path: 164.73s
INFO: 2000 processes, local.
INFO: Build completed successfully, 2012 total actions
INFO: Running command line: bazel-bin/tensorflow/contrib/lite/toco/toco '--input_file=/Users/dchealth/Desktop/mobilenet/frozen_graph.pb' '--output_file=/Users/dchealth/Desktop/mobilenet/mobilenetnew.tflite' '--input_format=TENSORFLOW_GRAPHDEF' '--inference_type=FLOAT' '--output_format=TFLITE' '--input_type=FLOAT' '--input_shapes=1,224,224,3' '--input_arrays=input' '--output_arrays=MobilenetV1/PredINFO: Build completed successfully, 2012 total actions
2018-06-13 10:34:42.340286: W tensorflow/contrib/lite/toco/toco_cmdline_flags.cc:251] --input_type is deprecated. It was an ambiguous flag that set both --input_data_types and --inference_input_type. If you are trying to complement the input file with information about the type of input arrays, use --input_data_type. If you are trying to control the quantization/dequantization of real-numbers input arrays in the output file, use --inference_input_type.
2018-06-13 10:34:42.460038: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] Before Removing unused ops: 416 operators, 583 arrays (0 quantized)
2018-06-13 10:34:42.470369: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] Before general graph transformations: 416 operators, 583 arrays (0 quantized)
2018-06-13 10:34:42.507758: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] After general graph transformations pass 1: 31 operators, 89 arrays (0 quantized)
2018-06-13 10:34:42.508374: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] Before dequantization graph transformations: 31 operators, 89 arrays (0 quantized)
2018-06-13 10:34:42.508942: I tensorflow/contrib/lite/toco/allocate_transient_arrays.cc:329] Total transient array allocated size: 6422528 bytes, theoretical optimal value: 4816896 bytes.
2018-06-13 10:34:42.509181: I tensorflow/contrib/lite/toco/toco_tooling.cc:373] Estimated count of arithmetic ops: 1.14264 billion (note that a multiply-add is counted as 2 ops).
DCHealthdeMac-mini:toco dchealth$ --inference_type=QUANTIZED_UINT8
-bash: --inference_type=QUANTIZED_UINT8: command not found
DCHealthdeMac-mini:toco dchealth$ --std_values=128
-bash: --std_values=128: command not found
DCHealthdeMac-mini:toco dchealth$ --mean_values=128。
tensorflowbutler commented 6 years ago

Nagging Assignee @rohan100jain: It has been 14 days with no activity and this issue has an assignee. Please update the label and/or status accordingly.

tensorflowbutler commented 6 years ago

Nagging Assignee @rohan100jain: It has been 29 days with no activity and this issue has an assignee. Please update the label and/or status accordingly.

rohan100jain commented 6 years ago

What is the exact reported issue here?

tensorflowbutler commented 6 years ago

It has been 15 days with no activity and the awaiting response label was assigned. Is this still an issue?

tofulawrence commented 6 years ago

Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks!