oa::ModelTranslator

Model translators are small declarative mapping layers. They inspect the opened source/config assets and emit a complete map; transfer mechanics remain shared and independently tested.

Public Methods

oa::Result<WeightMap> oa::ModelTranslator::buildMap(const WeightSource & inSource)
oa::StringView oa::ModelTranslator::name()

Constructor & Destructor Documentation

void oa::ModelTranslator::~ModelTranslator()
No public source comment is attached to this declaration.

Public Method Documentation

oa::Result<WeightMap> oa::ModelTranslator::buildMap( const WeightSource & inSource )
No public source comment is attached to this declaration.

Parameters

inSource
const WeightSource &

Returns

oa::Result<WeightMap>

The declared return value.

oa::StringView oa::ModelTranslator::name()
No public source comment is attached to this declaration.

Returns

oa::StringView

The declared return value.