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

Method full_name

tensorflow/core/framework/dataset.h:835–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 bool* end_of_sequence) = 0;
834
835 string full_name(const string& name) const {
836 return strings::StrCat(params_.prefix, ":", name);
837 }
838
839 // By default we model iterators using an unknown node, which acts as
840 // pass-through with respect to performance modeling.

Callers 6

DecodeProtoOpMethod · 0.45
SaveInternalMethod · 0.45
RestoreInternalMethod · 0.45
SaveInternalMethod · 0.45
RestoreInternalMethod · 0.45
ParseAnyFunction · 0.45

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected