Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/fuzzing/
DParseAttrValue_fuzz.cc48 tensorflow::ParseAttrValue(type, text_string, &out); in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.h51 bool ParseAttrValue(StringPiece type, StringPiece text, AttrValue* out);
Dop_def_builder.cc264 VERIFY(ParseAttrValue(attr->type(), spec, attr->mutable_default_value()), in FinalizeAttr()
Dattr_value_util.cc397 bool ParseAttrValue(StringPiece type, StringPiece text, AttrValue* out) { in ParseAttrValue() function
Dop_kernel_test.cc491 CHECK(ParseAttrValue(parts[1], parts[2], &attr_value)) << attr_desc; in CreateNodeDef()