Home
last modified time | relevance | path

Searched defs:packed_input (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Drnn.cpp532 const PackedSequence& packed_input, in forward_with_packed_input()
683 const PackedSequence& packed_input, in forward_with_packed_input()
779 const PackedSequence& packed_input, in forward_with_packed_input()
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Drnn.cpp724 torch::nn::utils::rnn::PackedSequence packed_input = in TEST_F() local
742 torch::nn::utils::rnn::PackedSequence packed_input = in TEST_F() local
760 torch::nn::utils::rnn::PackedSequence packed_input = in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_device.cc310 const auto& packed_input = packed_input_and_idx.value(); in SetReplicateOpOperands() local
458 for (auto packed_input : packed_inputs) { in BuildReplicateOp() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dremote_test.py447 def func(packed_input): argument