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

Function div

python/singa/autograd.py:3348–3352  ·  view source on GitHub ↗

Return `np.div(a,b)`, where a and b are Tensor.

(a, b)

Source from the content-addressed store, hash-verified

3346
3347
3348def div(a, b):
3349 """
3350 Return `np.div(a,b)`, where a and b are Tensor.
3351 """
3352 return Div()(a, b)[0]
3353
3354
3355class Shape(Operator):

Callers

nothing calls this directly

Calls 1

DivClass · 0.70

Tested by

no test coverage detected