Skip to main content

Compile TF 1.13.1 with Bazel - Windows 10 - CPU [ Working ]

Bazel Version: 0.20.0

Python Version: 3.6.7

Visual Studio 2015

Setup Python, MYS2, Bazel, Visual Studio 

See: https://algidus.blogspot.com/2022/05/compile-tf-1131-bazel-windows-10.html

git clone --recursive https://github.com/tensorflow/tensorflow

Good Guide: https://github.com/guikarist/tensorflow-windows-build-script - for idea but his powershell script didn't work




Info:

Make sure you run command prompt as admin

Make sure you replace checksum of icu:

For TF1.13.1, change the sha256 to 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181 in file tensorflow/third_party/icu/workspace.bzl from e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761




All Logs just in case:

F:\_ML\tensorflow_windows_build_script\tensorflow-windows-build-script\source>python configure.py

WARNING: The following rc files are no longer being read, please transfer their contents or import their path into one of the standard rc files:

nul

WARNING: Running Bazel server needs to be killed, because the startup options are different.

WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".

INFO: Invocation ID: a5edfcb9-13b8-45e4-8bed-a16b58f52b20

You have bazel 0.20.0 installed.

Please specify the location of python. [Default is C:\Users\rb\AppData\Local\Programs\Python\Python36\python.exe]:



Found possible Python library paths:

  C:\Users\rb\AppData\Local\Programs\Python\Python36\lib\site-packages

Please input the desired Python library path to use.  Default is [C:\Users\rb\AppData\Local\Programs\Python\Python36\lib\site-packages]


Do you wish to build TensorFlow with XLA JIT support? [y/N]: n

No XLA JIT support will be enabled for TensorFlow.


Do you wish to build TensorFlow with ROCm support? [y/N]: n

No ROCm support will be enabled for TensorFlow.


Do you wish to build TensorFlow with CUDA support? [y/N]: n

No CUDA support will be enabled for TensorFlow.


Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is /arch:AVX]:

/arch:AVX2



Would you like to override eigen strong inline for some C++ compilation to reduce the compilation time? [Y/n]: y

Eigen strong inline overridden.


Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.

        --config=mkl            # Build with MKL support.

        --config=monolithic     # Config for mostly static monolithic build.

        --config=gdr            # Build with GDR support.

        --config=verbs          # Build with libverbs support.

        --config=ngraph         # Build with Intel nGraph support.

        --config=dynamic_kernels        # (Experimental) Build kernels into separate shared objects.

Preconfigured Bazel build configs to DISABLE default on features:

        --config=noaws          # Disable AWS S3 filesystem support.

        --config=nogcp          # Disable GCP support.

        --config=nohdfs         # Disable HDFS support.

        --config=noignite       # Disable Apacha Ignite support.

        --config=nokafka        # Disable Apache Kafka support.

        --config=nonccl         # Disable NVIDIA NCCL support.


F:\_ML\tensorflow_windows_build_script\tensorflow-windows-build-script\source>bazel build --config=opt //tensorflow:libtensorflow_cc.so

WARNING: The following rc files are no longer being read, please transfer their contents or import their path into one of the standard rc files:

f:\_ml\tensorflow_windows_build_script\tensorflow-windows-build-script\source/.bazelrc

Starting local Bazel server and connecting to it...

WARNING: Option 'experimental_shortened_obj_file_path' is deprecated

INFO: Invocation ID: 39e706cb-00fc-408e-b8a1-9ab524ecc7e5

INFO: Analysed target //tensorflow:libtensorflow_cc.so (100 packages loaded, 7864 targets configured).

INFO: Found 1 target...

WARNING: failed to create one or more convenience symlinks for prefix 'bazel-':

  cannot create symbolic link bazel-bin -> C:/users/rb/_bazel_rb/khvpexco/execroot/org_tensorflow/bazel-out/x64_windows-opt/bin:  Cannot create junction (name=F:\_ml\tensorflow_windows_build_script\tensorflow-windows-build-script\source\bazel-bin, target=C:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\bazel-out\x64_windows-opt\bin): a file or directory already exists at the junction's path

  cannot create symbolic link bazel-testlogs -> C:/users/rb/_bazel_rb/khvpexco/execroot/org_tensorflow/bazel-out/x64_windows-opt/testlogs:  Cannot create junction (name=F:\_ml\tensorflow_windows_build_script\tensorflow-windows-build-script\source\bazel-testlogs, target=C:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\bazel-out\x64_windows-opt\testlogs): a file or directory already exists at the junction's path

  cannot create symbolic link bazel-genfiles -> C:/users/rb/_bazel_rb/khvpexco/execroot/org_tensorflow/bazel-out/x64_windows-opt/genfiles:  Cannot create junction (name=F:\_ml\tensorflow_windows_build_script\tensorflow-windows-build-script\source\bazel-genfiles, target=C:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\bazel-out\x64_windows-opt\genfiles): a file or directory already exists at the junction's path

  cannot create symbolic link bazel-out -> C:/users/rb/_bazel_rb/khvpexco/execroot/org_tensorflow/bazel-out:  Cannot create junction (name=F:\_ml\tensorflow_windows_build_script\tensorflow-windows-build-script\source\bazel-out, target=C:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\bazel-out): a file or directory already exists at the junction's path

  cannot create symbolic link bazel-source -> C:/users/rb/_bazel_rb/khvpexco/execroot/org_tensorflow:  Cannot create junction (name=F:\_ml\tensorflow_windows_build_script\tensorflow-windows-build-script\source\bazel-source, target=C:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow): a file or directory already exists at the junction's path

INFO: From Compiling external/com_google_absl/absl/base/internal/thread_identity.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/cycleclock.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/spinlock.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/raw_logging.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/sysinfo.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/throw_delegate.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/time/format.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/time/civil_time.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/time/time.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/time/clock.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/time/duration.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/blocking_counter.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/internal/create_thread_identity.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/barrier.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/internal/per_thread_sem.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/notification.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/internal/waiter.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/mutex.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/types/bad_optional_access.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/spinlock_wait.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/debugging/internal/elf_mem_image.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/debugging/internal/address_is_readable.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/debugging/internal/vdso_support.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/synchronization/internal/graphcycles.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/types/optional.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/hash/internal/hash.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/utf8.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/ostringstream.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/str_format/parser.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/str_format/arg.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/str_format/bind.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/str_format/float_conversion.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/str_format/extension.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/str_format/output.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/container/internal/raw_hash_set.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/internal/low_level_alloc.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/base/dynamic_annotations.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/debugging/internal/demangle.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/debugging/symbolize.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/debugging/stacktrace.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/numeric/int128.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/types/bad_variant_access.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/grpc/third_party/address_sorting/address_sorting.c:

cl : Command line warning D9002 : ignoring unknown option '-std=c99'

INFO: From Compiling external/grpc/third_party/address_sorting/address_sorting_windows.c:

cl : Command line warning D9002 : ignoring unknown option '-std=c99'

INFO: From Compiling external/grpc/third_party/address_sorting/address_sorting_posix.c:

cl : Command line warning D9002 : ignoring unknown option '-std=c99'

INFO: From Compiling external/com_google_absl/absl/strings/internal/memutil.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/str_cat.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/str_replace.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/match.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/substitute.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/internal/charconv_bigint.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/str_split.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/escaping.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/numbers.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/ascii.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From ProtoCompile tensorflow/core/grappler/costs/op_performance_data.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From Compiling external/com_google_absl/absl/strings/internal/charconv_parse.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling external/com_google_absl/absl/strings/string_view.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From ProtoCompile tensorflow/core/lib/core/error_codes.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/stream_executor/dnn.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/example/example.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From Compiling external/com_google_absl/absl/strings/charconv.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From ProtoCompile tensorflow/core/kernels/boosted_trees/boosted_trees.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/profiler/profile.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/debug/debugger_event_metadata.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/protobuf/worker.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/debug/debug_service.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/protobuf/master.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From ProtoCompile tensorflow/core/protobuf/eager_service.pb.cc:

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

bazel-out/x64_windows-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.

INFO: From Compiling external/com_google_absl/absl/hash/internal/city.cc:

cl : Command line warning D9025 : overriding '/w' with '/W3'

INFO: From Compiling tensorflow/core/util/stat_summarizer.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4244: 'initializing': conversion from 'double' to 'tensorflow::int64', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>::pair<double,const std::pair<const _Kty,_Ty>*,void,0>(_Other1 &&,_Other2 &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::StatsCalculator::Detail,

            _Other1=double,

            _Other2=const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>::pair<double,const std::pair<const _Kty,_Ty>*,void,0>(_Other1 &&,_Other2 &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::StatsCalculator::Detail,

            _Other1=double,

            _Other2=const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(_Objty *,double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Objty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(_Objty *,double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Objty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(std::allocator<_Ty> &,_Objty *,double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Alloc=std::allocator<std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>>,

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string,

            _Objty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(std::allocator<_Ty> &,_Objty *,double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Alloc=std::allocator<std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>>,

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string,

            _Objty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(930): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(_Ty *,double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(929): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(_Ty *,double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\queue(393): note: see reference to function template instantiation 'void std::vector<_Ty,std::allocator<_Ty>>::emplace_back<double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\queue(393): note: see reference to function template instantiation 'void std::vector<_Ty,std::allocator<_Ty>>::emplace_back<double,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail>*>(double &&,const std::pair<const _Kty,tensorflow::StatsCalculator::Detail> *&&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int64,const std::pair<const std::string,tensorflow::StatsCalculator::Detail> *>,

            _Kty=std::string

        ]

tensorflow/core/util/stat_summarizer.cc(223): note: see reference to function template instantiation 'void std::priority_queue<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>,std::vector<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>,std::allocator<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>>>,std::less<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>>>::emplace<HighPrecisionValueType,const std::pair<const _Kty,_Ty>*>(HighPrecisionValueType &&,const std::pair<const _Kty,_Ty> *&&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::StatsCalculator::Detail,

            HighPrecisionValueType=double

        ]

tensorflow/core/util/stat_summarizer.cc(223): note: see reference to function template instantiation 'void std::priority_queue<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>,std::vector<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>,std::allocator<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>>>,std::less<std::pair<tensorflow::int64,const std::pair<const _Kty,_Ty> *>>>::emplace<HighPrecisionValueType,const std::pair<const _Kty,_Ty>*>(HighPrecisionValueType &&,const std::pair<const _Kty,_Ty> *&&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::StatsCalculator::Detail,

            HighPrecisionValueType=double

        ]

INFO: From Compiling tensorflow/core/kernels/mirror_pad_op_cpu_impl_4.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,4>,const Eigen::TensorMap<Eigen::Tensor<const T,4,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,4,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,4>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,4,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,4>,const Eigen::TensorMap<Eigen::Tensor<const T,4,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,4,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,4>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,4,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(344): note: while compiling class template member function 'void tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,4>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,4,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,4,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,__int64>,16,Eigen::MakePointer>,int)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32

        ]

.\tensorflow/core/kernels/mirror_pad_op_cpu_impl.h(31): note: see reference to class template instantiation 'tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,4>' being compiled

INFO: From Compiling tensorflow/core/kernels/mirror_pad_op_cpu_impl_2.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,2>,const Eigen::TensorMap<Eigen::Tensor<const T,2,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,2,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,2>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,2,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,2>,const Eigen::TensorMap<Eigen::Tensor<const T,2,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,2,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,2>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,2,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(344): note: while compiling class template member function 'void tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,2>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,2,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,__int64>,16,Eigen::MakePointer>,int)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32

        ]

.\tensorflow/core/kernels/mirror_pad_op_cpu_impl.h(31): note: see reference to class template instantiation 'tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,2>' being compiled

INFO: From Compiling tensorflow/core/kernels/mirror_pad_op_cpu_impl_1.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,1>,const Eigen::TensorMap<Eigen::Tensor<const T,1,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,1,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,1>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,1,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,1>,const Eigen::TensorMap<Eigen::Tensor<const T,1,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,1,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,1>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,1,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(344): note: while compiling class template member function 'void tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,1>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,1,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,1,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,__int64>,16,Eigen::MakePointer>,int)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32

        ]

.\tensorflow/core/kernels/mirror_pad_op_cpu_impl.h(31): note: see reference to class template instantiation 'tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,1>' being compiled

INFO: From Compiling tensorflow/core/kernels/tile_functor_cpu.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::functor::CPUDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::functor::CPUDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::functor::CPUDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::functor::CPUDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::functor::CPUDevice,false,true>::run::<lambda_13ff83089d0d360dcd43461e2c552279>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::functor::CPUDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::functor::CPUDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::functor::CPUDevice

        ]

.\tensorflow/core/kernels/tile_functor.h(45): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorBroadcastingOp<const Eigen::array<int,7>,const Eigen::TensorMap<Eigen::Tensor<T,7,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<bool,7,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::functor::CPUDevice,

            T=const bool,

            OtherDerived=Eigen::TensorBroadcastingOp<const Eigen::array<int,7>,const Eigen::TensorMap<Eigen::Tensor<const bool,7,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/tile_functor.h(45): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorBroadcastingOp<const Eigen::array<int,7>,const Eigen::TensorMap<Eigen::Tensor<T,7,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<bool,7,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::functor::CPUDevice,

            T=const bool,

            OtherDerived=Eigen::TensorBroadcastingOp<const Eigen::array<int,7>,const Eigen::TensorMap<Eigen::Tensor<const bool,7,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/tile_functor.h(99): note: see reference to function template instantiation 'void tensorflow::internal::TileUsingEigen<Device,T,Tmultiples,7>(const Device &,tensorflow::Tensor *,const tensorflow::Tensor &,const absl::Span<const tensorflow::int32> &)' being compiled

        with

        [

            Device=tensorflow::functor::CPUDevice,

            T=bool,

            Tmultiples=tensorflow::int32

        ]

.\tensorflow/core/kernels/tile_functor.h(67): note: while compiling class template member function 'void tensorflow::functor::Tile<tensorflow::functor::CPUDevice,bool,tensorflow::int32>::operator ()(const Device &,tensorflow::Tensor *,const tensorflow::Tensor &,const absl::Span<const tensorflow::int32>) const'

        with

        [

            Device=tensorflow::functor::CPUDevice

        ]

tensorflow/core/kernels/tile_functor_cpu.cc(58): note: see reference to class template instantiation 'tensorflow::functor::Tile<tensorflow::functor::CPUDevice,bool,tensorflow::int32>' being compiled

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/scan_ops.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,true,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CPUDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,true,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CPUDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,true,false>' being compiled

        with

        [

            DeviceType=tensorflow::CPUDevice

        ]

.\tensorflow/core/kernels/scan_ops.h(39): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorScanOp<Eigen::internal::ProdReducer<tensorflow::complex128>,const Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorMap<Eigen::Tensor<T,3,1,int>,16,Eigen::MakePointer>>>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::complex128,3,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CPUDevice,

            T=const std::complex<double>,

            OtherDerived=Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorScanOp<Eigen::internal::ProdReducer<tensorflow::complex128>,const Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorMap<Eigen::Tensor<const std::complex<double>,3,1,int>,16,Eigen::MakePointer>>>>

        ]

.\tensorflow/core/kernels/scan_ops.h(38): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorScanOp<Eigen::internal::ProdReducer<tensorflow::complex128>,const Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorMap<Eigen::Tensor<T,3,1,int>,16,Eigen::MakePointer>>>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::complex128,3,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CPUDevice,

            T=const std::complex<double>,

            OtherDerived=Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorScanOp<Eigen::internal::ProdReducer<tensorflow::complex128>,const Eigen::TensorReverseOp<const Eigen::array<bool,3>,const Eigen::TensorMap<Eigen::Tensor<const std::complex<double>,3,1,int>,16,Eigen::MakePointer>>>>

        ]

