Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/benchmarks/
H A Doperator_authoring.py75 def test(make_args, nnc=nnc_add, aten=torch.add): argument
89 def test_inplace(make_args, nnc=nnc_add, aten=torch.add): argument
102 def test_out(make_args, out, nnc=nnc_add, aten=torch.add): argument
116 def test_backwards(make_args, nnc=nnc_add, aten=torch.add): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Daot_compiler.cpp31 namespace nnc { namespace
H A Dregistry.cpp6 namespace nnc { namespace
H A Dbackend.cpp9 namespace nnc { namespace
H A Dcontext.cpp13 namespace nnc { namespace
/aosp_15_r20/external/pytorch/test/mobile/nnc/
H A Dtest_registry.cpp7 namespace nnc { namespace
H A Dtest_nnc_backend.cpp18 namespace nnc { namespace
H A Dtest_context.cpp9 namespace nnc { namespace
/aosp_15_r20/external/toybox/toys/pending/
H A Dawk.c3126 int k, nn, nnc, fmtc, holdc, cnt1 = 0, cnt2 = 0; in varprint() local