Home
last modified time | relevance | path

Searched refs:ParseAttrValue (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.h51 bool ParseAttrValue(StringPiece type, StringPiece text, AttrValue* out);
Dattr_value_util.cc374 bool ParseAttrValue(StringPiece type, StringPiece text, AttrValue* out) { in ParseAttrValue() function
Dop_def_builder.cc260 VERIFY(ParseAttrValue(attr->type(), spec, attr->mutable_default_value()), in FinalizeAttr()
Dop_kernel_test.cc416 CHECK(ParseAttrValue(parts[1], parts[2], &attr_value)) << attr_desc; in CreateNodeDef()