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

Function eprint

tensorflow/tools/dockerfiles/assembler.py:272–273  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

270
271
272def eprint(*args, **kwargs):
273 print(*args, file=sys.stderr, flush=True, **kwargs)
274
275
276def aggregate_all_slice_combinations(spec, slice_set_names):

Callers 4

gather_tag_argsFunction · 0.85
assemble_tagsFunction · 0.85
gather_existing_partialsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected