Searched defs:LocalName (Results 1 – 7 of 7) sorted by relevance
479 string DeviceNameUtils::LocalName(StringPiece type, int id) { in LocalName() function in tensorflow::DeviceNameUtils492 string DeviceNameUtils::LocalName(StringPiece fullname) { in LocalName() function in tensorflow::DeviceNameUtils
55 LocalName(int index, WireBytesRef name) : index_(index), name_(name) {} in LocalName() function
453 std::string LocalName = "$$__fn_local_" + Name; in createFPFnStub() local
462 std::string LocalName = "$$__fn_local_" + Name; in createFPFnStub() local
893 struct LocalName : Node { struct897 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument900 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match()902 void printLeft(OutputStream &S) const override { in printLeft()
806 struct LocalName : Node { struct807 Node *Encoding;808 Node *Entity;810 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument813 void printLeft(OutputStream &S) const override { in printLeft()
877 const dng_string & LocalName () const in LocalName() function