Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPackedSequence.cpp34 std::tuple<Tensor, Tensor> _pack_padded_sequence(const Tensor& _input, const Tensor& _lengths, bool… in _pack_padded_sequence() function
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_impls.py722 def _pack_padded_sequence(fake_mode, func, inputs, lengths, batch_first): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py4696 def _pack_padded_sequence(g: jit_utils.GraphContext, input, lengths, batch_first): function