Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1172 const Cluster& cluster_to = clusters[to].Get(); in RunImpl() local
1180 *cluster_from, cluster_to, global_jit_level, &devices_compatible)); in RunImpl()
1234 cluster_to, cluster_in, global_jit_level, &devices_compatible)); in RunImpl()
1251 cluster_from->devices.insert(cluster_to.devices.begin(), in RunImpl()
1252 cluster_to.devices.end()); in RunImpl()
1253 if (!cluster_to.resource_op_device.empty()) { in RunImpl()
1254 cluster_from->resource_op_device = cluster_to.resource_op_device; in RunImpl()
1256 cluster_from->has_xla_compile_attr |= cluster_to.has_xla_compile_attr; in RunImpl()