Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ input_names
Method
input_names
python/paddle/base/framework.py:3774–3775 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3772
3773
@property
3774
def
input_names(self):
3775
return
self.desc.input_names()
3776
3777
@property
3778
def
input_arg_names(self):
Callers
15
_swap_inputs
Method · 0.80
apply
Method · 0.80
update_grad_var_to_var
Function · 0.80
prepare_context
Method · 0.80
complete_update_annotation
Method · 0.80
_complete_sub_update_program
Method · 0.80
copy_op_with_new_input_output
Function · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_op_desc
Method · 0.64