Searched refs:InitAlloc (Results 1 – 4 of 4) sorted by relevance
47 void InitAlloc(DeviceBase* d, const AllocatorAttributes& aa);
93 response.InitAlloc(&cpu_device, AllocatorAttributes()); in Validate()184 response.InitAlloc(&cpu_device, AllocatorAttributes()); in BM_TensorResponse()
42 void TensorResponse::InitAlloc(DeviceBase* d, const AllocatorAttributes& aa) { in InitAlloc() function in tensorflow::TensorResponse
139 resp_.InitAlloc(dst_device_, alloc_attrs_); in StartRTCall()