Searched refs:GetNodeAttrString (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | accumulate_n_optimizer.cc | 115 const string& colo = GetNodeAttrString(n_attrs, kColocationAttrName); in RewriteIntoTempVariable() 264 const string& colo = GetNodeAttrString(n_attrs, kColocationAttrName); in RewriteIntoAddN()
|
D | parallel_concat_optimizer.cc | 54 const string& colo = GetNodeAttrString(n_attrs, "_class"); in Run()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_configuration_rewrite_pass.cc | 267 const std::string& embedding_attr_string = GetNodeAttrString( in Run()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 243 const string& name = GetNodeAttrString(n->attrs(), kXlaClusterIdAttr); in BuildXlaLaunchOps()
|
D | mark_for_compilation_pass.cc | 960 GetNodeAttrString(node->attrs(), kXlaInternalScopeAttr); in GetXlaScope() 966 const string& scope = GetNodeAttrString(node->attrs(), kXlaScopeAttr); in GetXlaScope()
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util.h | 313 const std::string& GetNodeAttrString(const AttrSlice& attrs,
|
D | node_def_util.cc | 332 const string& GetNodeAttrString(const AttrSlice& attrs, StringPiece attr_name) { in GetNodeAttrString() function
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 805 const string& value = GetNodeAttrString(n->attrs(), attr_name); in CheckStringAttr()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 953 const string& send_device = GetNodeAttrString(*ndef, "send_device"); in SetIncarnation()
|