Home
last modified time | relevance | path

Searched refs:AllocateTuple (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.h180 virtual std::unique_ptr<BufferHandle> AllocateTuple(
Drecording_tpu_driver.cc204 std::unique_ptr<BufferHandle> AllocateTuple( in AllocateTuple() function in tpu_driver::__anone63593b20111::RecordingTpuDriver
221 auto handle = driver_->AllocateTuple(core_id, region, unwrapped_children, in AllocateTuple()
Dgrpc_tpu_driver.cc182 std::unique_ptr<BufferHandle> AllocateTuple(
357 std::unique_ptr<BufferHandle> AllocateTuple( in AllocateTuple() function in tpu_driver::__anon4073f9c10111::GrpcTpuDriver
361 return streams_[core_id]->AllocateTuple(core_id, region, children, in AllocateTuple()
751 std::unique_ptr<BufferHandle> GrpcTpuStream::AllocateTuple( in AllocateTuple() function in tpu_driver::__anon4073f9c10111::GrpcTpuStream
Dpod_tpu_driver.cc395 std::unique_ptr<BufferHandle> AllocateTuple( in AllocateTuple() function in tpu_driver::__anon6b014a980111::PodTpuDriver
425 core_to_driver_[core_id]->AllocateTuple( in AllocateTuple()
Ddirect_tpu_driver.cc303 std::unique_ptr<BufferHandle> AllocateTuple( in AllocateTuple() function in tpu_driver::__anon9d833a900111::DirectTpuDriver
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc255 client->driver()->AllocateTuple( in MakeTuple()