Home
last modified time | relevance | path

Searched refs:spatial_softmax (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py3597 spatial_softmax = _layers.spatial_softmax(features)
3601 keypoints = sess.run(spatial_softmax, feed_dict)
3608 spatial_softmax = _layers.spatial_softmax(features, data_format='NCHW')
3612 keypoints = sess.run(spatial_softmax, feed_dict)
3621 spatial_softmax = _layers.spatial_softmax(features)
3639 keypoints = sess.run(spatial_softmax, feed_dict)
3648 spatial_softmax = _layers.spatial_softmax(features)
3663 keypoints = sess.run(spatial_softmax, feed_dict)
3677 spatial_softmax = _layers.spatial_softmax(features)
3695 tf_keypoints1 = sess.run(spatial_softmax, feed_dict)
[all …]
Dlayers.py2912 def spatial_softmax(features, function