Searched refs:ndef_ (Results 1 – 3 of 3) sorted by relevance
55 ndef_(ndef), in RemoteExecuteNode()95 return RunShapeInference(ndef_, *lib_def_, inputs_, retvals_); in Prepare()133 const NodeDef ndef_; variable
54 AttrSlice::AttrSlice() : ndef_(nullptr) { in AttrSlice()62 : ndef_(&node_def), attrs_(nullptr) {} in AttrSlice()64 AttrSlice::AttrSlice(const AttrValueMap* a) : ndef_(nullptr), attrs_(a) {} in AttrSlice()94 return ndef_ ? SummarizeNodeDef(*ndef_) in SummarizeNode()193 if (!absl::StartsWith(attr_name, "_") && ndef_ != nullptr) { in CheckFind()194 s = AttachDef(s, *ndef_); in CheckFind()
196 return ndef_ != nullptr ? &ndef_->attr() : attrs_; in attrs()201 const NodeDef* ndef_; variable