Convert class index tensor to one hot encoding tensor. Args: input: A tensor of shape [N, 1, *] num_classes: An int of number of class Returns: A tensor of shape [N, num_classes, *]
(input, num_classes)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected