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

Method DebugString

tensorflow/core/kernels/stack.cc:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 DataType ElemType() { return elem_type_; }
98
99 string DebugString() const override {
100 mutex_lock l(mu_);
101 return strings::StrCat("Stack[", stack_name_, "]");
102 }
103
104 const string& stack_name() { return stack_name_; }
105

Callers 15

EXPECT_SummaryMatchesFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
GetScalarValueMethod · 0.45
ComputeMethod · 0.45
TestResizeBilinearFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by 12

EXPECT_SummaryMatchesFunction · 0.36
TestResizeBilinearFunction · 0.36
TESTFunction · 0.36
EXPECT_SummaryMatchesFunction · 0.36
TimeAddFunction · 0.36
EXPECT_SummaryMatchesFunction · 0.36
ComputeMethod · 0.36
RunTestMethod · 0.36
DeviceInstanceMethod · 0.36
InitTensorMethod · 0.36
TimeMulFunction · 0.36
EXPECT_SummaryMatchesFunction · 0.36