Home
last modified time | relevance | path

Searched refs:alloc_attrs_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc31 alloc_attrs_ = AllocatorAttributes(); in Clear()
45 alloc_attrs_ = aa; in InitAlloc()
47 if (alloc_attrs_.on_host() || da.device_type() == "CPU") { in InitAlloc()
50 allocator_ = device_->GetAllocator(alloc_attrs_); in InitAlloc()
61 s = device_->MakeTensorFromProto(meta_.tensor(), alloc_attrs_, &tensor_); in InitFrom()
92 device_->MakeTensorFromProto(meta_.tensor(), alloc_attrs_, &tensor_); in ParseFrom()
Dtensor_coding.h102 AllocatorAttributes alloc_attrs_; variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc66 alloc_attrs_ = alloc_attrs; in Init()
81 alloc_attrs_ = AllocatorAttributes(); in Reset()
139 resp_.InitAlloc(dst_device_, alloc_attrs_); in StartRTCall()
174 AllocatorAttributes alloc_attrs_; member in tensorflow::__anona9090a8f0111::RpcRecvTensorCall