.\tensorflow/core/kernels/scan_ops.h(31): note: while compiling class template member function 'void tensorflow::functor::Scan<Device,Reducer,T>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<const T,3,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<T,3,1,IndexType>,16,Eigen::MakePointer>,const Reducer &,const bool,const bool)'

        with

        [

            Device=tensorflow::CPUDevice,

            Reducer=Eigen::internal::ProdReducer<tensorflow::complex128>,

            T=tensorflow::complex128,

            IndexType=Eigen::DenseIndex

        ]

tensorflow/core/kernels/scan_ops.cc(82): note: see reference to function template instantiation 'void tensorflow::functor::Scan<Device,Reducer,T>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<const T,3,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<T,3,1,IndexType>,16,Eigen::MakePointer>,const Reducer &,const bool,const bool)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Reducer=Eigen::internal::ProdReducer<tensorflow::complex128>,

            T=tensorflow::complex128,

            IndexType=Eigen::DenseIndex

        ]

tensorflow/core/kernels/scan_ops.cc(82): note: see reference to class template instantiation 'tensorflow::functor::Scan<Device,Reducer,T>' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Reducer=Eigen::internal::ProdReducer<tensorflow::complex128>,

            T=tensorflow::complex128

        ]

tensorflow/core/kernels/scan_ops.cc(46): note: while compiling class template member function 'void tensorflow::ScanOp<tensorflow::CPUDevice,tensorflow::complex128,Eigen::internal::ProdReducer<tensorflow::complex128>,tensorflow::int64>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/scan_ops.cc(167): note: see reference to class template instantiation 'tensorflow::ScanOp<tensorflow::CPUDevice,tensorflow::complex128,Eigen::internal::ProdReducer<tensorflow::complex128>,tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_1.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1d88ea0d20d78b8153d22459b51a7e2e>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,1>,const Eigen::DSizes<int,1>,const Eigen::TensorMap<Eigen::Tensor<T,1,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,1,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,1>,const Eigen::DSizes<int,1>,const Eigen::TensorMap<Eigen::Tensor<const __int64,1,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,1>,const Eigen::DSizes<int,1>,const Eigen::TensorMap<Eigen::Tensor<T,1,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,1,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,1>,const Eigen::DSizes<int,1>,const Eigen::TensorMap<Eigen::Tensor<const __int64,1,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,1>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,1,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,1,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,1> &,const Eigen::DSizes<Eigen::DenseIndex,1> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,1>' being compiled

INFO: From Compiling tensorflow/core/kernels/mirror_pad_op_cpu_impl_3.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,3>,const Eigen::TensorMap<Eigen::Tensor<const T,3,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,3,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,3>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,3,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,3>,const Eigen::TensorMap<Eigen::Tensor<const T,3,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,3,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,3>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,3,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(344): note: while compiling class template member function 'void tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,3>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,3,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,3,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,__int64>,16,Eigen::MakePointer>,int)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32

        ]

.\tensorflow/core/kernels/mirror_pad_op_cpu_impl.h(31): note: see reference to class template instantiation 'tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,3>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_6.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_1381f3f2b8bb0bf7df9b49e27f033d02>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,6>,const Eigen::DSizes<int,6>,const Eigen::TensorMap<Eigen::Tensor<T,6,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,6,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,6>,const Eigen::DSizes<int,6>,const Eigen::TensorMap<Eigen::Tensor<const __int64,6,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,6>,const Eigen::DSizes<int,6>,const Eigen::TensorMap<Eigen::Tensor<T,6,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,6,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,6>,const Eigen::DSizes<int,6>,const Eigen::TensorMap<Eigen::Tensor<const __int64,6,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,6>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,6,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,6,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,6> &,const Eigen::DSizes<Eigen::DenseIndex,6> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,6>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_7.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_55d16bdc6e60917816f2d230e09dba7e>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,7>,const Eigen::DSizes<int,7>,const Eigen::TensorMap<Eigen::Tensor<T,7,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,7,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,7>,const Eigen::DSizes<int,7>,const Eigen::TensorMap<Eigen::Tensor<const __int64,7,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,7>,const Eigen::DSizes<int,7>,const Eigen::TensorMap<Eigen::Tensor<T,7,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,7,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,7>,const Eigen::DSizes<int,7>,const Eigen::TensorMap<Eigen::Tensor<const __int64,7,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,7>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,7,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,7,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,7> &,const Eigen::DSizes<Eigen::DenseIndex,7> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,7>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_3.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_4e0ed3a4f449669597c6362f0a76aa99>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,3>,const Eigen::DSizes<int,3>,const Eigen::TensorMap<Eigen::Tensor<T,3,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,3,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,3>,const Eigen::DSizes<int,3>,const Eigen::TensorMap<Eigen::Tensor<const __int64,3,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,3>,const Eigen::DSizes<int,3>,const Eigen::TensorMap<Eigen::Tensor<T,3,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,3,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,3>,const Eigen::DSizes<int,3>,const Eigen::TensorMap<Eigen::Tensor<const __int64,3,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,3>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,3,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,3,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,3> &,const Eigen::DSizes<Eigen::DenseIndex,3> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,3>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_4.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_616a8dd2f8be7f80b33d0b3b03e8f33b>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,4>,const Eigen::DSizes<int,4>,const Eigen::TensorMap<Eigen::Tensor<T,4,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,4,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,4>,const Eigen::DSizes<int,4>,const Eigen::TensorMap<Eigen::Tensor<const __int64,4,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,4>,const Eigen::DSizes<int,4>,const Eigen::TensorMap<Eigen::Tensor<T,4,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,4,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,4>,const Eigen::DSizes<int,4>,const Eigen::TensorMap<Eigen::Tensor<const __int64,4,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,4>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,4,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,4,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,4> &,const Eigen::DSizes<Eigen::DenseIndex,4> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,4>' being compiled

INFO: From Compiling tensorflow/core/kernels/batch_matmul_op_complex.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,

            _Ty=std::streamsize,

            _Callable=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,

            _Ty=std::streamsize,

            _Callable=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(238): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,void,void>(_Fx)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(233): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>,void,void>(_Fx)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Launch::<lambda_4fafd3842af8af2589326ae9db6dfecf>

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(209): note: while compiling class template member function 'void tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch(tensorflow::OpKernelContext *,const tensorflow::Tensor &,const tensorflow::Tensor &,bool,bool,tensorflow::Tensor *)'

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(597): note: see reference to function template instantiation 'void tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch(tensorflow::OpKernelContext *,const tensorflow::Tensor &,const tensorflow::Tensor &,bool,bool,tensorflow::Tensor *)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(597): note: see reference to class template instantiation 'tensorflow::LaunchBatchMatMul<Device,Scalar>' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=tensorflow::complex64

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(547): note: while compiling class template member function 'void tensorflow::BatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/batch_matmul_op_complex.cc(25): note: see reference to class template instantiation 'tensorflow::BatchMatMul<tensorflow::CPUDevice,tensorflow::complex64>' being compiled

INFO: From Compiling tensorflow/core/kernels/nth_element_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,

            _Ty=std::streamsize,

            _Callable=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,

            _Ty=std::streamsize,

            _Callable=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,tensorflow::int64,tensorflow::int64>::_Do_call(tensorflow::int64 &&,tensorflow::int64 &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,tensorflow::int64,tensorflow::int64>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset<tensorflow::functor::NthElementFunctor<Device,T>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64,

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset<tensorflow::functor::NthElementFunctor<Device,T>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64,

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>

        ]

tensorflow/core/kernels/nth_element_op.cc(120): note: see reference to function template instantiation 'std::function<void (tensorflow::int64,tensorflow::int64)>::function<tensorflow::functor::NthElementFunctor<Device,T>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,void,void>(_Fx)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64,

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>

        ]

tensorflow/core/kernels/nth_element_op.cc(119): note: see reference to function template instantiation 'std::function<void (tensorflow::int64,tensorflow::int64)>::function<tensorflow::functor::NthElementFunctor<Device,T>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>,void,void>(_Fx)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64,

            _Fx=tensorflow::functor::NthElementFunctor<tensorflow::CPUDevice,tensorflow::int64>::()::<lambda_612e044bffa6e2c97d3fbdb3359adca7>

        ]

tensorflow/core/kernels/nth_element_op.cc(88): note: while compiling class template member function 'void tensorflow::functor::NthElementFunctor<Device,T>::operator ()(tensorflow::OpKernelContext *,const tensorflow::Tensor &,tensorflow::Tensor &,int,bool)'

        with

        [

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64

        ]

tensorflow/core/kernels/nth_element_op.cc(76): note: see reference to function template instantiation 'void tensorflow::functor::NthElementFunctor<Device,T>::operator ()(tensorflow::OpKernelContext *,const tensorflow::Tensor &,tensorflow::Tensor &,int,bool)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64

        ]

