MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / initial_value

Function initial_value

tensorflow/python/training/tracking/util.py:414–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412 initializer = initializer(dtype=dtype)
413
414 def initial_value():
415 return initializer(
416 shape_object.as_list(), dtype=dtype, partition_info=partition_info)
417
418 return variables.VariableV1(
419 initial_value=initial_value,

Callers 7

__init__Method · 0.85
_init_from_argsMethod · 0.85
_init_from_argsMethod · 0.85
_init_from_argsMethod · 0.85
__init__Method · 0.85
initial_value_fnMethod · 0.85

Calls 1

as_listMethod · 0.45

Tested by

no test coverage detected