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

Function _pad_string_to_length

tensorflow/python/debug/cli/tensor_format.py:484–485  ·  view source on GitHub ↗
(string, length)

Source from the content-addressed store, hash-verified

482
483
484def _pad_string_to_length(string, length):
485 return " " * (length - len(string)) + string
486
487
488def numeric_summary(tensor):

Callers 1

_counts_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected