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

Method DebugString

tensorflow/compiler/tf2tensorrt/convert/convert_nodes.cc:701–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701string TRT_ShapedWeights::DebugString() const {
702 return StrCat("TRT_ShapedWeights(shape=", convert::DebugString(shape_),
703 ", type=", convert::DebugString(type_),
704 ", values=", reinterpret_cast<uintptr_t>(GetValues()), ")");
705}
706
707TRT_TensorOrWeights::TRT_TensorOrWeights(ITensorProxyPtr tensor)
708 : tensor_proxy_ptr_(tensor), initialized_(true), is_tensor_(true) {}

Callers 7

ValidateWeightsFunction · 0.45
CreateTRTNodeFunction · 0.45
PrintDebugInfoMethod · 0.45
ValidateTensorPropertiesFunction · 0.45
ConvertNodeMethod · 0.45
GetInputsMethod · 0.45

Calls 5

GetValuesFunction · 0.85
DebugStringFunction · 0.70
StrCatFunction · 0.50
is_tensorFunction · 0.50
StrAppendFunction · 0.50

Tested by 1

ValidateWeightsFunction · 0.36