Home
last modified time | relevance | path

Searched refs:has_eigen_cpu_device (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddevice_base_test.cc33 ASSERT_FALSE(dbase.has_eigen_cpu_device()); in TEST()
35 ASSERT_TRUE(dbase.has_eigen_cpu_device()); in TEST()
Ddevice_base.h203 virtual bool has_eigen_cpu_device() const { in has_eigen_cpu_device() function
/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h73 if (underlying_threadpool_ && underlying_device_->has_eigen_cpu_device()) { in eigen_cpu_device()
90 bool has_eigen_cpu_device() const override { in has_eigen_cpu_device() function
91 return underlying_device_->has_eigen_cpu_device(); in has_eigen_cpu_device()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils_test.cc31 ASSERT_TRUE(dsimple.has_eigen_cpu_device()); in TEST()