Home
last modified time | relevance | path

Searched defs:intermediate_size (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dlinear.py99 intermediate_size=5, argument
140 intermediate_size=5, argument
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_hw_pass.h64 uint32_t intermediate_size; member
83 uint32_t intermediate_size; member
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/
H A Dconfig.json5 "intermediate_size": 14336, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dconfig.json10 "intermediate_size": 8192, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/
H A Dconfig.json10 "intermediate_size": 8192, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/
H A Dconfiguration_llama.py33 intermediate_size=None, argument
/aosp_15_r20/external/pytorch/benchmarks/gpt_fast/
H A Dmixtral_moe_quantize.py149 def __init__(self, num_experts, intermediate_size, dim, target_dtype): argument
H A Dmodel.py24 intermediate_size: int = None variable in ModelArgs
H A Dmixtral_moe_model.py24 intermediate_size: int = None variable in ModelArgs