Home
last modified time | relevance | path

Searched refs:text_decoder_runner (Results 1 – 7 of 7) sorted by relevance

/external/executorch/extension/llm/runner/
Dtargets.bzl29 name = "text_decoder_runner" + aten_suffix,
30 exported_headers = ["text_decoder_runner.h"],
31 srcs = ["text_decoder_runner.cpp"],
51 ":text_decoder_runner" + aten_suffix,
65 ":text_decoder_runner" + aten_suffix,
93 ":text_decoder_runner" + aten_suffix,
Dtext_prefiller.cpp19 TextDecoderRunner* text_decoder_runner, in TextPrefiller() argument
22 : text_decoder_runner_(text_decoder_runner), in TextPrefiller()
Dtext_token_generator.h25 TextDecoderRunner* text_decoder_runner, in TextTokenGenerator() argument
30 text_decoder_runner_(text_decoder_runner), in TextTokenGenerator()
Dtext_prefiller.h25 TextDecoderRunner* text_decoder_runner,
/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/
Dproject.pbxproj54 …823830088D6A7 /* text_decoder_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03D03DA92C…
55 …7823830088D6A7 /* text_decoder_runner.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D03DAA2C7…
119 …6A7 /* text_decoder_runner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
120 …88D6A7 /* text_decoder_runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
257 03D03DA92C7823830088D6A7 /* text_decoder_runner.cpp */,
258 03D03DAA2C7823830088D6A7 /* text_decoder_runner.h */,
304 03D03DAC2C7823830088D6A7 /* text_decoder_runner.h in Headers */,
481 03D03DAB2C7823830088D6A7 /* text_decoder_runner.cpp in Sources */,
/external/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/
Dproject.pbxproj11 …FBB7800932D36 /* text_decoder_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 032A73DB2C…
56 …CAFBB7800932D36 /* text_decoder_runner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcec…
57 …BB7800932D36 /* text_decoder_runner.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourceco…
155 032A73DA2CAFBB7800932D36 /* text_decoder_runner.h */,
156 032A73DB2CAFBB7800932D36 /* text_decoder_runner.cpp */,
388 032A74182CAFBB7800932D36 /* text_decoder_runner.cpp in Sources */,
/external/executorch/examples/models/llama/runner/
Dtargets.bzl44 "//executorch/extension/llm/runner:text_decoder_runner" + aten_suffix,