Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.cpp115 struct CaptureList { struct
116 CaptureList(size_t capture_size) { in CaptureList() function
123 void captureTensor(const at::Tensor& tensor, bool is_output) { in captureTensor()
127 void capture(const IValue& val, bool is_output) { in capture()
149 size_t size() const { in size()
153 void unpack(Stack& stack, const std::shared_ptr<autograd::Node>& saved_for) { in unpack()
180 void release_variables() { in release_variables()
187 enum Capture : uint8_t {
193 std::vector<Capture> capture_types_;
194 std::vector<autograd::SavedVariable> var_captures_;
[all …]
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java129 protected static class CaptureList extends LinkedList<List<String>> { class in Console
130 CaptureList() { in CaptureList() method in Console.CaptureList
134 CaptureList(Collection<? extends List<String>> c) { in CaptureList() method in Console.CaptureList
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_test_util.h505 typedef std::vector<ResolveKey> CaptureList; typedef
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed.jarFileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...