tensorflow/core/kernels/nth_element_op.cc(75): note: see reference to class template instantiation 'tensorflow::functor::NthElementFunctor<Device,T>' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            T=tensorflow::int64

        ]

tensorflow/core/kernels/nth_element_op.cc(40): note: while compiling class template member function 'void tensorflow::NthElementOp<tensorflow::CPUDevice,tensorflow::int64>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/nth_element_op.cc(131): note: see reference to class template instantiation 'tensorflow::NthElementOp<tensorflow::CPUDevice,tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/batch_matmul_op_real.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,

            _Ty=std::streamsize,

            _Callable=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,

            _Ty=std::streamsize,

            _Callable=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            Device=tensorflow::CPUDevice,

            Scalar=float,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            Device=tensorflow::CPUDevice,

            Scalar=float,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(238): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,void,void>(_Fx)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=float,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(233): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>,void,void>(_Fx)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=float,

            _Fx=tensorflow::LaunchBatchMatMul<tensorflow::CPUDevice,float>::Launch::<lambda_efc9d2ec0ca3c5f76fa4f93d748709fd>

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(209): note: while compiling class template member function 'void tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch(tensorflow::OpKernelContext *,const tensorflow::Tensor &,const tensorflow::Tensor &,bool,bool,tensorflow::Tensor *)'

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=float

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(597): note: see reference to function template instantiation 'void tensorflow::LaunchBatchMatMul<Device,Scalar>::Launch(tensorflow::OpKernelContext *,const tensorflow::Tensor &,const tensorflow::Tensor &,bool,bool,tensorflow::Tensor *)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=float

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(597): note: see reference to class template instantiation 'tensorflow::LaunchBatchMatMul<Device,Scalar>' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            Scalar=float

        ]

.\tensorflow/core/kernels/batch_matmul_op_impl.h(547): note: while compiling class template member function 'void tensorflow::BatchMatMul<tensorflow::CPUDevice,float>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/batch_matmul_op_real.cc(29): note: see reference to class template instantiation 'tensorflow::BatchMatMul<tensorflow::CPUDevice,float>' being compiled

INFO: From Compiling tensorflow/core/kernels/unique_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(200): warning C4244: 'initializing': conversion from '__int64' to 'tensorflow::int32', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64,void,0>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64,void,0>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,_Ty>(_Objty *,_Ty &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>,

            _Objty=std::pair<const std::string,tensorflow::int32>,

            _Ty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,_Ty>(_Objty *,_Ty &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>,

            _Objty=std::pair<const std::string,tensorflow::int32>,

            _Ty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::allocator<_Other> &,_Objty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>>,

            _Ty=std::pair<const std::string,tensorflow::int32>,

            _Other=std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>,

            _Objty=std::pair<const std::string,tensorflow::int32>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::allocator<_Other> &,_Objty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>>,

            _Ty=std::pair<const std::string,tensorflow::int32>,

            _Other=std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>,

            _Objty=std::pair<const std::string,tensorflow::int32>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(837): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(_Ty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>,

            _Ty=std::pair<const std::string,tensorflow::int32>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(835): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(_Ty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,tensorflow::int32>,void *>,

            _Ty=std::pair<const std::string,tensorflow::int32>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1065): note: see reference to function template instantiation 'std::_List_node<std::pair<const _Kty,_Ty>,void *> *std::_List_buy<std::pair<const _Kty,_Ty>,_Alloc>::_Buynode<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Alloc=std::allocator<std::pair<const std::string,tensorflow::int32>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1064): note: see reference to function template instantiation 'std::_List_node<std::pair<const _Kty,_Ty>,void *> *std::_List_buy<std::pair<const _Kty,_Ty>,_Alloc>::_Buynode<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Alloc=std::allocator<std::pair<const std::string,tensorflow::int32>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1037): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1037): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xhash(254): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::emplace_front<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xhash(254): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::emplace_front<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\unordered_map(252): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::emplace<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Hasher=std::hash<std::string>,

            _Keyeq=std::equal_to<std::string>,

            _Alloc=std::allocator<std::pair<const std::string,tensorflow::int32>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\unordered_map(252): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::emplace<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Hasher=std::hash<std::string>,

            _Keyeq=std::equal_to<std::string>,

            _Alloc=std::allocator<std::pair<const std::string,tensorflow::int32>>

        ]

tensorflow/core/kernels/unique_op.cc(112): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::unordered_map<_Kty,_Ty,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>,void>(_Valty &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Valty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>

        ]

tensorflow/core/kernels/unique_op.cc(112): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::unordered_map<_Kty,_Ty,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>,void>(_Valty &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Valty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,__int64>

        ]

tensorflow/core/kernels/unique_op.cc(37): note: while compiling class template member function 'void tensorflow::UniqueOp<std::string,tensorflow::int32>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/unique_op.cc(239): note: see reference to class template instantiation 'tensorflow::UniqueOp<std::string,tensorflow::int32>' being compiled

