Searched refs:func_model (Results 1 – 15 of 15) sorted by relevance
/external/pytorch/functorch/examples/compilation/ |
D | linear_train.py | 48 func_model, weights = make_functional(mod) variable 54 out = func_model(weights, x)
|
/external/pytorch/functorch/benchmarks/ |
D | per_sample_grads.py | 22 func_model, weights = make_functional(model_functorch) variable 28 output = func_model(weights, images)
|
/external/pytorch/functorch/ |
D | README.md | 321 func_model, params = make_functional(model) 324 preds = func_model(params, data)
|
/external/pytorch/test/functorch/ |
D | test_eager_transforms.py | 4395 func_model, weights = _get_weights_and_functional_call( 4401 output = func_model(weights, batch) 4499 func_model, weights = _get_weights_and_functional_call( 4505 output = func_model(weights, batch) 4558 func_model, weights = _get_weights_and_functional_call(model, mechanism) 4563 output = func_model(weights, image)
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 74186 struct btf_func_model func_model; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 101279 struct btf_func_model func_model; member
|
D | vmlinux.h | 101279 struct btf_func_model func_model; member
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 73332 struct btf_func_model func_model; member
|
D | vmlinux.h | 73332 struct btf_func_model func_model; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 43194 struct btf_func_model func_model; member
|
D | vmlinux_518.h | 43194 struct btf_func_model func_model; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 26914 struct btf_func_model func_model; member
|
D | vmlinux.h | 26914 struct btf_func_model func_model; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 86796 struct btf_func_model func_model; member
|
D | vmlinux.h | 86796 struct btf_func_model func_model; member
|