Home
last modified time | relevance | path

Searched refs:InitFromString (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.h112 void InitFromString(StringPiece val);
205 InitFromString(val); in AttrValueWrapper()
211 InitFromString(val); in AttrValueWrapper()
216 InitFromString(val); in AttrValueWrapper()
Dfunction.cc1772 void FunctionDefHelper::AttrValueWrapper::InitFromString(StringPiece val) { in InitFromString() function in tensorflow::FunctionDefHelper::AttrValueWrapper