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

Method DebugString

tensorflow/compiler/xla/shape.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 string SerializeAsString() const { return ToProto().SerializeAsString(); }
160 string ShortDebugString() const { return ToProto().ShortDebugString(); }
161 string DebugString() const { return ToProto().DebugString(); }
162
163 // Equal is a configurable functor to check the equality of two shapes.
164 //

Callers 9

EvaluateOperationFunction · 0.45
BuildCompileOpFunction · 0.45
MlirToTfNodeDefFunction · 0.45
ConvertAttributeValueMethod · 0.45
TryGetSubshapeMethod · 0.45
DebugStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected