Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_module
Function · 0.80
_forward_module
Function · 0.80
write_docs
Function · 0.80
_custom_getter
Function · 0.80
save_network_checkpoint
Function · 0.80
_restore_existing_variables
Function · 0.80
_scheduled_stamp_resource_op_runner
Function · 0.80
run_handler_scheduled_ops
Function · 0.80
_create_or_restore_slot_variable
Method · 0.80
_process_records
Method · 0.80
_profiled_run
Function · 0.80
deserialize_feature_column
Function · 0.80
Calls
1
constant
Method · 0.45
Tested by
no test coverage detected