Searched refs:text_decoder_runner (Results 1 – 7 of 7) sorted by relevance
/external/executorch/extension/llm/runner/ |
D | targets.bzl | 29 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,
|
D | text_prefiller.cpp | 19 TextDecoderRunner* text_decoder_runner, in TextPrefiller() argument 22 : text_decoder_runner_(text_decoder_runner), in TextPrefiller()
|
D | text_token_generator.h | 25 TextDecoderRunner* text_decoder_runner, in TextTokenGenerator() argument 30 text_decoder_runner_(text_decoder_runner), in TextTokenGenerator()
|
D | text_prefiller.h | 25 TextDecoderRunner* text_decoder_runner,
|
/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/ |
D | project.pbxproj | 54 …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/ |
D | project.pbxproj | 11 …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/ |
D | targets.bzl | 44 "//executorch/extension/llm/runner:text_decoder_runner" + aten_suffix,
|