Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h99 void InitFromString(StringPiece val);
192 InitFromString(val); in AttrValueWrapper()
198 InitFromString(val); in AttrValueWrapper()
203 InitFromString(val); in AttrValueWrapper()
Dfunction.cc1497 void FunctionDefHelper::AttrValueWrapper::InitFromString(StringPiece val) { in InitFromString() function in tensorflow::FunctionDefHelper::AttrValueWrapper