Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpytree.cc287 py::object PyTreeDef::Unflatten(py::iterable leaves) const { in Unflatten() function in xla::PyTreeDef
291 py::object PyTreeDef::Unflatten(absl::Span<const py::object> leaves) const { in Unflatten() function in xla::PyTreeDef
/aosp_15_r20/external/skia/src/core/
H A DSkFont_serial.cpp88 bool SkFontPriv::Unflatten(SkFont* font, SkReadBuffer& buffer) { in Unflatten() function in SkFontPriv
H A DSkPaintPriv.cpp289 SkPaint SkPaintPriv::Unflatten(SkReadBuffer& buffer) { in Unflatten() function in SkPaintPriv
H A DSkImageFilter.cpp168 SkImageFilter_Base::Unflatten(SkReadBuffer& buffer) { in Unflatten() function in SkImageFilter_Base
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dflatten.py59 class Unflatten(Module): class
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/
H A Dfunction.cc165 StatusOr<TaggedValue> Unflatten( in Unflatten() function
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp914 struct Unflatten { struct
915 mpy::object operator()(Slice<mpy::handle>& elements) { in operator ()()
942 UType type;
943 mpy::handle obj;
944 Slice<Unflatten> children;
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen.cc103 void Unflatten(const string& prefix, const std::vector<string>& output_sizes, in Unflatten() function
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodules.cpp605 TEST_F(ModulesTest, Unflatten) { in TEST_F() argument