MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / apply

Method apply

tensorflow/python/layers/base.py:688–701  ·  view source on GitHub ↗

Apply the layer on a input. This simply wraps `self.__call__`. Arguments: inputs: Input tensor(s). *args: additional positional arguments to be passed to `self.call`. **kwargs: additional keyword arguments to be passed to `self.call`. Returns: Output tensor(s).

(self, inputs, *args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

__init__Method · 0.45
_simple_modelMethod · 0.45
testCreateBNMethod · 0.45
test3DInputAxis1Method · 0.45
test3DInputAxis2Method · 0.45
test4DInputAxis1Method · 0.45
test4DInputAxis2Method · 0.45
test4DInputAxis3Method · 0.45
test4DInputAxis3FusedMethod · 0.45
test4DInputAxis1FusedMethod · 0.45
testNegativeAxisMethod · 0.45

Calls 1

__call__Method · 0.95

Tested by 15

_simple_modelMethod · 0.36
testCreateBNMethod · 0.36
test3DInputAxis1Method · 0.36
test3DInputAxis2Method · 0.36
test4DInputAxis1Method · 0.36
test4DInputAxis2Method · 0.36
test4DInputAxis3Method · 0.36
test4DInputAxis3FusedMethod · 0.36
test4DInputAxis1FusedMethod · 0.36
testNegativeAxisMethod · 0.36
testNoCenterMethod · 0.36