MCPcopy Create free account
hub / github.com/tensorflow/tfjs / _Quiet

Function _Quiet

tfjs-backend-wasm/tools/cpplint.py:972–974  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

970 _cpplint_state.SetOutputFormat(output_format)
971
972def _Quiet():
973 """Return's the module's quiet setting."""
974 return _cpplint_state.quiet
975
976def _SetQuiet(quiet):
977 """Set the module's quiet status, and return previous setting."""

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…