Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
484
def
_pad_string_to_length(string, length):
485
return
" "
* (length - len(string)) + string
486
487
488
def
numeric_summary(tensor):
Callers
1
_counts_summary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected