Misc cleanups and tweaks:
authorMingsheng Hong <hongm@google.com>
Tue, 6 Feb 2018 01:16:27 +0000 (17:16 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Feb 2018 01:20:43 +0000 (17:20 -0800)
commit238bae4426729a0af555aecfda5e2de123443ccd
tree53fc938ae5b85669cae5f1b482a55cea9f9f5bc7
parentfa99ec49976c92cd8ea15d2a487f52554de3659d
Misc cleanups and tweaks:
1. Removed obsolete constructors in ProcessLunctionLibraryRuntime
2. Add const annotations to Tensor::PrintOneDim(), and removed unnecessary vector copy.

PiperOrigin-RevId: 184611531
tensorflow/core/common_runtime/process_function_library_runtime.cc
tensorflow/core/common_runtime/process_function_library_runtime.h
tensorflow/core/framework/tensor.cc