Home
last modified time | relevance | path

Searched refs:GetLinkedInputIndex (Results 1 – 2 of 2) sorted by relevance

/external/executorch/examples/mediatek/executor_runner/llama_runner/
DModelChunk.h80 std::optional<size_t> GetLinkedInputIndex(const size_t outputIndex) const;
DModelChunk.cpp387 std::optional<size_t> ModelChunk::GetLinkedInputIndex( in GetLinkedInputIndex() function in example::ModelChunk
457 const auto linkedInputIdx = GetLinkedInputIndex(outputIdx); in AllocateIoBuffers()