MCPcopy
hub / github.com/NVlabs/stylegan2-ada / run

Function run

dnnlib/tflib/tfutil.py:30–33  ·  view source on GitHub ↗

Run the specified ops in the default session.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

28
29
30def run(*args, **kwargs) -> Any:
31 """Run the specified ops in the default session."""
32 assert_tf_initialized()
33 return tf.get_default_session().run(*args, **kwargs)
34
35
36def is_tf_expression(x: Any) -> bool:

Callers 2

init_uninitialized_varsFunction · 0.85
set_varsFunction · 0.85

Calls 2

assert_tf_initializedFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected