Searched defs:TaggedName (Results 1 – 2 of 2) sorted by relevance
2137 type TaggedName struct { struct2138 Name AST2139 Tag AST2142 func (t *TaggedName) print(ps *printState) {2149 func (t *TaggedName) Traverse(fn func(AST) bool) {2156 func (t *TaggedName) Copy(fn func(AST) AST, skip func(AST) bool) AST {2178 func (t *TaggedName) GoString() string {2182 func (t *TaggedName) goString(indent int, field string) string {
67 string TaggedName(const string& name) const { in TaggedName() function in tensorflow::data::experimental::__anond5844bbf0111::StatsAggregatorWithTagAndPrefix