Searched refs:ParseAttrValue (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/security/fuzzing/ |
D | ParseAttrValue_fuzz.cc | 48 tensorflow::ParseAttrValue(type, text_string, &out); in LLVMFuzzerTestOneInput()
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.h | 51 bool ParseAttrValue(StringPiece type, StringPiece text, AttrValue* out);
|
D | op_def_builder.cc | 264 VERIFY(ParseAttrValue(attr->type(), spec, attr->mutable_default_value()), in FinalizeAttr()
|
D | attr_value_util.cc | 397 bool ParseAttrValue(StringPiece type, StringPiece text, AttrValue* out) { in ParseAttrValue() function
|
D | op_kernel_test.cc | 491 CHECK(ParseAttrValue(parts[1], parts[2], &attr_value)) << attr_desc; in CreateNodeDef()
|