:param input_layer: 2D tensor :param num_labels: int. How many output labels in total? (10 for cifar10 and 100 for cifar100) :return: output layer Y = WX + B
(input_layer, num_labels)
source not stored for this graph (policy: none)
no test coverage detected