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

Function InputEdgeToTensorId

tensorflow/compiler/jit/deadness_analysis.cc:896–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894};
895
896TensorId InputEdgeToTensorId(const Edge* e) {
897 return TensorId(e->src()->name(), e->src_output());
898}
899
900Status DeadnessAnalysisImpl::GetInputPreds(
901 Node* n, DeadnessAnalysisImpl::EdgeKind edge_kind,

Callers 2

GetInputPredsMethod · 0.85
HandleMergeMethod · 0.85

Calls 4

nameMethod · 0.65
TensorIdClass · 0.50
srcMethod · 0.45
src_outputMethod · 0.45

Tested by

no test coverage detected