Searched defs:GetNodeAttr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | node_def_util.cc | 396 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr() function 407 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr() function 430 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr() function 453 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr() function
|
H A D | node_def_util.h | 260 StatusOr<T> GetNodeAttr(const NodeDef& ndef, absl::string_view attr_name) { in GetNodeAttr() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | mirror_pad_mode.cc | 24 Status GetNodeAttr(const NodeDef& node_def, StringPiece attr_name, in GetNodeAttr() function
|