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

Method ToString

tensorflow/compiler/xla/service/layout_assignment.cc:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76string BufferLayoutConstraint::ToString() const {
77 return absl::StrFormat("BufferLayoutConstraint %s: %s", buffer_->ToString(),
78 LayoutUtil::HumanString(layout_));
79}
80
81OperandLayoutConstraint::OperandLayoutConstraint(
82 const ShapeLayout& shape_layout, const HloInstruction* instruction,

Callers 15

SetBufferLayoutMethod · 0.45
SetOperandLayoutMethod · 0.45
SetResultLayoutMethod · 0.45
CheckParameterLayoutFunction · 0.45
CheckConstantLayoutFunction · 0.45
CheckLayoutsMethod · 0.45

Calls 5

operand_countMethod · 0.80
nameMethod · 0.65
StrAppendFunction · 0.50
ToShortStringMethod · 0.45

Tested by

no test coverage detected