Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddevice_base.cc115 bool IsSymbolicExecutionDevice(const absl::string_view device_name) { in IsSymbolicExecutionDevice() function
Ddevice_base.h288 bool IsSymbolicExecutionDevice(absl::string_view device_name);
Dop_kernel.cc1348 !IsSymbolicExecutionDevice(device_type.type_string())) { in FindKernelRegistration()