Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc983 auto resource_op_device_ok = [&](const string& resource_op_device) { in AreDevicesCompatible() local
987 *result = resource_op_device_ok(cluster_a.resource_op_device) && in AreDevicesCompatible()
988 resource_op_device_ok(cluster_b.resource_op_device); in AreDevicesCompatible()