Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddevice_base_test.cc34 ASSERT_FALSE(dbase.has_eigen_cpu_device()); in TEST()
36 ASSERT_TRUE(dbase.has_eigen_cpu_device()); in TEST()
Ddevice_base.h204 bool has_eigen_cpu_device() const { return !eigen_cpu_devices_.empty(); } in has_eigen_cpu_device() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils_test.cc31 ASSERT_TRUE(dsimple.has_eigen_cpu_device()); in TEST()