Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ _get_program_cache_key
Function
_get_program_cache_key
python/paddle/base/executor.py:693–694 ·
view source on GitHub ↗
(feed, fetch_list)
Source
from the content-addressed store, hash-verified
691
692
693
def
_get_program_cache_key(feed, fetch_list):
694
return
str(_get_feed_fetch_var_names(feed, fetch_list))
695
696
697
def
_as_lodtensor(data, place, dtype=None):
Callers
2
_get_strong_program_cache_key_for_new_exe
Function · 0.85
_get_strong_program_cache_key
Function · 0.85
Calls
2
str
Function · 0.85
_get_feed_fetch_var_names
Function · 0.85
Tested by
no test coverage detected