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

Method _build_op_non_atrous

tensorflow/python/ops/nn_ops.py:1141–1148  ·  view source on GitHub ↗
(self, _, padding)

Source from the content-addressed store, hash-verified

1139 fused=fused)
1140
1141 def _build_op_non_atrous(self, _, padding):
1142 return _Convolution(
1143 self.input_shape,
1144 filter_shape=self.filter_shape,
1145 padding=padding,
1146 data_format=self.data_format,
1147 strides=self.strides,
1148 name=self.name)
1149
1150 def _build_op_atrous(self, _, padding):
1151 return _Convolution(

Callers

nothing calls this directly

Calls 1

_ConvolutionClass · 0.85

Tested by

no test coverage detected