MCPcopy Create free account
hub / github.com/apache/singa / call

Method call

python/singa/opt.py:37–40  ·  view source on GitHub ↗
(self, step)

Source from the content-addressed store, hash-verified

35 return self.call(step)
36
37 def call(self, step) -> Tensor:
38 # step is a Tensor with a single scalar value
39 # return the current value as a Tensor
40 raise NotImplementedError
41
42
43class Constant(DecayScheduler):

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected