MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / compute_output_shape

Method compute_output_shape

model_demo/DeepCrossing/layer.py:28–29  ·  view source on GitHub ↗
(self, input_shape)

Source from the content-addressed store, hash-verified

26 return sgx.e_sigmoid(sgx.e_matmul(inputs, self.w))
27
28 def compute_output_shape(self, input_shape):
29 return (input_shape[0], self.units)
30
31 def get_config(self):
32 config = super(MyDense, self).get_config()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected