MCPcopy Create free account
hub / github.com/alibaba/MNN / forwardType

Method forwardType

source/geometry/GeometryComputer.hpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 3

onRecomputeMethod · 0.80
onComputeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected