Remove unused namespace aliases

PiperOrigin-RevId: 157468609
This commit is contained in:
A. Unique TensorFlower 2017-05-30 08:51:32 -07:00 committed by TensorFlower Gardener
parent d83074847e
commit 49476a62cb
7 changed files with 0 additions and 14 deletions

View File

@ -20,8 +20,6 @@ limitations under the License.
#include "tensorflow/compiler/xla/service/llvm_ir/llvm_util.h"
#include "tensorflow/compiler/xla/status_macros.h"
namespace se = ::perftools::gputools;
namespace xla {
StatusOr<std::vector<std::unique_ptr<AotCompilationResult>>>

View File

@ -31,8 +31,6 @@ limitations under the License.
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/stream_executor_no_cuda.h"
namespace se = ::perftools::gputools;
namespace xla {
/* static */ StatusOr<std::unique_ptr<CompileOnlyService>>

View File

@ -18,8 +18,6 @@ limitations under the License.
#include "tensorflow/core/common_runtime/gpu/gpu_init.h"
#include "tensorflow/core/lib/strings/strcat.h"
namespace gpu = ::perftools::gputools;
namespace tensorflow {
GPUBFCAllocator::GPUBFCAllocator(int device_id, size_t total_memory)

View File

@ -30,8 +30,6 @@ limitations under the License.
#include "tensorflow/core/platform/test_benchmark.h"
#include "tensorflow/core/platform/types.h"
namespace gpu = ::perftools::gputools;
namespace tensorflow {
namespace {

View File

@ -59,8 +59,6 @@ limitations under the License.
#include "tensorflow/core/util/device_name_utils.h"
#include "tensorflow/core/util/stream_executor_util.h"
namespace gpu = ::perftools::gputools;
namespace tensorflow {
// Eigen Ops directly allocate memory only for temporary buffers used

View File

@ -26,8 +26,6 @@ limitations under the License.
#include "tensorflow/stream_executor/lib/statusor.h"
#include "tensorflow/stream_executor/plugin_registry.h"
namespace gpu = ::perftools::gputools;
bool FLAGS_stream_executor_cpu_real_clock_rate = false;
namespace perftools {

View File

@ -19,8 +19,6 @@ limitations under the License.
#include "tensorflow/stream_executor/stream.h"
#include "tensorflow/stream_executor/stream_executor_internal.h"
namespace gpu = ::perftools::gputools;
namespace perftools {
namespace gputools {
namespace host {