| 36 | Tensor::DimensionType dimType = Tensor::TENSORFLOW); |
| 37 | bool allocTensor(Tensor* tenosr); |
| 38 | inline MNNForwardType forwardType() const { |
| 39 | return mForwardType; |
| 40 | } |
| 41 | inline BackendConfig::PrecisionMode precisionType() const { |
| 42 | return mPrecision; |
| 43 | } |
no outgoing calls
no test coverage detected