Home
last modified time | relevance | path

Searched defs:namedshape (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dlinear.cpp20 UnflattenOptions::UnflattenOptions(const char* dimname, namedshape_t namedshape) in UnflattenOptions()
25 UnflattenOptions::UnflattenOptions(std::string dimname, namedshape_t namedshape) in UnflattenOptions()
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dlinear.cpp90 auto namedshape = options.namedshape(); in pretty_print() local
114 auto namedshape = options.namedshape(); in forward() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dlinear.h140 UnflattenImpl(std::string dimname, UnflattenOptions::namedshape_t namedshape) in UnflattenImpl()
/aosp_15_r20/external/pytorch/torch/
H A D_namedtensor_internals.py28 def unzip_namedshape(namedshape): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_namedtensor.py58 def create(namedshape, factory=torch.randn): argument