INFO: From Compiling tensorflow/core/kernels/transpose_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): warning C4244: 'initializing': conversion from 'volatile const tensorflow::int64' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,volatile const Tperm&>(_Objty *,volatile const Tperm &)' being compiled

        with

        [

            _Ty=int,

            _Objty=int,

            Tperm=tensorflow::int64

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,volatile const Tperm&>(_Objty *,volatile const Tperm &)' being compiled

        with

        [

            _Ty=int,

            _Objty=int,

            Tperm=tensorflow::int64

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,volatile const Tperm&>(std::allocator<_Ty> &,_Objty *,volatile const Tperm &)' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ty=int,

            Tperm=tensorflow::int64,

            _Objty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,volatile const Tperm&>(std::allocator<_Ty> &,_Objty *,volatile const Tperm &)' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ty=int,

            Tperm=tensorflow::int64,

            _Objty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory(225): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,volatile const Tperm&>(_Ty *,volatile const Tperm &)' being compiled

        with

        [

            _Ty=int,

            Tperm=tensorflow::int64

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory(225): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,volatile const Tperm&>(_Ty *,volatile const Tperm &)' being compiled

        with

        [

            _Ty=int,

            Tperm=tensorflow::int64

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory(251): note: see reference to function template instantiation '_FwdIt *std::_Uninitialized_copy_al_unchecked1<_InIt,_FwdIt,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,std::_Wrap_alloc<std::allocator<_Ty>> &,std::_General_ptr_iterator_tag,std::_Any_tag)' being compiled

        with

        [

            _FwdIt=int *,

            _InIt=volatile const tensorflow::int64 *,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory(264): note: see reference to function template instantiation '_FwdIt *std::_Uninitialized_copy_al_unchecked<_Iter,int*,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,std::_Wrap_alloc<std::allocator<_Ty>> &)' being compiled

        with

        [

            _FwdIt=int *,

            _Iter=volatile const tensorflow::int64 *,

            _Ty=int,

            _InIt=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(1653): note: see reference to function template instantiation '_FwdIt *std::_Uninitialized_copy<_Iter,int*,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,std::_Wrap_alloc<std::allocator<_Ty>> &)' being compiled

        with

        [

            _FwdIt=int *,

            _Iter=volatile const tensorflow::int64 *,

            _Ty=int,

            _InIt=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(818): note: see reference to function template instantiation 'int *std::vector<int,std::allocator<_Ty>>::_Ucopy<_Iter>(_Iter,_Iter,int *)' being compiled

        with

        [

            _Ty=int,

            _Iter=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(818): note: see reference to function template instantiation 'int *std::vector<int,std::allocator<_Ty>>::_Ucopy<_Iter>(_Iter,_Iter,int *)' being compiled

        with

        [

            _Ty=int,

            _Iter=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(793): note: see reference to function template instantiation 'void std::vector<int,std::allocator<_Ty>>::_Construct<_Iter>(_Iter,_Iter,std::forward_iterator_tag)' being compiled

        with

        [

            _Ty=int,

            _Iter=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(793): note: see reference to function template instantiation 'void std::vector<int,std::allocator<_Ty>>::_Construct<_Iter>(_Iter,_Iter,std::forward_iterator_tag)' being compiled

        with

        [

            _Ty=int,

            _Iter=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(778): note: see reference to function template instantiation 'void std::vector<int,std::allocator<_Ty>>::_Construct<_Iter>(_Iter,_Iter)' being compiled

        with

        [

            _Ty=int,

            _Iter=volatile const tensorflow::int64 *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(778): note: see reference to function template instantiation 'void std::vector<int,std::allocator<_Ty>>::_Construct<_Iter>(_Iter,_Iter)' being compiled

        with

        [

            _Ty=int,

            _Iter=volatile const tensorflow::int64 *

        ]

tensorflow/core/kernels/transpose_op.cc(123): note: see reference to function template instantiation 'std::vector<int,std::allocator<_Ty>>::vector<volatile const Tperm*,void>(_Iter,_Iter)' being compiled

        with

        [

            _Ty=int,

            Tperm=tensorflow::int64,

            _Iter=volatile const tensorflow::int64 *

        ]

tensorflow/core/kernels/transpose_op.cc(123): note: see reference to function template instantiation 'std::vector<int,std::allocator<_Ty>>::vector<volatile const Tperm*,void>(_Iter,_Iter)' being compiled

        with

        [

            _Ty=int,

            Tperm=tensorflow::int64,

            _Iter=volatile const tensorflow::int64 *

        ]

tensorflow/core/kernels/transpose_op.cc(159): note: see reference to function template instantiation 'tensorflow::Status tensorflow::`anonymous-namespace'::PermutationHelper<tensorflow::int64>(const tensorflow::Tensor &,const int,std::vector<int,std::allocator<_Ty>> *)' being compiled

        with

        [

            _Ty=int

        ]

INFO: From Compiling tensorflow/core/kernels/random_poisson_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,

            _Ty=std::streamsize,

            _Callable=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,

            _Ty=std::streamsize,

            _Callable=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            T=Eigen::half,

            U=Eigen::half,

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            T=Eigen::half,

            U=Eigen::half,

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>

        ]

tensorflow/core/kernels/random_poisson_op.cc(269): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,void,void>(_Fx)' being compiled

        with

        [

            T=Eigen::half,

            U=Eigen::half,

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>

        ]

tensorflow/core/kernels/random_poisson_op.cc(268): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>,void,void>(_Fx)' being compiled

        with

        [

            T=Eigen::half,

            U=Eigen::half,

            _Fx=tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,Eigen::half,Eigen::half>::()::<lambda_f3a85d5d1ea92de215190ac8d7db019a>

        ]

tensorflow/core/kernels/random_poisson_op.cc(81): note: while compiling class template member function 'void tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>::operator ()(tensorflow::OpKernelContext *,const tensorflow::`anonymous-namespace'::CPUDevice &,const T *,int,int,const tensorflow::random::PhiloxRandom &,U *)'

        with

        [

            T=Eigen::half,

            U=Eigen::half

        ]

tensorflow/core/kernels/random_poisson_op.cc(308): note: see reference to function template instantiation 'void tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>::operator ()(tensorflow::OpKernelContext *,const tensorflow::`anonymous-namespace'::CPUDevice &,const T *,int,int,const tensorflow::random::PhiloxRandom &,U *)' being compiled

        with

        [

            T=Eigen::half,

            U=Eigen::half

        ]

tensorflow/core/kernels/random_poisson_op.cc(308): note: see reference to class template instantiation 'tensorflow::functor::PoissonFunctor<tensorflow::`anonymous-namespace'::CPUDevice,T,U>' being compiled

        with

        [

            T=Eigen::half,

            U=Eigen::half

        ]

tensorflow/core/kernels/random_poisson_op.cc(288): note: while compiling class template member function 'void tensorflow::`anonymous-namespace'::RandomPoissonOp<Eigen::half,Eigen::half>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/random_poisson_op.cc(327): note: see reference to class template instantiation 'tensorflow::`anonymous-namespace'::RandomPoissonOp<Eigen::half,Eigen::half>' being compiled

INFO: From Compiling tensorflow/core/kernels/random_shuffle_queue_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): warning C4244: 'argument': conversion from 'const tensorflow::int64' to 'tensorflow::int32', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Objty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Objty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(std::allocator<_Ty> &,_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::QueueBase::Attempt>,

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>,

            _Objty=tensorflow::QueueBase::Attempt

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(std::allocator<_Ty> &,_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::QueueBase::Attempt>,

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>,

            _Objty=tensorflow::QueueBase::Attempt

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\deque(1190): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(_Ty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\deque(1188): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(_Ty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

tensorflow/core/kernels/random_shuffle_queue_op.cc(221): note: see reference to function template instantiation 'void std::deque<tensorflow::QueueBase::Attempt,std::allocator<_Ty>>::emplace_back<const tensorflow::int64&,tensorflow::QueueInterface::DoneCallback&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(const tensorflow::int64 &,tensorflow::QueueInterface::DoneCallback &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt

        ]

tensorflow/core/kernels/random_shuffle_queue_op.cc(195): note: see reference to function template instantiation 'void std::deque<tensorflow::QueueBase::Attempt,std::allocator<_Ty>>::emplace_back<const tensorflow::int64&,tensorflow::QueueInterface::DoneCallback&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af>>(const tensorflow::int64 &,tensorflow::QueueInterface::DoneCallback &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::RandomShuffleQueue::TryEnqueueMany::<lambda_6a5189fc70b3c42ad86131c4f4dff3af> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/grappler/utils/functions.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

tensorflow/core/grappler/utils/functions.cc(733): note: see reference to function template instantiation 'std::pair<google::protobuf::io::CodedInputStream::Limit,int>::pair<int&,std::size_t,void,0>(_Other1,_Other2 &&) noexcept' being compiled

        with

        [

            _Other1=int &,

            _Other2=std::size_t

        ]

tensorflow/core/grappler/utils/functions.cc(733): note: see reference to function template instantiation 'std::pair<google::protobuf::io::CodedInputStream::Limit,int>::pair<int&,std::size_t,void,0>(_Other1,_Other2 &&) noexcept' being compiled

        with

        [

            _Other1=int &,

            _Other2=std::size_t

        ]

INFO: From Compiling tensorflow/core/kernels/dynamic_stitch_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,

            _Ty=std::streamsize,

            _Callable=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,

            _Ty=std::streamsize,

            _Callable=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,tensorflow::int64,tensorflow::int64>::_Do_call(tensorflow::int64 &&,tensorflow::int64 &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,tensorflow::int64,tensorflow::int64>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset<tensorflow::DynamicStitchOpImplCPU<T,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            T=tensorflow::qint32,

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset<tensorflow::DynamicStitchOpImplCPU<T,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            T=tensorflow::qint32,

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>

        ]

tensorflow/core/kernels/dynamic_stitch_op.cc(292): note: see reference to function template instantiation 'std::function<void (tensorflow::int64,tensorflow::int64)>::function<tensorflow::DynamicStitchOpImplCPU<T,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,void,void>(_Fx)' being compiled

        with

        [

            T=tensorflow::qint32,

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>

        ]

tensorflow/core/kernels/dynamic_stitch_op.cc(291): note: see reference to function template instantiation 'std::function<void (tensorflow::int64,tensorflow::int64)>::function<tensorflow::DynamicStitchOpImplCPU<T,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>,void,void>(_Fx)' being compiled

        with

        [

            T=tensorflow::qint32,

            _Fx=tensorflow::DynamicStitchOpImplCPU<tensorflow::qint32,true>::Compute::<lambda_e9e700510980ecbfc7881f05b5ff0b16>

        ]

tensorflow/core/kernels/dynamic_stitch_op.cc(223): note: while compiling class template member function 'void tensorflow::DynamicStitchOpImplCPU<T,true>::Compute(tensorflow::OpKernelContext *)'

        with

        [

            T=tensorflow::qint32

        ]

tensorflow/core/kernels/dynamic_stitch_op.cc(312): note: see reference to class template instantiation 'tensorflow::DynamicStitchOpImplCPU<T,true>' being compiled

        with

        [

            T=tensorflow::qint32

        ]

tensorflow/core/kernels/dynamic_stitch_op.cc(330): note: see reference to class template instantiation 'tensorflow::ParallelDynamicStitchOpCPU<tensorflow::qint32>' being compiled

INFO: From Compiling tensorflow/core/kernels/mirror_pad_op_cpu_impl_5.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=int,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,false>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,5>,const Eigen::TensorMap<Eigen::Tensor<const T,5,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,5,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,5>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,5,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(351): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,5>,const Eigen::TensorMap<Eigen::Tensor<const T,5,1,IndexType>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,5,1,tensorflow::int32>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32,

            OtherDerived=Eigen::TensorMirrorPadOp<Eigen::array<Eigen::IndexPair<int>,5>,const Eigen::TensorMap<Eigen::Tensor<const tensorflow::int64,5,1,tensorflow::int32>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/mirror_pad_op.h(344): note: while compiling class template member function 'void tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,5>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,5,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,5,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,__int64>,16,Eigen::MakePointer>,int)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=tensorflow::int32

        ]

.\tensorflow/core/kernels/mirror_pad_op_cpu_impl.h(31): note: see reference to class template instantiation 'tensorflow::functor::MirrorPad<tensorflow::CpuDevice,tensorflow::int64,tensorflow::int64,5>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_2.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_adb9e750f8f539f99d4f0e155debe5e1>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,2>,const Eigen::DSizes<int,2>,const Eigen::TensorMap<Eigen::Tensor<T,2,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,2,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,2>,const Eigen::DSizes<int,2>,const Eigen::TensorMap<Eigen::Tensor<const __int64,2,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,2>,const Eigen::DSizes<int,2>,const Eigen::TensorMap<Eigen::Tensor<T,2,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,2,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,2>,const Eigen::DSizes<int,2>,const Eigen::TensorMap<Eigen::Tensor<const __int64,2,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,2>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,2,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,2,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,2> &,const Eigen::DSizes<Eigen::DenseIndex,2> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,2>' being compiled

INFO: From Compiling tensorflow/core/kernels/slice_op_cpu_impl_5.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,

            _Ty=std::streamsize,

            _Callable=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>::_Do_call(Eigen::Index &&,Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index,Eigen::Index>::_Reset<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(308): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(293): note: see reference to function template instantiation 'std::function<void (Eigen::Index,Eigen::Index)>::function<Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>,void,void>(_Fx)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            _Fx=Eigen::internal::TensorExecutor<const Assign,tensorflow::CpuDevice,false,true>::run::<lambda_53599e5609638fdf86180472168132fa>

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(257): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,false,true>' being compiled

        with

        [

            DeviceType=tensorflow::CpuDevice

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,5>,const Eigen::DSizes<int,5>,const Eigen::TensorMap<Eigen::Tensor<T,5,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,5,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,5>,const Eigen::DSizes<int,5>,const Eigen::TensorMap<Eigen::Tensor<const __int64,5,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(44): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorSlicingOp<const Eigen::DSizes<int,5>,const Eigen::DSizes<int,5>,const Eigen::TensorMap<Eigen::Tensor<T,5,1,int>,16,Eigen::MakePointer>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<tensorflow::int64,5,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CpuDevice,

            T=const __int64,

            OtherDerived=Eigen::TensorSlicingOp<const Eigen::DSizes<int,5>,const Eigen::DSizes<int,5>,const Eigen::TensorMap<Eigen::Tensor<const __int64,5,1,int>,16,Eigen::MakePointer>>

        ]

.\tensorflow/core/kernels/slice_op.h(32): note: while compiling class template member function 'void tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,5>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<T,5,1,IndexType>,16,Eigen::MakePointer>,Eigen::TensorMap<Eigen::Tensor<const T,5,1,IndexType>,16,Eigen::MakePointer>,const Eigen::DSizes<Eigen::DenseIndex,5> &,const Eigen::DSizes<Eigen::DenseIndex,5> &)'

        with

        [

            Device=tensorflow::CpuDevice,

            T=tensorflow::int64,

            IndexType=Eigen::DenseIndex

        ]

.\tensorflow/core/kernels/slice_op_cpu_impl.h(32): note: see reference to class template instantiation 'tensorflow::functor::Slice<tensorflow::CpuDevice,tensorflow::int64,5>' being compiled

INFO: From Compiling tensorflow/core/util/tensor_bundle/tensor_bundle.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4244: 'initializing': conversion from 'google::protobuf::uint64' to 'tensorflow::int32', possible loss of data

tensorflow/core/util/tensor_bundle/tensor_bundle.cc(658): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<std::string,unsigned __int64,void,0>(_Other1 &&,_Other2 &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Other1=std::string,

            _Other2=unsigned __int64

        ]

tensorflow/core/util/tensor_bundle/tensor_bundle.cc(656): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<std::string,unsigned __int64,void,0>(_Other1 &&,_Other2 &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=tensorflow::int32,

            _Other1=std::string,

            _Other2=unsigned __int64

        ]

INFO: From Compiling tensorflow/core/grappler/optimizers/loop_optimizer.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<NodeDefT*&,unsigned __int64,void,0>(_Other1,_Other2 &&) noexcept' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            NodeDefT=tensorflow::NodeDef,

            _Other1=tensorflow::NodeDef *&,

            _Other2=google::protobuf::Map<std::string,tensorflow::AttrValue>::std::size_type

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<NodeDefT*&,unsigned __int64,void,0>(_Other1,_Other2 &&) noexcept' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            NodeDefT=tensorflow::NodeDef,

            _Other1=tensorflow::NodeDef *&,

            _Other2=google::protobuf::Map<std::string,tensorflow::AttrValue>::std::size_type

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,NodeDefT*&,std::_Ty>(_Objty *,NodeDefT *&,_Ty &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>,

            NodeDefT=tensorflow::NodeDef,

            _Ty=google::protobuf::Map<std::string,tensorflow::AttrValue>::std::size_type

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,NodeDefT*&,std::_Ty>(_Objty *,NodeDefT *&,_Ty &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>,

            NodeDefT=tensorflow::NodeDef,

            _Ty=google::protobuf::Map<std::string,tensorflow::AttrValue>::std::size_type

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,NodeDefT*&,unsigned __int64>(std::allocator<_Other> &,_Objty *,NodeDefT *&,unsigned __int64 &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>,

            NodeDefT=tensorflow::NodeDef,

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,NodeDefT*&,unsigned __int64>(std::allocator<_Other> &,_Objty *,NodeDefT *&,unsigned __int64 &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>,

            NodeDefT=tensorflow::NodeDef,

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(889): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,NodeDefT*&,unsigned __int64>(_Ty *,NodeDefT *&,unsigned __int64 &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>,

            NodeDefT=tensorflow::NodeDef

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(887): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,NodeDefT*&,unsigned __int64>(_Ty *,NodeDefT *&,unsigned __int64 &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>,

            NodeDefT=tensorflow::NodeDef

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(1076): note: see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_comp_alloc<_Traits>::_Buynode<NodeDefT*&,unsigned __int64>(NodeDefT *&,unsigned __int64 &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Traits=std::_Tmap_traits<tensorflow::NodeDef *,int,std::less<tensorflow::NodeDef *>,std::allocator<std::pair<tensorflow::NodeDef *const ,int>>,false>,

            NodeDefT=tensorflow::NodeDef

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(1076): note: see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_comp_alloc<_Traits>::_Buynode<NodeDefT*&,unsigned __int64>(NodeDefT *&,unsigned __int64 &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Traits=std::_Tmap_traits<tensorflow::NodeDef *,int,std::less<tensorflow::NodeDef *>,std::allocator<std::pair<tensorflow::NodeDef *const ,int>>,false>,

            NodeDefT=tensorflow::NodeDef

        ]

tensorflow/core/grappler/optimizers/loop_optimizer.cc(340): note: see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace<tensorflow::NodeDef*&,unsigned __int64>(tensorflow::NodeDef *&,unsigned __int64 &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Pr=std::less<tensorflow::NodeDef *>,

            _Alloc=std::allocator<std::pair<tensorflow::NodeDef *const ,int>>

        ]

tensorflow/core/grappler/optimizers/loop_optimizer.cc(340): note: see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace<tensorflow::NodeDef*&,unsigned __int64>(tensorflow::NodeDef *&,unsigned __int64 &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Pr=std::less<tensorflow::NodeDef *>,

            _Alloc=std::allocator<std::pair<tensorflow::NodeDef *const ,int>>

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(200): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<tensorflow::NodeDef*,unsigned __int64,void,0>(std::pair<tensorflow::NodeDef *,unsigned __int64> &&) noexcept' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<tensorflow::NodeDef*,unsigned __int64,void,0>(std::pair<tensorflow::NodeDef *,unsigned __int64> &&) noexcept' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,_Ty>(_Objty *,_Ty &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>,

            _Ty=std::pair<tensorflow::NodeDef *,unsigned __int64>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,_Ty>(_Objty *,_Ty &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>,

            _Ty=std::pair<tensorflow::NodeDef *,unsigned __int64>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::pair<tensorflow::NodeDef *,unsigned __int64>>(std::allocator<_Other> &,_Objty *,std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>,

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::pair<tensorflow::NodeDef *,unsigned __int64>>(std::allocator<_Other> &,_Objty *,std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>,

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Objty=std::pair<tensorflow::NodeDef *const ,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(889): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,std::pair<tensorflow::NodeDef *,unsigned __int64>>(_Ty *,std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(887): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,std::pair<tensorflow::NodeDef *,unsigned __int64>>(_Ty *,std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Other=std::_Tree_node<std::pair<tensorflow::NodeDef *const ,int>,void *>,

            _Ty=std::pair<tensorflow::NodeDef *const ,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(1076): note: see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_comp_alloc<_Traits>::_Buynode<std::pair<tensorflow::NodeDef *,unsigned __int64>>(std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Traits=std::_Tmap_traits<tensorflow::NodeDef *,int,std::less<tensorflow::NodeDef *>,std::allocator<std::pair<tensorflow::NodeDef *const ,int>>,false>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xtree(1076): note: see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_comp_alloc<_Traits>::_Buynode<std::pair<tensorflow::NodeDef *,unsigned __int64>>(std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Traits=std::_Tmap_traits<tensorflow::NodeDef *,int,std::less<tensorflow::NodeDef *>,std::allocator<std::pair<tensorflow::NodeDef *const ,int>>,false>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\map(194): note: see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace<std::pair<tensorflow::NodeDef *,unsigned __int64>>(std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Pr=std::less<tensorflow::NodeDef *>,

            _Alloc=std::allocator<std::pair<tensorflow::NodeDef *const ,int>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\map(194): note: see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace<std::pair<tensorflow::NodeDef *,unsigned __int64>>(std::pair<tensorflow::NodeDef *,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Pr=std::less<tensorflow::NodeDef *>,

            _Alloc=std::allocator<std::pair<tensorflow::NodeDef *const ,int>>

        ]

tensorflow/core/grappler/optimizers/loop_optimizer.cc(353): note: see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::map<_Kty,_Ty,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::insert<std::pair<tensorflow::NodeDef *,unsigned __int64>,void>(_Valty &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Valty=std::pair<tensorflow::NodeDef *,unsigned __int64>

        ]

tensorflow/core/grappler/optimizers/loop_optimizer.cc(352): note: see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::map<_Kty,_Ty,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::insert<std::pair<tensorflow::NodeDef *,unsigned __int64>,void>(_Valty &&)' being compiled

        with

        [

            _Kty=tensorflow::NodeDef *,

            _Ty=int,

            _Valty=std::pair<tensorflow::NodeDef *,unsigned __int64>

        ]

INFO: From Compiling tensorflow/core/graph/graph_constructor.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,std::string&,int&,tensorflow::Node*&,size_t&>(_Objty *,std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo,

            _Objty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,std::string&,int&,tensorflow::Node*&,size_t&>(_Objty *,std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo,

            _Objty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::string&,int&,tensorflow::Node*&,size_t&>(std::allocator<_Ty> &,_Objty *,std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo>,

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo,

            _Objty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::string&,int&,tensorflow::Node*&,size_t&>(std::allocator<_Ty> &,_Objty *,std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo>,

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo,

            _Objty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(930): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,std::string&,int&,tensorflow::Node*&,size_t&>(_Ty *,std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(929): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,std::string&,int&,tensorflow::Node*&,size_t&>(_Ty *,std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

tensorflow/core/graph/graph_constructor.cc(1037): note: see reference to function template instantiation 'void std::vector<tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo,std::allocator<_Ty>>::emplace_back<std::string&,int&,tensorflow::Node*&,size_t&>(std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

tensorflow/core/graph/graph_constructor.cc(1037): note: see reference to function template instantiation 'void std::vector<tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo,std::allocator<_Ty>>::emplace_back<std::string&,int&,tensorflow::Node*&,size_t&>(std::string &,int &,tensorflow::Node *&,size_t &)' being compiled

        with

        [

            _Ty=tensorflow::`anonymous-namespace'::GraphConstructor::EdgeInfo

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/extract_volume_patches_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'StorageIndex std::_Invoker_functor::_Call<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1468): note: see reference to function template instantiation 'StorageIndex std::invoke<StorageIndex(__cdecl *&)(StorageIndex),_Ty>(_Callable,_Ty &&)' being compiled

        with

        [

            StorageIndex=int,

            _Ty=std::streamsize,

            _Callable=int (__cdecl *&)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation '_Rx std::_Invoke_ret<_Rx,StorageIndex(__cdecl *&)(StorageIndex),_Ty>(std::_Forced<_Rx,false>,StorageIndex (__cdecl *&)(StorageIndex),_Ty &&)' being compiled

        with

        [

            _Rx=Eigen::Index,

            StorageIndex=int,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'Eigen::Index std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>::_Do_call(Eigen::Index &&)'

        with

        [

            _Alloc=std::allocator<tensorflow::int32>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,Eigen::Index>' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::int32>,

            _Ret=Eigen::Index

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=tensorflow::int32,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<tensorflow::int32>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset_alloc<StorageIndex(__cdecl *)(StorageIndex),std::allocator<_Ty>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Ty=tensorflow::int32,

            _Fx=int (__cdecl *)(int),

            _Alloc=std::allocator<tensorflow::int32>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,Eigen::Index>::_Reset<StorageIndex(__cdecl *)(StorageIndex)>(_Fx &&)' being compiled

        with

        [

            _Ret=Eigen::Index,

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(239): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(235): note: see reference to function template instantiation 'std::function<Eigen::Index (Eigen::Index)>::function<StorageIndex(__cdecl *)(StorageIndex),int,void>(_Fx)' being compiled

        with

        [

            StorageIndex=int,

            _Fx=int (__cdecl *)(int)

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorExecutor.h(227): note: while compiling class template member function 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,true,false>::run(Expression &,const Eigen::ThreadPoolDevice &)'

        with

        [

            DeviceType=tensorflow::CPUDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to function template instantiation 'void Eigen::internal::TensorExecutor<const Assign,DeviceType,true,false>::run(Expression &,const Eigen::ThreadPoolDevice &)' being compiled

        with

        [

            DeviceType=tensorflow::CPUDevice,

            Expression=const Assign

        ]

c:\users\rb\_bazel_rb\khvpexco\execroot\org_tensorflow\external\eigen_archive\unsupported\eigen\cxx11\src/Tensor/TensorDevice.h(35): note: see reference to class template instantiation 'Eigen::internal::TensorExecutor<const Assign,DeviceType,true,false>' being compiled

        with

        [

            DeviceType=tensorflow::CPUDevice

        ]

.\tensorflow/core/kernels/extract_volume_patches_op.h(43): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorReshapingOp<const Eigen::DSizes<int,5>,const Eigen::TensorVolumePatchOp<-1,-1,-1,const Eigen::TensorMap<Eigen::Tensor<T,5,1,int>,16,Eigen::MakePointer>>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<double,5,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CPUDevice,

            T=const double,

            OtherDerived=Eigen::TensorReshapingOp<const Eigen::DSizes<int,5>,const Eigen::TensorVolumePatchOp<-1,-1,-1,const Eigen::TensorMap<Eigen::Tensor<const double,5,1,int>,16,Eigen::MakePointer>>>

        ]

.\tensorflow/core/kernels/extract_volume_patches_op.h(38): note: see reference to function template instantiation 'Eigen::TensorDevice<Derived,Device> &Eigen::TensorDevice<Derived,Device>::operator =<Eigen::TensorReshapingOp<const Eigen::DSizes<int,5>,const Eigen::TensorVolumePatchOp<-1,-1,-1,const Eigen::TensorMap<Eigen::Tensor<T,5,1,int>,16,Eigen::MakePointer>>>>(const OtherDerived &)' being compiled

        with

        [

            Derived=Eigen::TensorMap<Eigen::Tensor<double,5,1,int>,16,Eigen::MakePointer>,

            Device=tensorflow::CPUDevice,

            T=const double,

            OtherDerived=Eigen::TensorReshapingOp<const Eigen::DSizes<int,5>,const Eigen::TensorVolumePatchOp<-1,-1,-1,const Eigen::TensorMap<Eigen::Tensor<const double,5,1,int>,16,Eigen::MakePointer>>>

        ]

.\tensorflow/core/kernels/extract_volume_patches_op.h(34): note: while compiling class template member function 'void tensorflow::functor::ExtractVolumePatchesForward<Device,T>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<const T,5,1,IndexType>,16,Eigen::MakePointer>,int,int,int,int,int,int,const Eigen::PaddingType &,Eigen::TensorMap<Eigen::Tensor<T,5,1,IndexType>,16,Eigen::MakePointer>)'

        with

        [

            Device=tensorflow::CPUDevice,

            T=double,

            IndexType=Eigen::DenseIndex

        ]

tensorflow/core/kernels/extract_volume_patches_op.cc(134): note: see reference to function template instantiation 'void tensorflow::functor::ExtractVolumePatchesForward<Device,T>::operator ()(const Device &,Eigen::TensorMap<Eigen::Tensor<const T,5,1,IndexType>,16,Eigen::MakePointer>,int,int,int,int,int,int,const Eigen::PaddingType &,Eigen::TensorMap<Eigen::Tensor<T,5,1,IndexType>,16,Eigen::MakePointer>)' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            T=double,

            IndexType=Eigen::DenseIndex

        ]

tensorflow/core/kernels/extract_volume_patches_op.cc(134): note: see reference to class template instantiation 'tensorflow::functor::ExtractVolumePatchesForward<Device,T>' being compiled

        with

        [

            Device=tensorflow::CPUDevice,

            T=double

        ]

tensorflow/core/kernels/extract_volume_patches_op.cc(67): note: while compiling class template member function 'void tensorflow::ExtractVolumePatchesOp<tensorflow::CPUDevice,double>::Compute(tensorflow::OpKernelContext *)'

tensorflow/core/kernels/extract_volume_patches_op.cc(157): note: see reference to class template instantiation 'tensorflow::ExtractVolumePatchesOp<tensorflow::CPUDevice,double>' being compiled

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/graph/graph_partition.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

tensorflow/core/graph/graph_partition.cc(568): note: see reference to function template instantiation 'std::pair<google::protobuf::io::CodedInputStream::Limit,int>::pair<int&,size_t&,void,0>(_Other1,_Other2) noexcept' being compiled

        with

        [

            _Other1=int &,

            _Other2=size_t &

        ]

tensorflow/core/graph/graph_partition.cc(568): note: see reference to function template instantiation 'std::pair<google::protobuf::io::CodedInputStream::Limit,int>::pair<int&,size_t&,void,0>(_Other1,_Other2) noexcept' being compiled

        with

        [

            _Other1=int &,

            _Other2=size_t &

        ]

INFO: From Compiling tensorflow/core/kernels/stage_op.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\numeric(20): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\numeric(30): note: see reference to function template instantiation '_Ty std::_Accumulate_unchecked<const tensorflow::Tensor*,_Ty,_Fn2>(_InIt,_InIt,_Ty,_Fn2 &)' being compiled

        with

        [

            _Ty=int,

            _Fn2=tensorflow::`anonymous-namespace'::Buffer::GetTupleBytes::<lambda_ef68f3f43c4d0069b51ce2e2895024c2>,

            _InIt=const tensorflow::Tensor *

        ]

tensorflow/core/kernels/stage_op.cc(167): note: see reference to function template instantiation '_Ty std::accumulate<std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<tensorflow::Tensor>>>,int,tensorflow::`anonymous-namespace'::Buffer::GetTupleBytes::<lambda_ef68f3f43c4d0069b51ce2e2895024c2>>(_InIt,_InIt,_Ty,_Fn2)' being compiled

        with

        [

            _Ty=int,

            _InIt=std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<tensorflow::Tensor>>>,

            _Fn2=tensorflow::`anonymous-namespace'::Buffer::GetTupleBytes::<lambda_ef68f3f43c4d0069b51ce2e2895024c2>

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/priority_queue.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): warning C4244: 'argument': conversion from 'const tensorflow::int64' to 'tensorflow::int32', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Objty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Objty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(std::allocator<_Ty> &,_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::QueueBase::Attempt>,

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>,

            _Objty=tensorflow::QueueBase::Attempt

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(std::allocator<_Ty> &,_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::QueueBase::Attempt>,

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>,

            _Objty=tensorflow::QueueBase::Attempt

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\deque(1190): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(_Ty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\deque(1188): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(_Ty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

tensorflow/core/kernels/priority_queue.cc(186): note: see reference to function template instantiation 'void std::deque<tensorflow::QueueBase::Attempt,std::allocator<_Ty>>::emplace_back<const tensorflow::int64&,tensorflow::QueueInterface::DoneCallback&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(const tensorflow::int64 &,tensorflow::QueueInterface::DoneCallback &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt

        ]

tensorflow/core/kernels/priority_queue.cc(146): note: see reference to function template instantiation 'void std::deque<tensorflow::QueueBase::Attempt,std::allocator<_Ty>>::emplace_back<const tensorflow::int64&,tensorflow::QueueInterface::DoneCallback&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad>>(const tensorflow::int64 &,tensorflow::QueueInterface::DoneCallback &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::PriorityQueue::TryEnqueueMany::<lambda_0cc459eb9238da7c26a019223f2685ad> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/framework/model.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(901): warning C4244: 'argument': conversion from 'const double' to 'tensorflow::int64', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(971): note: see reference to function template instantiation 'std::_Ref_count_obj<_Ty>::_Ref_count_obj<tensorflow::data::model::Node::Args,const double&>(tensorflow::data::model::Node::Args &&,const double &)' being compiled

        with

        [

            _Ty=tensorflow::data::model::`anonymous-namespace'::KnownRatio

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(971): note: see reference to function template instantiation 'std::_Ref_count_obj<_Ty>::_Ref_count_obj<tensorflow::data::model::Node::Args,const double&>(tensorflow::data::model::Node::Args &&,const double &)' being compiled

        with

        [

            _Ty=tensorflow::data::model::`anonymous-namespace'::KnownRatio

        ]

tensorflow/core/framework/model.cc(148): note: see reference to function template instantiation 'std::shared_ptr<tensorflow::data::model::`anonymous-namespace'::KnownRatio> std::make_shared<tensorflow::data::model::`anonymous-namespace'::KnownRatio,tensorflow::data::model::Node::Args,const double&>(tensorflow::data::model::Node::Args &&,const double &)' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(901): warning C4244: 'argument': conversion from 'double' to 'tensorflow::int64', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(971): note: see reference to function template instantiation 'std::_Ref_count_obj<_Ty>::_Ref_count_obj<tensorflow::data::model::Node::Args,double&>(tensorflow::data::model::Node::Args &&,double &)' being compiled

        with

        [

            _Ty=tensorflow::data::model::`anonymous-namespace'::KnownRatio

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(971): note: see reference to function template instantiation 'std::_Ref_count_obj<_Ty>::_Ref_count_obj<tensorflow::data::model::Node::Args,double&>(tensorflow::data::model::Node::Args &&,double &)' being compiled

        with

        [

            _Ty=tensorflow::data::model::`anonymous-namespace'::KnownRatio

        ]

tensorflow/core/framework/model.cc(311): note: see reference to function template instantiation 'std::shared_ptr<tensorflow::data::model::`anonymous-namespace'::KnownRatio> std::make_shared<tensorflow::data::model::`anonymous-namespace'::KnownRatio,tensorflow::data::model::Node::Args,double&>(tensorflow::data::model::Node::Args &&,double &)' being compiled

INFO: From Compiling tensorflow/core/grappler/costs/virtual_scheduler.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(221): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data

tensorflow/core/grappler/costs/virtual_scheduler.cc(787): note: see reference to function template instantiation 'std::pair<int,bool> &std::pair<int,bool>::operator =<__int64,bool>(std::pair<__int64,bool> &&)' being compiled

tensorflow/core/grappler/costs/virtual_scheduler.cc(785): note: see reference to function template instantiation 'std::pair<int,bool> &std::pair<int,bool>::operator =<__int64,bool>(std::pair<__int64,bool> &&)' being compiled

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/boosted_trees/resources.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<tensorflow::int32,float>::pair<tensorflow::int32&,_Ty,void,0>(_Other1,_Other2 &&) noexcept' being compiled

        with

        [

            _Ty=double,

            _Other1=tensorflow::int32 &,

            _Other2=double

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<tensorflow::int32,float>::pair<tensorflow::int32&,_Ty,void,0>(_Other1,_Other2 &&) noexcept' being compiled

        with

        [

            _Ty=double,

            _Other1=tensorflow::int32 &,

            _Other2=double

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,tensorflow::int32&,double>(_Objty *,tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int32,float>,

            _Objty=std::pair<tensorflow::int32,float>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,tensorflow::int32&,double>(_Objty *,tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int32,float>,

            _Objty=std::pair<tensorflow::int32,float>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,tensorflow::int32&,double>(std::allocator<_Ty> &,_Objty *,tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::pair<tensorflow::int32,float>>,

            _Ty=std::pair<tensorflow::int32,float>,

            _Objty=std::pair<tensorflow::int32,float>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,tensorflow::int32&,double>(std::allocator<_Ty> &,_Objty *,tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::pair<tensorflow::int32,float>>,

            _Ty=std::pair<tensorflow::int32,float>,

            _Objty=std::pair<tensorflow::int32,float>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(930): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,tensorflow::int32&,double>(_Ty *,tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int32,float>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(929): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,tensorflow::int32&,double>(_Ty *,tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int32,float>

        ]

tensorflow/core/kernels/boosted_trees/resources.cc(300): note: see reference to function template instantiation 'void std::vector<std::pair<tensorflow::int32,float>,std::allocator<_Ty>>::emplace_back<tensorflow::int32&,double>(tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int32,float>

        ]

tensorflow/core/kernels/boosted_trees/resources.cc(300): note: see reference to function template instantiation 'void std::vector<std::pair<tensorflow::int32,float>,std::allocator<_Ty>>::emplace_back<tensorflow::int32&,double>(tensorflow::int32 &,double &&)' being compiled

        with

        [

            _Ty=std::pair<tensorflow::int32,float>

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/kernels/fifo_queue.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): warning C4244: 'argument': conversion from 'const tensorflow::int64' to 'tensorflow::int32', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Objty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Objty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(std::allocator<_Ty> &,_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::QueueBase::Attempt>,

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>,

            _Objty=tensorflow::QueueBase::Attempt

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(std::allocator<_Ty> &,_Objty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::QueueBase::Attempt>,

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>,

            _Objty=tensorflow::QueueBase::Attempt

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\deque(1190): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(_Ty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\deque(1188): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,const tensorflow::int64&,_Fx&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(_Ty *,const tensorflow::int64 &,_Fx &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt,

            _Fx=std::function<void (void)>

        ]

tensorflow/core/kernels/fifo_queue.cc(144): note: see reference to function template instantiation 'void std::deque<tensorflow::QueueBase::Attempt,std::allocator<_Ty>>::emplace_back<const tensorflow::int64&,tensorflow::QueueInterface::DoneCallback&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(const tensorflow::int64 &,tensorflow::QueueInterface::DoneCallback &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt

        ]

tensorflow/core/kernels/fifo_queue.cc(118): note: see reference to function template instantiation 'void std::deque<tensorflow::QueueBase::Attempt,std::allocator<_Ty>>::emplace_back<const tensorflow::int64&,tensorflow::QueueInterface::DoneCallback&,tensorflow::OpKernelContext*&,tensorflow::CancellationManager*&,tensorflow::CancellationToken&,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755>>(const tensorflow::int64 &,tensorflow::QueueInterface::DoneCallback &,tensorflow::OpKernelContext *&,tensorflow::CancellationManager *&,tensorflow::CancellationToken &,tensorflow::FIFOQueue::TryEnqueueMany::<lambda_ab77d80c3694c0d4bca809090948e755> &&)' being compiled

        with

        [

            _Ty=tensorflow::QueueBase::Attempt

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/util/tensor_slice_reader.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(200): warning C4244: 'initializing': conversion from 'google::protobuf::uint64' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64,void,0>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64,void,0>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&) noexcept' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,_Ty>(_Objty *,_Ty &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,int>,void *>,

            _Objty=std::pair<const std::string,int>,

            _Ty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Other>::construct<_Objty,_Ty>(_Objty *,_Ty &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,int>,void *>,

            _Objty=std::pair<const std::string,int>,

            _Ty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::allocator<_Other> &,_Objty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_List_node<std::pair<const std::string,int>,void *>>,

            _Ty=std::pair<const std::string,int>,

            _Other=std::_List_node<std::pair<const std::string,int>,void *>,

            _Objty=std::pair<const std::string,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::allocator<_Other> &,_Objty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Alloc=std::allocator<std::_List_node<std::pair<const std::string,int>,void *>>,

            _Ty=std::pair<const std::string,int>,

            _Other=std::_List_node<std::pair<const std::string,int>,void *>,

            _Objty=std::pair<const std::string,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(837): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(_Ty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,int>,void *>,

            _Ty=std::pair<const std::string,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(835): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Other>>::construct<_Ty,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(_Ty *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Other=std::_List_node<std::pair<const std::string,int>,void *>,

            _Ty=std::pair<const std::string,int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1065): note: see reference to function template instantiation 'std::_List_node<std::pair<const _Kty,_Ty>,void *> *std::_List_buy<std::pair<const _Kty,_Ty>,_Alloc>::_Buynode<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int,

            _Alloc=std::allocator<std::pair<const std::string,int>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1064): note: see reference to function template instantiation 'std::_List_node<std::pair<const _Kty,_Ty>,void *> *std::_List_buy<std::pair<const _Kty,_Ty>,_Alloc>::_Buynode<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::_List_node<std::pair<const _Kty,_Ty>,void *> *,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int,

            _Alloc=std::allocator<std::pair<const std::string,int>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1037): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(1037): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xhash(254): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::emplace_front<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xhash(254): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::emplace_front<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\unordered_map(252): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::emplace<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int,

            _Hasher=std::hash<std::string>,

            _Keyeq=std::equal_to<std::string>,

            _Alloc=std::allocator<std::pair<const std::string,int>>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\unordered_map(252): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::emplace<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>>(std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64> &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int,

            _Hasher=std::hash<std::string>,

            _Keyeq=std::equal_to<std::string>,

            _Alloc=std::allocator<std::pair<const std::string,int>>

        ]

tensorflow/core/util/tensor_slice_reader.cc(130): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::unordered_map<_Kty,_Ty,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>,void>(_Valty &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int,

            _Valty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>

        ]

tensorflow/core/util/tensor_slice_reader.cc(130): note: see reference to function template instantiation 'std::pair<std::_List_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::unordered_map<_Kty,_Ty,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::insert<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>,void>(_Valty &&)' being compiled

        with

        [

            _Kty=std::string,

            _Ty=int,

            _Valty=std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char>>,unsigned __int64>

        ]

INFO: From Compiling tensorflow/core/kernels/boosted_trees/prediction_ops.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): warning C4244: 'argument': conversion from 'std::streamsize' to 'tensorflow::int32', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,

            _Ty=std::streamsize,

            _Callable=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,_Ty,_Ty>(_Callable,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,

            _Ty=std::streamsize,

            _Callable=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,_Ty,_Ty>(std::_Forced<_Rx,true>,_Callable &,_Ty &&,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::streamsize

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,tensorflow::int64,tensorflow::int64>::_Do_call(tensorflow::int64 &&,tensorflow::int64 &&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,tensorflow::int64,tensorflow::int64>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset_alloc<_Ty,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset<tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,tensorflow::int64,tensorflow::int64>::_Reset<tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>

        ]

tensorflow/core/kernels/boosted_trees/prediction_ops.cc(169): note: see reference to function template instantiation 'std::function<void (tensorflow::int64,tensorflow::int64)>::function<tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,void,void>(_Fx)' being compiled

        with

        [

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>

        ]

tensorflow/core/kernels/boosted_trees/prediction_ops.cc(168): note: see reference to function template instantiation 'std::function<void (tensorflow::int64,tensorflow::int64)>::function<tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>,void,void>(_Fx)' being compiled

        with

        [

            _Fx=tensorflow::BoostedTreesTrainingPredictOp::Compute::<lambda_4b0348fd93531c3e59b6cd421522dc53>

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Linking tensorflow/cc/ops/string_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/string_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/string_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/random_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/random_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/random_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/state_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/state_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/state_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/audio_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/audio_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/audio_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/manip_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/manip_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/manip_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/parsing_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/parsing_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/parsing_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/control_flow_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/control_flow_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/control_flow_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/math_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/math_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/math_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/candidate_sampling_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/candidate_sampling_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/candidate_sampling_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/training_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/training_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/training_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/list_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/list_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/list_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/user_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/user_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/user_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/image_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/image_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/image_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/no_op_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/no_op_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/no_op_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/io_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/io_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/io_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/sparse_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/sparse_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/sparse_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/array_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/array_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/array_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/lookup_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/lookup_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/lookup_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/logging_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/logging_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/logging_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/nn_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/nn_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/nn_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/linalg_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/linalg_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/linalg_ops_gen_cc.exp

INFO: From Linking tensorflow/cc/ops/data_flow_ops_gen_cc.exe:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/data_flow_ops_gen_cc.lib and object bazel-out/x64_windows-opt/bin/tensorflow/cc/ops/data_flow_ops_gen_cc.exp

INFO: From Compiling tensorflow/core/grappler/optimizers/data/vectorization/parse_single_example_vectorizer.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(737): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,tensorflow::Node*&,size_t&,bool>(_Objty *,tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Ty=tensorflow::grappler::WrappedTensor,

            _Objty=tensorflow::grappler::WrappedTensor

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(857): note: see reference to function template instantiation 'void std::allocator<_Ty>::construct<_Objty,tensorflow::Node*&,size_t&,bool>(_Objty *,tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Ty=tensorflow::grappler::WrappedTensor,

            _Objty=tensorflow::grappler::WrappedTensor

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(996): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,tensorflow::Node*&,size_t&,bool>(std::allocator<_Ty> &,_Objty *,tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::grappler::WrappedTensor>,

            _Ty=tensorflow::grappler::WrappedTensor,

            _Objty=tensorflow::grappler::WrappedTensor

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmemory0(995): note: see reference to function template instantiation 'void std::allocator_traits<_Alloc>::construct<_Ty,tensorflow::Node*&,size_t&,bool>(std::allocator<_Ty> &,_Objty *,tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Alloc=std::allocator<tensorflow::grappler::WrappedTensor>,

            _Ty=tensorflow::grappler::WrappedTensor,

            _Objty=tensorflow::grappler::WrappedTensor

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(930): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,tensorflow::Node*&,size_t&,bool>(_Ty *,tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Ty=tensorflow::grappler::WrappedTensor

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vector(929): note: see reference to function template instantiation 'void std::_Wrap_alloc<std::allocator<_Ty>>::construct<_Ty,tensorflow::Node*&,size_t&,bool>(_Ty *,tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Ty=tensorflow::grappler::WrappedTensor

        ]

tensorflow/core/grappler/optimizers/data/vectorization/parse_single_example_vectorizer.cc(91): note: see reference to function template instantiation 'void std::vector<tensorflow::grappler::WrappedTensor,std::allocator<_Ty>>::emplace_back<tensorflow::Node*&,size_t&,bool>(tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Ty=tensorflow::grappler::WrappedTensor

        ]

tensorflow/core/grappler/optimizers/data/vectorization/parse_single_example_vectorizer.cc(91): note: see reference to function template instantiation 'void std::vector<tensorflow::grappler::WrappedTensor,std::allocator<_Ty>>::emplace_back<tensorflow::Node*&,size_t&,bool>(tensorflow::Node *&,size_t &,bool &&)' being compiled

        with

        [

            _Ty=tensorflow::grappler::WrappedTensor

        ]

INFO: From Compiling tensorflow/core/grappler/optimizers/data/vectorization_utils.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4267: 'initializing': conversion from 'size_t' to 'tensorflow::int32', possible loss of data

tensorflow/core/grappler/optimizers/data/vectorization_utils.cc(291): note: see reference to function template instantiation 'std::pair<tensorflow::Node *,tensorflow::int32>::pair<tensorflow::Node*&,size_t&,void,0>(_Other1,_Other2) noexcept' being compiled

        with

        [

            _Other1=tensorflow::Node *&,

            _Other2=size_t &

        ]

tensorflow/core/grappler/optimizers/data/vectorization_utils.cc(291): note: see reference to function template instantiation 'std::pair<tensorflow::Node *,tensorflow::int32>::pair<tensorflow::Node*&,size_t&,void,0>(_Other1,_Other2) noexcept' being compiled

        with

        [

            _Other1=tensorflow::Node *&,

            _Other2=size_t &

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/core/distributed_runtime/master.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1341): warning C4244: 'argument': conversion from 'unsigned __int64' to 'int', possible loss of data

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_pmf_pointer::_Call<_Cv_FD,_Cv_TiD&,unsigned __int64&,const tensorflow::Status&,_Ty>(_Decayed,_Ty1,unsigned __int64 &,const tensorflow::Status &,_Ty &&)' being compiled

        with

        [

            _Cv_FD=void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),

            _Cv_TiD=tensorflow::DeviceFinder *,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *,

            _Decayed=void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),

            _Ty1=tensorflow::DeviceFinder *&

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1475): note: see reference to function template instantiation 'void std::invoke<_Cv_FD&,_Cv_TiD&,unsigned __int64&,const tensorflow::Status&,_Ty>(_Callable,_Cv_TiD &,unsigned __int64 &,const tensorflow::Status &,_Ty &&)' being compiled

        with

        [

            _Cv_FD=void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),

            _Cv_TiD=tensorflow::DeviceFinder *,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *,

            _Callable=void (__cdecl tensorflow::DeviceFinder::* &)(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *)        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(826): note: see reference to function template instantiation 'void std::_Invoke_ret<_Cv_FD&,_Cv_TiD&,unsigned __int64&,const tensorflow::Status&,_Ty>(std::_Forced<std::_Unforced,false>,_Cv_FD &,_Cv_TiD &,unsigned __int64 &,const tensorflow::Status &,_Ty &&)' being compiled

        with

        [

            _Cv_FD=void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),

            _Cv_TiD=tensorflow::DeviceFinder *,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(881): note: see reference to function template instantiation 'void std::_Call_binder<std::_Unforced,0,1,2,3,_Ty1,_Ty2,std::tuple<const tensorflow::Status &,_Ty &&>>(std::_Forced<std::_Unforced,false>,std::integer_sequence<unsigned __int64,0,1,2,3>,_Cv_FD &,_Cv_tuple_TiD &,_Untuple &&)' being compiled

        with

        [

            _Ty1=void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),

            _Ty2=std::tuple<tensorflow::DeviceFinder *,unsigned __int64,std::_Ph<1>,std::_Ph<2>>,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *,

            _Cv_FD=void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),

            _Cv_tuple_TiD=std::tuple<tensorflow::DeviceFinder *,unsigned __int64,std::_Ph<1>,std::_Ph<2>>,

            _Untuple=std::tuple<const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *&&>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1376): note: see reference to function template instantiation 'void std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>::operator ()<const tensorflow::Status&,std::vector<_Ty,std::allocator<_Ty>>*>(const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *&&)' being compiled

        with

        [

            _Ty=tensorflow::Device *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1375): note: see reference to function template instantiation 'void std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>::operator ()<const tensorflow::Status&,std::vector<_Ty,std::allocator<_Ty>>*>(const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *&&)' being compiled

        with

        [

            _Ty=tensorflow::Device *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1444): note: see reference to function template instantiation 'void std::_Invoker_functor::_Call<_Fx&,const tensorflow::Status&,_Ty>(_Callable,const tensorflow::Status &,_Ty &&)' being compiled

        with

        [

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *,

            _Callable=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\type_traits(1461): note: see reference to function template instantiation 'void std::invoke<_Fx&,const tensorflow::Status&,_Ty>(_Callable,const tensorflow::Status &,_Ty &&)' being compiled

        with

        [

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *,

            _Callable=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &> &

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(213): note: see reference to function template instantiation 'void std::_Invoke_ret<_Rx,_Callable&,const tensorflow::Status&,_Ty>(std::_Forced<_Rx,true>,_Callable &,const tensorflow::Status &,_Ty &&)' being compiled

        with

        [

            _Rx=void,

            _Callable=_Decayed,

            _Ty=std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(211): note: while compiling class template member function 'void std::_Func_impl<_Decayed,_Alloc,_Ret,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *>::_Do_call(const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *&&)'

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void,

            _Ty=tensorflow::Device *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(137): note: see reference to class template instantiation 'std::_Func_impl<_Decayed,_Alloc,_Ret,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *>' being compiled

        with

        [

            _Alloc=std::allocator<int>,

            _Ret=void,

            _Ty=tensorflow::Device *

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(348): note: see reference to class template instantiation 'std::_Is_large<_Myimpl>' being compiled

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *>::_Reset_alloc<std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::Device *,

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(327): note: see reference to function template instantiation 'void std::_Func_class<_Ret,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *>::_Reset_alloc<std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,std::allocator<int>>(_Fx &&,const _Alloc &)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::Device *,

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,

            _Alloc=std::allocator<int>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *>::_Reset<std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::Device *,

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>

        ]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\functional(498): note: see reference to function template instantiation 'void std::_Func_class<_Ret,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *>::_Reset<std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>>(_Fx &&)' being compiled

        with

        [

            _Ret=void,

            _Ty=tensorflow::Device *,

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>

        ]

tensorflow/core/distributed_runtime/master.cc(249): note: see reference to function template instantiation 'std::function<void (const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *)>::function<std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,void,void>(_Fx)' being compiled

        with

        [

            _Ty=tensorflow::Device *,

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>

        ]

tensorflow/core/distributed_runtime/master.cc(248): note: see reference to function template instantiation 'std::function<void (const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<_Ty>> *)>::function<std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<_Ty,std::allocator<_Ty>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>,void,void>(_Fx)' being compiled

        with

        [

            _Ty=tensorflow::Device *,

            _Fx=std::_Binder<std::_Unforced,void (__cdecl tensorflow::DeviceFinder::* )(int,const tensorflow::Status &,std::vector<tensorflow::Device *,std::allocator<tensorflow::Device *>> *),tensorflow::DeviceFinder *const ,size_t &,const std::_Ph<1> &,const std::_Ph<2> &>

        ]

.\tensorflow/core/util/tensor_format.h(451): note: see reference to class template instantiation 'absl::Span<const tensorflow::int64>' being compiled

INFO: From Compiling tensorflow/cc/framework/gradients.cc:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(172): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

tensorflow/cc/framework/gradients.cc(278): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<const tensorflow::Output&,size_t&,void,0>(_Other1,_Other2) noexcept(false)' being compiled

        with

        [

            _Kty=tensorflow::Output,

            _Ty=int,

            _Other1=const tensorflow::Output &,

            _Other2=size_t &

        ]

tensorflow/cc/framework/gradients.cc(278): note: see reference to function template instantiation 'std::pair<const _Kty,_Ty>::pair<const tensorflow::Output&,size_t&,void,0>(_Other1,_Other2) noexcept(false)' being compiled

        with

        [

            _Kty=tensorflow::Output,

            _Ty=int,

            _Other1=const tensorflow::Output &,

            _Other2=size_t &

        ]

INFO: From Linking tensorflow/libtensorflow_cc.so:

   Creating library bazel-out/x64_windows-opt/bin/tensorflow/libtensorflow_cc.so.if.lib and object bazel-out/x64_windows-opt/bin/tensorflow/libtensorflow_cc.so.if.exp

libtensorflow_cc.so.if.exp : warning LNK4070: /OUT:tensorflow_cc.dll directive in .EXP differs from output filename 'bazel-out/x64_windows-opt/bin/tensorflow/libtensorflow_cc.so'; ignoring directive

memory_optimizer.lib(memory_optimizer.obj) : warning LNK4049: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) imported

pin_to_host_optimizer.lib(pin_to_host_optimizer.obj) : warning LNK4049: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) imported

utils.lib(utils.obj) : warning LNK4049: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) imported

collective_param_resolver_distributed.lib(collective_param_resolver_distributed.obj) : warning LNK4217: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) imported in function "public: __cdecl tensorflow::CollGroupParams::CollGroupParams(void)" (??0CollGroupParams@tensorflow@@QEAA@XZ)

batch_kernels.lo.lib(batch_kernels.obj) : warning LNK4049: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) imported

captured_function.lib(captured_function.obj) : warning LNK4049: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) importedarithmetic_optimizer.lib(arithmetic_optimizer.obj) : warning LNK4049: locally defined symbol ?DEVICE_CPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_CPU) imported

tfprof_show.lib(tfprof_show.obj) : warning LNK4217: locally defined symbol TF_NewStatus imported in function "protected: bool __cdecl tensorflow::tfprof::TFShow::LookUpCheckPoint(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::unique_ptr<class tensorflow::tfprof::TFProfTensor,struct std::default_delete<class tensorflow::tfprof::TFProfTensor> > *)" (?LookUpCheckPoint@TFShow@tfprof@tensorflow@@IEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAV?$unique_ptr@VTFProfTensor@tfprof@tensorflow@@U?$default_delete@VTFProfTensor@tfprof@tensorflow@@@std@@@5@@Z)

tfprof_show.lib(tfprof_show.obj) : warning LNK4217: locally defined symbol TF_DeleteStatus imported in function "protected: bool __cdecl tensorflow::tfprof::TFShow::LookUpCheckPoint(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::unique_ptr<class tensorflow::tfprof::TFProfTensor,struct std::default_delete<class tensorflow::tfprof::TFProfTensor> > *)" (?LookUpCheckPoint@TFShow@tfprof@tensorflow@@IEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAV?$unique_ptr@VTFProfTensor@tfprof@tensorflow@@U?$default_delete@VTFProfTensor@tfprof@tensorflow@@@std@@@5@@Z)

tfprof_show.lib(tfprof_show.obj) : warning LNK4217: locally defined symbol TF_GetCode imported in function "protected: bool __cdecl tensorflow::tfprof::TFShow::LookUpCheckPoint(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::unique_ptr<class tensorflow::tfprof::TFProfTensor,struct std::default_delete<class tensorflow::tfprof::TFProfTensor> > *)" (?LookUpCheckPoint@TFShow@tfprof@tensorflow@@IEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAV?$unique_ptr@VTFProfTensor@tfprof@tensorflow@@U?$default_delete@VTFProfTensor@tfprof@tensorflow@@@std@@@5@@Z)

tfprof_show.lib(tfprof_show.obj) : warning LNK4217: locally defined symbol TF_Message imported in function "protected: bool __cdecl tensorflow::tfprof::TFShow::LookUpCheckPoint(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::unique_ptr<class tensorflow::tfprof::TFProfTensor,struct std::default_delete<class tensorflow::tfprof::TFProfTensor> > *)" (?LookUpCheckPoint@TFShow@tfprof@tensorflow@@IEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAV?$unique_ptr@VTFProfTensor@tfprof@tensorflow@@U?$default_delete@VTFProfTensor@tfprof@tensorflow@@@std@@@5@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??3UMemory@icu_62@@SAXPEAX@Z (public: static void __cdecl icu_62::UMemory::operator delete(void *)) imported in function "public: virtual void * __cdecl icu_62::StringByteSink<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >::`scalar deleting destructor'(unsigned int)" (??_G?$StringByteSink@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@icu_62@@UEAAPEAXI@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??0UnicodeStringAppendable@icu_62@@QEAA@AEAVUnicodeString@1@@Z (public: __cdecl icu_62::UnicodeStringAppendable::UnicodeStringAppendable(class icu_62::UnicodeString &)) imported in function "public: virtual void __cdecl tensorflow::UnicodeEncodeOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeEncodeOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??1UnicodeStringAppendable@icu_62@@UEAA@XZ (public: virtual __cdecl icu_62::UnicodeStringAppendable::~UnicodeStringAppendable(void)) imported in function "public: virtual void __cdecl tensorflow::UnicodeEncodeOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeEncodeOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ?appendCodePoint@UnicodeStringAppendable@icu_62@@UEAACH@Z (public: virtual signed char __cdecl icu_62::UnicodeStringAppendable::appendCodePoint(int)) imported in function "public: virtual void __cdecl tensorflow::UnicodeEncodeOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeEncodeOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??1ByteSink@icu_62@@UEAA@XZ (public: virtual __cdecl icu_62::ByteSink::~ByteSink(void)) imported in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __cdecl icu_62::UnicodeString::toUTF8String<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)const " (??$toUTF8String@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@UnicodeString@icu_62@@QEBAAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV23@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ?toUTF8@UnicodeString@icu_62@@QEBAXAEAVByteSink@2@@Z (public: void __cdecl icu_62::UnicodeString::toUTF8(class icu_62::ByteSink &)const ) imported in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __cdecl icu_62::UnicodeString::toUTF8String<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)const " (??$toUTF8String@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@UnicodeString@icu_62@@QEBAAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAV23@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ?countChar32@UnicodeString@icu_62@@QEBAHHH@Z (public: int __cdecl icu_62::UnicodeString::countChar32(int,int)const ) imported in function "void __cdecl tensorflow::`anonymous namespace'::Encode(enum tensorflow::UnicodeEncoding,class icu_62::UnicodeString const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?Encode@?A0x1cfe7dfd@tensorflow@@YAXW4UnicodeEncoding@2@AEBVUnicodeString@icu_62@@PEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ?append@UnicodeString@icu_62@@QEAAAEAV12@H@Z (public: class icu_62::UnicodeString & __cdecl icu_62::UnicodeString::append(int)) imported in function "private: void __cdecl tensorflow::UnicodeTranscodeOp::TranslateCodepoints(class icu_62::UnicodeString *,bool *,int,int,bool)" (?TranslateCodepoints@UnicodeTranscodeOp@tensorflow@@AEAAXPEAVUnicodeString@icu_62@@PEA_NHH_N@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??0UnicodeString@icu_62@@QEAA@XZ (public: __cdecl icu_62::UnicodeString::UnicodeString(void)) imported in function "public: virtual void __cdecl tensorflow::UnicodeEncodeOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeEncodeOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??1UnicodeString@icu_62@@UEAA@XZ (public: virtual __cdecl icu_62::UnicodeString::~UnicodeString(void)) imported in function "public: virtual void __cdecl tensorflow::UnicodeEncodeOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeEncodeOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ?next32PostInc@UCharCharacterIterator@icu_62@@UEAAHXZ (public: virtual int __cdecl icu_62::UCharCharacterIterator::next32PostInc(void)) imported in function "void __cdecl tensorflow::`anonymous namespace'::Encode(enum tensorflow::UnicodeEncoding,class icu_62::UnicodeString const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?Encode@?A0x1cfe7dfd@tensorflow@@YAXW4UnicodeEncoding@2@AEBVUnicodeString@icu_62@@PEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ?hasNext@UCharCharacterIterator@icu_62@@UEAACXZ (public: virtual signed char __cdecl icu_62::UCharCharacterIterator::hasNext(void)) imported in function "void __cdecl tensorflow::`anonymous namespace'::Encode(enum tensorflow::UnicodeEncoding,class icu_62::UnicodeString const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?Encode@?A0x1cfe7dfd@tensorflow@@YAXW4UnicodeEncoding@2@AEBVUnicodeString@icu_62@@PEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??0StringCharacterIterator@icu_62@@QEAA@AEBVUnicodeString@1@@Z (public: __cdecl icu_62::StringCharacterIterator::StringCharacterIterator(class icu_62::UnicodeString const &)) imported in function "void __cdecl tensorflow::`anonymous namespace'::Encode(enum tensorflow::UnicodeEncoding,class icu_62::UnicodeString const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?Encode@?A0x1cfe7dfd@tensorflow@@YAXW4UnicodeEncoding@2@AEBVUnicodeString@icu_62@@PEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)

unicode_ops.lo.lib(unicode_ops.obj) : warning LNK4217: locally defined symbol ??1StringCharacterIterator@icu_62@@UEAA@XZ (public: virtual __cdecl icu_62::StringCharacterIterator::~StringCharacterIterator(void)) imported in function "void __cdecl tensorflow::`anonymous namespace'::Encode(enum tensorflow::UnicodeEncoding,class icu_62::UnicodeString const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?Encode@?A0x1cfe7dfd@tensorflow@@YAXW4UnicodeEncoding@2@AEBVUnicodeString@icu_62@@PEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)

unicode_script_op.lo.lib(unicode_script_op.obj) : warning LNK4217: locally defined symbol ??1ErrorCode@icu_62@@UEAA@XZ (public: virtual __cdecl icu_62::ErrorCode::~ErrorCode(void)) imported in function "public: virtual void __cdecl tensorflow::UnicodeScriptOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeScriptOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_script_op.lo.lib(unicode_script_op.obj) : warning LNK4217: locally defined symbol ?isSuccess@ErrorCode@icu_62@@QEBACXZ (public: signed char __cdecl icu_62::ErrorCode::isSuccess(void)const ) imported in function "public: virtual void __cdecl tensorflow::UnicodeScriptOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeScriptOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_script_op.lo.lib(unicode_script_op.obj) : warning LNK4217: locally defined symbol ?reset@ErrorCode@icu_62@@QEAA?AW4UErrorCode@@XZ (public: enum UErrorCode __cdecl icu_62::ErrorCode::reset(void)) imported in function "public: virtual void __cdecl tensorflow::UnicodeScriptOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeScriptOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

unicode_script_op.lo.lib(unicode_script_op.obj) : warning LNK4217: locally defined symbol ??_7ErrorCode@icu_62@@6B@ (const icu_62::ErrorCode::`vftable') imported in function "public: virtual void __cdecl tensorflow::UnicodeScriptOp::Compute(class tensorflow::OpKernelContext *)" (?Compute@UnicodeScriptOp@tensorflow@@UEAAXPEAVOpKernelContext@2@@Z)

icuuc.lib(udata.obj) : warning LNK4217: locally defined symbol icudt62_dat imported in function "struct UDataMemory * __cdecl openCommonData(char const *,int,enum UErrorCode *)" (?openCommonData@@YAPEAUUDataMemory@@PEBDHPEAW4UErrorCode@@@Z)

arithmetic_optimizer.lib(arithmetic_optimizer.obj) : warning LNK4217: locally defined symbol ?DEVICE_GPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_GPU) imported in function "private: bool __cdecl tensorflow::grappler::`anonymous namespace'::ReorderCastLikeAndValuePreserving::NodeIsOnCpuOrGpu(class tensorflow::NodeDef const *)const " (?NodeIsOnCpuOrGpu@ReorderCastLikeAndValuePreserving@?A0xacb4801c@grappler@tensorflow@@AEBA_NPEBVNodeDef@4@@Z)

layout_optimizer.lib(layout_optimizer.obj) : warning LNK4049: locally defined symbol ?DEVICE_GPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_GPU) imported

memory_optimizer.lib(memory_optimizer.obj) : warning LNK4049: locally defined symbol ?DEVICE_GPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_GPU) imported

pin_to_host_optimizer.lib(pin_to_host_optimizer.obj) : warning LNK4049: locally defined symbol ?DEVICE_GPU@tensorflow@@3QEBDEB (char const * const tensorflow::DEVICE_GPU) imported

Target //tensorflow:libtensorflow_cc.so up-to-date:

  C:/users/rb/_bazel_rb/khvpexco/execroot/org_tensorflow/bazel-out/x64_windows-opt/bin/tensorflow/libtensorflow_cc.so

INFO: Elapsed time: 1725.891s, Critical Path: 239.28s

INFO: 3285 processes: 3285 local.

INFO: Build completed successfully, 4095 total actions