MCPcopy Create free account
hub / github.com/pytorch/pytorch / get_initializer_args

Function get_initializer_args

caffe2/python/modeling/initializers.py:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 returns an instantiated Initializer object
138 '''
139 def get_initializer_args():
140 return (
141 operator_name_and_kwargs or
142 default_operator_name_and_kwargs
143 )
144
145 if initializer_class is not None:
146 init = initializer_class(get_initializer_args()[0],

Callers 1

update_initializerFunction · 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…