MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / output_names

Method output_names

python/paddle/base/framework.py:3799–3800  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3797
3798 @property
3799 def output_names(self):
3800 return self.desc.output_names()
3801
3802 @property
3803 def idx(self):

Callers 15

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
forwardMethod · 0.80
update_dims_mappingMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_op_descMethod · 0.64