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

Method ParseFromString

tensorflow/core/framework/resource_handle.cc:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool ResourceHandle::ParseFromString(const string& s) {
82 ResourceHandleProto proto;
83 return proto.ParseFromString(s) && FromProto(proto).ok();
84}
85
86string ResourceHandle::DebugString() const {
87 return strings::StrCat("device: ", device(), " container: ", container(),

Callers 15

gen_timelineFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45
demo.pyFile · 0.45
TransformGraphFunction · 0.45
_parse_topologyMethod · 0.45
testStripUnusedMethod · 0.45
strip_unused_from_filesFunction · 0.45

Calls 1

okMethod · 0.45

Tested by 15

mainFunction · 0.36
testStripUnusedMethod · 0.36
_testFreezeGraphMethod · 0.36
testFreezeMetaGraphMethod · 0.36
testFreezeSavedModelMethod · 0.36
testWriteEventsMethod · 0.36
_AsSummaryMethod · 0.36
_SummarySingleValueMethod · 0.36
get_descriptionMethod · 0.36
_AsSummaryMethod · 0.36
events_from_fileFunction · 0.36