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

Class InputSpec

tensorflow/python/layers/base.py:1123–1158  ·  view source on GitHub ↗

Specifies the ndim, dtype and shape of every input to a layer. Every layer should expose (if appropriate) an `input_spec` attribute: a list of instances of InputSpec (one per input tensor). A None entry in a shape is compatible with any dimension, a None shape is compatible with any shape.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

buildMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected