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

Function MinStr

tensorflow/core/framework/op_def_util.cc:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482string MinStr(const OpDef::AttrDef& attr) {
483 if (!attr.has_minimum()) return "no minimum";
484 return strings::StrCat(attr.minimum());
485}
486
487typedef std::unordered_map<string, const OpDef::AttrDef*> AttrMap;
488void FillAttrMap(const OpDef& op_def, AttrMap* attr_map) {

Callers 1

OpDefCompatibleFunction · 0.85

Calls 2

minimumMethod · 0.80
StrCatFunction · 0.50

Tested by

no test coverage detected