| 129 | } |
| 130 | |
| 131 | bool LayerSupportBase::IsShapeSupported(const TensorInfo&, // input |
| 132 | const TensorInfo&, // output |
| 133 | Optional<std::string&> reasonIfUnsupported) const |
| 134 | { |
| 135 | return DefaultLayerSupport(__func__, __FILE__, __LINE__, reasonIfUnsupported); |
| 136 | } |
| 137 | |
| 138 | bool LayerSupportBase::IsStandInSupported(const std::vector<const TensorInfo*>&, // inputs |
| 139 | const std::vector<const TensorInfo*>&, // outputs |
no test coverage detected