MCPcopy Create free account
hub / github.com/alibaba/nann / LazyLoader

Class LazyLoader

tensorflow/tensorflow/python/util/lazy_loader.py:27–67  ·  view source on GitHub ↗

Lazily import a module, mainly to avoid pulling in large dependencies. `contrib`, and `ffmpeg` are examples of modules that are large and not always needed, and this allows them to only be loaded when they are used.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

__init__.pyFile · 0.90
__init__.pyFile · 0.90
list_ops.pyFile · 0.90
func_graph.pyFile · 0.90
type_spec.pyFile · 0.90
ops.pyFile · 0.90
indexed_slices.pyFile · 0.90
backprop.pyFile · 0.90
tape.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected