Home
last modified time | relevance | path

Searched refs:set_allocator (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_allocation_test.cc55 options.set_allocator(allocator); in XLA_TEST_F()
93 ExecutableRunOptions().set_device_ordinal(d).set_allocator(allocator)); in XLA_TEST_F()
Dmultiple_devices_on_host_test.cc44 execute_options.set_allocator( in CompileAndExecute()
Dlocal_client_test_base.cc159 run_options.set_allocator(GetOrCreateAllocator(local_client_->platform())); in DefaultExecutableRunOptions()
Dbuffer_donation_test.cc86 run_options.set_allocator(&memory_allocator); in RunAndCheck()
Dxla_hlo_profile_test.cc172 exec_run_options.set_allocator(backend->memory_allocator()); in ExecuteAndFetchProfile()
Dlocal_client_execute_test.cc708 DefaultExecutableRunOptions().set_allocator(&allocator)); in XLA_TEST_F()
984 run_options.set_allocator(&allocator).set_stream(stream.get()); in BM_LocalClientOverhead()
Ddynamic_ops_test.cc806 options.set_allocator(&allocator); in BM_DynamicSlice()
Dexhaustive_op_test_utils.h270 run_opts.set_allocator(client_->backend().memory_allocator());
Dcpu_gpu_fusion_test.cc903 options.set_allocator(&allocator).set_stream(&stream); in BM_ParallelFusion()
Dwhile_test.cc1323 options.set_allocator(&allocator); in BM_WhileLoop()
Ddot_operation_test.cc1857 options.set_allocator(&allocator); in DOT_ReorderContracting()
/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.cc43 ExecutableRunOptions& ExecutableRunOptions::set_allocator( in set_allocator() function in xla::ExecutableRunOptions
Dexecutable_run_options.h85 ExecutableRunOptions& set_allocator(
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc83 run_options.set_allocator(allocator); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc88 executable_run_options.set_allocator(backend_->memory_allocator()); in RunMlirModule()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc273 run_options.set_allocator(allocator); in Compute()
509 run_options.set_allocator(allocator); in Compute()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_execute.cc444 run_options.set_allocator(backend->memory_allocator()); in TPUExecute()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc328 run_options.set_allocator(&allocator); in ReplayComputation()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc159 run_options.set_allocator(backend_->memory_allocator()); in RunHelper()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc448 run_options.set_allocator(backend().memory_allocator()); in GetServiceRunOptionsForDevice()
Dservice.cc400 options.set_allocator(backend->memory_allocator()); in ExecuteParallelAndRegisterResult()
497 options.set_allocator(backend->memory_allocator()); in ExecuteAndRegisterResult()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc313 run_options.set_allocator(device_ref->backend()->memory_allocator()); in RunExecutable()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc1751 run_options.set_allocator(client_->allocator()); in EnqueueExecution()