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

Method setdefault

tensorflow/python/eager/function_test.py:2531–2532  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

2529
2530 @def_function.function
2531 def setdefault(m):
2532 m.setdefault('t3', constant_op.constant(3.))
2533
2534 setdefault(get_dict())
2535

Callers 15

_forward_moduleFunction · 0.80
_forward_moduleFunction · 0.80
write_docsFunction · 0.80
_custom_getterFunction · 0.80
save_network_checkpointFunction · 0.80
_process_recordsMethod · 0.80
_profiled_runFunction · 0.80

Calls 1

constantMethod · 0.45

Tested by

no test coverage detected