MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _possibly_nonzero

Function _possibly_nonzero

tensorflow/contrib/integrate/python/ops/odes.py:65–66  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

63
64
65def _possibly_nonzero(x):
66 return isinstance(x, ops.Tensor) or x != 0
67
68
69def _scaled_dot_product(scale, xs, ys, name=None):

Callers 1

_scaled_dot_productFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected