Home
last modified time | relevance | path

Searched defs:UnflattenImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dlinear.h138 UnflattenImpl(int64_t dim, std::vector<int64_t> sizes) in UnflattenImpl() function
140 UnflattenImpl(std::string dimname, UnflattenOptions::namedshape_t namedshape) in UnflattenImpl() function
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dlinear.cpp84 UnflattenImpl::UnflattenImpl(UnflattenOptions options_) in UnflattenImpl() function in torch::nn::UnflattenImpl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpytree.cc239 py::object PyTreeDef::UnflattenImpl(T leaves) const { in UnflattenImpl() function in xla::PyTreeDef