MCPcopy Create free account
hub / github.com/BVLC/caffe / AxisMismatchException

Class AxisMismatchException

python/caffe/coord_map.py:82–86  ·  view source on GitHub ↗

Exception raised for mappings with incompatible axes.

Source from the content-addressed store, hash-verified

80
81
82class AxisMismatchException(Exception):
83 """
84 Exception raised for mappings with incompatible axes.
85 """
86 pass
87
88
89def compose(base_map, next_map):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected