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

Function _SetOutputFormat

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

Sets the module's output format.

(output_format)

Source from the content-addressed store, hash-verified

966
967
968def _SetOutputFormat(output_format):
969 """Sets the module's output format."""
970 _cpplint_state.SetOutputFormat(output_format)
971
972def _Quiet():
973 """Return's the module's quiet setting."""

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetOutputFormatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…