MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / append

Method append

tensorflow/tools/docs/parser.py:81–88  ·  view source on GitHub ↗

Add an error to the collection. Args: full_name: The path to the file in which the error occurred. message: The message to display with the error.

(self, full_name, message)

Source from the content-addressed store, hash-verified

79 logging.warn(template, full_name, message)
80
81 def append(self, full_name, message):
82 """Add an error to the collection.
83
84 Args:
85 full_name: The path to the file in which the error occurred.
86 message: The message to display with the error.
87 """
88 self._errors.append((full_name, message))
89
90 def __len__(self):
91 return len(self._errors)

Callers 15

get_python_pathFunction · 0.45
convert_version_to_intFunction · 0.45
validate_cuda_configFunction · 0.45
_get_patternFunction · 0.45
_get_matmul_patternFunction · 0.45
_get_gather_patternFunction · 0.45
optimizeFunction · 0.45
convert_ckptFunction · 0.45
__init__Method · 0.45
topological_sortMethod · 0.45
get_matched_patternFunction · 0.45

Calls

no outgoing calls

Tested by 15

strRandMethod · 0.36
encodeByFlatBufferMethod · 0.36
upload_benchmark_dataFunction · 0.36
process_titleMethod · 0.36
process_sectionMethod · 0.36
process_in_blockquoteMethod · 0.36