Home
last modified time | relevance | path

Searched defs:SetNodeAttr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine_test.cc393 inline void SetNodeAttr(const string& key, const T& value, NodeDef* node) { in SetNodeAttr() function
400 inline void SetNodeAttr(const string& key, const Tensor& tensor, in SetNodeAttr() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils.h76 inline void SetNodeAttr(const string& key, const T& value, NodeDef* node) { in SetNodeAttr() function