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

Function Spaces

tensorflow/core/framework/op_gen_lib.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class OpDef;
31
32inline string Spaces(int n) { return string(n, ' '); }
33
34// Wrap prefix + str to be at most width characters, indenting every line
35// after the first by prefix.size() spaces. Intended use case is something

Callers 2

IndentFunction · 0.85
WordWrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected