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

Method DebugString

tensorflow/compiler/tf2xla/xla_context.cc:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 : compiler_(compiler), builder_(builder) {}
64
65string XlaContext::DebugString() const { return "XLA JIT context"; }
66
67void XlaContext::SetRetval(int index, const XlaExpression& expression) {
68 if (retvals_.size() <= index) {

Callers 15

HumanStringMethod · 0.45
ShapeHumanStringMethod · 0.45
GetPotentialFunctionNameFunction · 0.45
GetChannelHandleMethod · 0.45
AddSwitchMethod · 0.45
BuildArgumentNodesMethod · 0.45
ExtractBodiesMethod · 0.45
ConvertGraphToXlaFunction · 0.45

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.36
BuildGraphMethod · 0.36
TensorsAreCloseImplFunction · 0.36
TensorsAreEqualImplFunction · 0.36
TensorsAreCloseFunction · 0.36