Searched refs:underlying_ (Results 1 – 4 of 4) sorted by relevance
40 return underlying_->RequiresRecordingAccessedTensors(); in RequiresRecordingAccessedTensors()44 return underlying_->UnderlyingDevice(); in UnderlyingDevice()47 return underlying_->UnderlyingDevice(); in UnderlyingDevice()51 return underlying_->tensorflow_cpu_worker_threads(); in tensorflow_cpu_worker_threads()55 return underlying_->tensorflow_gpu_device_info(); in tensorflow_gpu_device_info()59 return underlying_->GetAllocator(attr); in GetAllocator()64 return underlying_->GetScopedAllocator(attr, step_id); in GetScopedAllocator()68 return underlying_->GetScopedAllocatorMgr(); in GetScopedAllocatorMgr()72 return underlying_->eigen_cpu_device(); in eigen_cpu_device()77 return underlying_->eigen_sycl_device(); in eigen_sycl_device()[all …]
47 underlying_(underlying), in RenamedDevice()53 delete underlying_; in ~RenamedDevice()
133 return underlying_.ReadRecord(&offset_, record); in ReadRecord()151 RecordReader underlying_;
203 : underlying_(file, options), offset_(0) {} in SequentialRecordReader()