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

Method type

python/paddle/hapi/static_flops.py:50–54  ·  view source on GitHub ↗

Get the type of this operator.

(self)

Source from the content-addressed store, hash-verified

48 self._graph = graph
49
50 def type(self):
51 """
52 Get the type of this operator.
53 """
54 return self._op.type
55
56 def inputs(self, name):
57 """

Callers 1

_graph_flopsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected