Home
last modified time | relevance | path

Searched full:_component_ (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
H A DActivityController.java72 private _Activity_ _component_; field in ActivityController
91 _component_ = reflector(_Activity_.class, component); in ActivityController()
152 _component_.performRestart(); in restart()
154 _component_.performRestart(true, "restart()"); in restart()
156 _component_.performRestart(true); in restart()
170 _component_.performStart(); in start()
172 _component_.performStart("start()"); in start()
186 invokeWhilePaused(() -> _component_.onPostCreate(bundle)); in postCreate()
194 _component_.performResume(); in resume()
196 _component_.performResume(true, "resume()"); in resume()
[all …]
/aosp_15_r20/external/executorch/examples/llm_pte_finetuning/
H A Dqwen_05b_config.yaml2 _component_: torchtune.models.qwen2.qwen2_tokenizer
8 _component_: torchtune.datasets.alpaca_cleaned_dataset
14 _component_: torch.nn.CrossEntropyLoss
17 _component_: torchtune.models.qwen2.lora_qwen2_0_5b
24 _component_: torchtune.training.FullModelHFCheckpointer
H A Dphi3_alpaca_code_config.yaml2 _component_: torchtune.models.phi3.phi3_mini_tokenizer
7 _component_: executorch.examples.llm_pte_finetuning.training_lib.python_code_instructions_alpaca
14 _component_: torch.nn.CrossEntropyLoss
17 _component_: torchtune.models.phi3.lora_phi3_mini
25 _component_: torchtune.training.FullModelHFCheckpointer
H A Dphi3_config.yaml2 _component_: torchtune.models.phi3.phi3_mini_tokenizer
7 _component_: torchtune.datasets.alpaca_cleaned_dataset
13 _component_: torch.nn.CrossEntropyLoss
16 _component_: torchtune.models.phi3.lora_phi3_mini
24 _component_: torchtune.training.FullModelHFCheckpointer
H A DREADME.md25 _component_: torchtune.models.phi3.phi3_mini_tokenizer
38 _component_: torchtune.datasets.alpaca_cleaned_dataset
52 _component_: torch.nn.CrossEntropyLoss
61 _component_: torchtune.models.phi3.lora_phi3_mini
75 _component_: torchtune.training.FullModelHFCheckpointer