MCPcopy 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_inputsMethod · 0.80
applyMethod · 0.80
update_grad_var_to_varFunction · 0.80
prepare_contextMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_op_descMethod · 0.64