(self, input_shape)
| 158 | return outputs |
| 159 | |
| 160 | def compute_output_shape(self, input_shape): |
| 161 | return tf.TensorShape( |
| 162 | self.layer.compute_output_shape(input_shape).as_list()) |
| 163 | |
| 164 | def _initialize_weights(self, inputs): |
| 165 | """Initialize weight g. |
nothing calls this directly
no outgoing calls
no test coverage detected