Home
last modified time | relevance | path

Searched full:_pack_padded_sequence (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_impls.py721 @register_op_impl(torch.ops.aten._pack_padded_sequence.default)
722 def _pack_padded_sequence(fake_mode, func, inputs, lengths, batch_first): function
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_has_decomposition.expect482 aten::_pack_padded_sequence
483 aten::_pack_padded_sequence.out
/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
H A Dnative_functions.yaml7836 - func: _pack_padded_sequence(Tensor input, Tensor lengths, bool batch_first) -> (Tensor, Tensor)
7838 CompositeExplicitAutograd: _pack_padded_sequence
7839 autogen: _pack_padded_sequence.out
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/utils/
H A Drnn.h216 torch::_pack_padded_sequence(input, lengths, batch_first);
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dmodel_ops.yaml38 aten::_pack_padded_sequence: 23
H A Dcoverage.yaml1055 aten::_pack_padded_sequence: 10
/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Drnn.py338 data, batch_sizes = _VF._pack_padded_sequence(input, lengths, batch_first)
/aosp_15_r20/external/pytorch/test/
H A Dallowlist_for_publicAPI.json1278 "_pack_padded_sequence",
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py4694 @_onnx_symbolic("aten::_pack_padded_sequence")
4696 def _pack_padded_sequence(g: jit_utils.GraphContext, input, lengths, batch_first): function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1537 "torch._pack_padded_sequence",
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dderivatives.yaml2869 - name: _pack_padded_sequence(Tensor input, Tensor lengths, bool batch_first) -> (Tensor, Tensor)
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py13841 # Operator aten::_pack_padded_sequence is not supported by exporter yet.