Home
last modified time | relevance | path

Searched refs:ndef_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h55 ndef_(ndef), in RemoteExecuteNode()
95 return RunShapeInference(ndef_, *lib_def_, inputs_, retvals_); in Prepare()
133 const NodeDef ndef_; variable
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc54 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()
Dnode_def_util.h196 return ndef_ != nullptr ? &ndef_->attr() : attrs_; in attrs()
201 const NodeDef* ndef_; variable