MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TensorIdToString

Function TensorIdToString

tensorflow/compiler/tf2xla/tf2xla_util.cc:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491string TensorIdToString(const tf2xla::TensorId& id) {
492 return absl::StrCat(id.node_name(), ":", id.output_index());
493}
494
495Status SetNodeShardingFromNeighbors(Node* n, bool out_edges) {
496 int core = -1;

Callers 4

AddArgNodesFunction · 0.70
AddRetvalNodesFunction · 0.70
RewriteAndPruneGraphFunction · 0.70
AddPlaceholdersForFeedsFunction · 0.70

Calls 3

StrCatFunction · 0.50
node_nameMethod · 0.45
output_indexMethod · 0.45

Tested by

no test coverage detected