Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.h124 using SubstituteFunc = std::function<bool(const string&, AttrValue*)>; variable
125 bool SubstitutePlaceholders(const SubstituteFunc& substitute, AttrValue* value);
Dattr_value_util_test.cc81 SubstituteFunc ReplaceTWith(const AttrValue& val) { in ReplaceTWith()
Dattr_value_util.cc590 bool SubstitutePlaceholders(const SubstituteFunc& substitute, in SubstitutePlaceholders()