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

Method Print

tensorflow/compiler/jit/deadness_analysis.cc:1550–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void DeadnessAnalysisImpl::Print() const {
1551 std::vector<TensorId> tensor_ids;
1552 for (const auto& kv_pair : predicate_map_) {
1553 tensor_ids.push_back(kv_pair.first);
1554 }
1555
1556 std::sort(tensor_ids.begin(), tensor_ids.end());
1557
1558 for (TensorId tensor_id : tensor_ids) {
1559 auto it = predicate_map_.find(tensor_id);
1560 CHECK(it != predicate_map_.end()) << tensor_id.ToString();
1561 VLOG(2) << tensor_id.ToString() << " -> " << it->second->ToString();
1562 }
1563}
1564
1565} // namespace
1566

Callers 15

AppendFieldAppendMethod · 0.45
AppendEnumFunctionsMethod · 0.45
GenerateMethod · 0.45
print_opFunction · 0.45
stratified_sampleFunction · 0.45
add_image_summaryFunction · 0.45
add_scalar_summaryFunction · 0.45
npairs_lossFunction · 0.45
npairs_loss_multilabelFunction · 0.45

Calls 6

sortFunction · 0.85
push_backMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
findMethod · 0.45
ToStringMethod · 0.45

Tested by 12

outer_bMethod · 0.36
testPrintShapeMethod · 0.36
testPrintStringMethod · 0.36
testPrintGradientMethod · 0.36
testVariantMethod · 0.36
testZerosLikeVariantMethod · 0.36
testVariantMethod · 0.36
fMethod · 0.36
loop_fnMethod · 0.36
FooMethod · 0.36
testCaptureControlsMethod · 0.36