Home
last modified time | relevance | path

Searched refs:tf_allocator_adapter (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_platform_info.cc112 absl::optional<se::TfAllocatorAdapter>* tf_allocator_adapter, in GetAllocator() argument
123 tf_allocator_adapter->emplace(device->GetAllocator({}), platform); in GetAllocator()
124 return &tf_allocator_adapter->value(); in GetAllocator()
126 tf_allocator_adapter->emplace(device->GetAllocator({}), stream); in GetAllocator()
127 return &tf_allocator_adapter->value(); in GetAllocator()
134 absl::optional<se::TfAllocatorAdapter>* tf_allocator_adapter) { in GenerateCompilerOptions() argument
146 GetAllocator(tf_allocator_adapter, device, stream, platform_info); in GenerateCompilerOptions()
Dxla_compile_on_demand_op.cc51 absl::optional<se::TfAllocatorAdapter> tf_allocator_adapter; in Run() local
53 &tf_allocator_adapter, ctx->device(), in Run()
129 absl::optional<se::TfAllocatorAdapter> tf_allocator_adapter; in Compile() local
134 /*has_ref_vars=*/true, &tf_allocator_adapter); in Compile()
Dxla_platform_info.h98 absl::optional<se::TfAllocatorAdapter>* tf_allocator_adapter,
108 absl::optional<se::TfAllocatorAdapter>* tf_allocator_adapter);
Dget_compiler_ir.cc103 absl::optional<se::TfAllocatorAdapter> tf_allocator_adapter; in GetCompilerIr() local
108 /*has_ref_vars=*/false, &tf_allocator_adapter); in GetCompilerIr()
DBUILD273 "//tensorflow/stream_executor:tf_allocator_adapter",
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc193 absl::optional<se::TfAllocatorAdapter> tf_allocator_adapter; in CompileToLocalExecutable() local
197 platform_info, has_ref_vars, &tf_allocator_adapter); in CompileToLocalExecutable()
250 absl::optional<se::TfAllocatorAdapter> tf_allocator_adapter; in Compute() local
252 &tf_allocator_adapter, ctx->device(), in Compute()
466 absl::optional<se::TfAllocatorAdapter> tf_allocator_adapter; in Compute() local
468 &tf_allocator_adapter, ctx->device(), in Compute()
DBUILD39 "//tensorflow/stream_executor:tf_allocator_adapter",
/external/tensorflow/tensorflow/stream_executor/
DBUILD682 name = "tf_allocator_adapter",
683 srcs = ["tf_allocator_adapter.cc"],
684 hdrs = ["tf_allocator_adapter.h"],
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.cc393 se::TfAllocatorAdapter tf_allocator_adapter(ctx->device()->GetAllocator({}), in operator ()() local
396 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in operator ()()
413 stream, &tf_allocator_adapter, se::GpuAsmOpts(), in operator ()()
Dconv_ops_3d.cc510 se::TfAllocatorAdapter tf_allocator_adapter( in launch() local
512 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in launch()
533 stream, &tf_allocator_adapter, se::GpuAsmOpts(), in launch()
Dconv_ops_fused_impl.h386 se::TfAllocatorAdapter tf_allocator_adapter(
388 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter,
397 stream, &tf_allocator_adapter, se::GpuAsmOpts(),
Dconv_grad_filter_ops.cc988 se::TfAllocatorAdapter tf_allocator_adapter(ctx->device()->GetAllocator({}), in operator ()() local
990 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in operator ()()
1007 stream, &tf_allocator_adapter, se::GpuAsmOpts(), in operator ()()
Dconv_ops.cc1006 se::TfAllocatorAdapter tf_allocator_adapter(ctx->device()->GetAllocator({}), in operator ()() local
1008 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in operator ()()
1018 stream, &tf_allocator_adapter, se::GpuAsmOpts(), in operator ()()
Dconv_grad_ops_3d.cc1428 se::TfAllocatorAdapter tf_allocator_adapter( in Compute() local
1430 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in Compute()
1447 stream, &tf_allocator_adapter, se::GpuAsmOpts(), in Compute()
DBUILD3802 "//tensorflow/stream_executor:tf_allocator_adapter",
/external/tensorflow/tensorflow/compiler/xla/pjrt/
DBUILD314 "//tensorflow/stream_executor:tf_allocator_adapter",