Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc151 NodeDef sync_def; in AddSynchronizationNode() local
152 sync_def.set_name(sync_node_def.name()); in AddSynchronizationNode()
153 sync_def.set_op(kIdentityOp); in AddSynchronizationNode()
154 sync_def.set_device(device_name); in AddSynchronizationNode()
155 AddNodeAttr("T", DT_STRING, &sync_def); in AddSynchronizationNode()
156 MergeDebugInfo(NodeDebugInfo(sync_node_def), &sync_def); in AddSynchronizationNode()
159 Node* sync_node = graph->AddNode(sync_def, &status); in AddSynchronizationNode()
/external/rust/crates/downcast-rs/src/
Dlib.rs432 sync: { $($sync_def:tt)+ }
439 sync: { $($sync_def)* }
448 sync: { $($sync_def:tt)+ }
466 { $($sync_def)+ },
568 sync: { $($sync_def:tt)+ }
575 sync: { $($sync_def)* }