Searched refs:source_key (Results 1 – 3 of 3) sorted by relevance
/external/v8/tools/clusterfuzz/ |
D | v8_foozzie.py | 223 configs='', source_key='', suppression=bug) 246 configs='', source_key='', suppression=bug) 310 source_key = hashlib.sha1(source).hexdigest()[:ORIGINAL_SOURCE_HASH_LENGTH] 313 source_key = ORIGINAL_SOURCE_DEFAULT 330 source_key=source_key, 360 configs='', source_key='', suppression='wrong_usage') 368 configs='', source_key='', suppression='internal_error')
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.cc | 144 void CopyNodeAttr(const NodeDef& source, const string& source_key, in CopyNodeAttr() argument 146 CHECK_NE(0, source.attr().count(source_key)) in CopyNodeAttr() 147 << "No key '" << source_key << "' found in " << source.DebugString(); in CopyNodeAttr() 148 (*(dest->mutable_attr()))[dest_key] = source.attr().at(source_key); in CopyNodeAttr()
|
D | transform_utils.h | 69 void CopyNodeAttr(const NodeDef& source, const string& source_key,
|