MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / Flatten

Class Flatten

cnn_class2/tf_resnet.py:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return []
69
70class Flatten:
71 def forward(self, X):
72 return tf.contrib.layers.flatten(X)
73
74 def get_params(self):
75 return []
76
77
78def custom_softmax(x):

Callers 13

cnn.pyFile · 0.85
cnn_cifar.pyFile · 0.85
keras_example.pyFile · 0.85
fashion2.pyFile · 0.85
fashion.pyFile · 0.85
siamese.pyFile · 0.85
__init__Method · 0.85
mf_keras.pyFile · 0.85
mf_keras_res.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected