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

Function build_op

tensorflow/python/ops/nn_ops.py:486–487  ·  view source on GitHub ↗
(num_spatial_dims, padding)

Source from the content-addressed store, hash-verified

484 input_shape = input.get_shape()
485
486 def build_op(num_spatial_dims, padding):
487 return lambda inp, _: op(inp, num_spatial_dims, padding)
488
489 new_op = _WithSpaceToBatch(
490 input_shape,

Callers 1

__init__Method · 0.85

Calls 1

opFunction · 0.70

Tested by

no test coverage detected