HomeSort by relevance Sort by last modified time
    Searched refs:w_img (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/keras/
callbacks_v1.py 186 w_img = array_ops.squeeze(weight)
187 shape = K.int_shape(w_img)
190 w_img = array_ops.transpose(w_img)
191 shape = K.int_shape(w_img)
192 w_img = array_ops.reshape(w_img, [1, shape[0], shape[1], 1])
197 w_img = array_ops.transpose(w_img, perm=[2, 0, 1])
198 shape = K.int_shape(w_img)
    [all...]
callbacks.py     [all...]

Completed in 88 milliseconds