HomeSort by relevance Sort by last modified time
    Searched refs:has_eigen_cpu_device (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
device_base_test.cc 34 ASSERT_FALSE(dbase.has_eigen_cpu_device());
36 ASSERT_TRUE(dbase.has_eigen_cpu_device());
device_base.h 204 bool has_eigen_cpu_device() const { return !eigen_cpu_devices_.empty(); } function in class:tensorflow::DeviceBase
  /external/tensorflow/tensorflow/core/grappler/optimizers/
evaluation_utils_test.cc 31 ASSERT_TRUE(dsimple.has_eigen_cpu_device());

Completed in 1198 milliseconds