mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Remove unused namespace aliases
PiperOrigin-RevId: 157468609
This commit is contained in:
parent
d83074847e
commit
49476a62cb
|
|
@ -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>>>
|
||||
|
|
|
|||
|
|
@ -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>>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user