Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.h41 using ExtraFilesMap = std::unordered_map<std::string, std::string>; variable
682 using ExtraFilesMap = ::torch::jit::ExtraFilesMap; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dflatbuffer_loader.h30 using ExtraFilesMap = std::unordered_map<std::string, std::string>; variable
H A Dimport.h12 using ExtraFilesMap = std::unordered_map<std::string, std::string>; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dflatbuffer_serializer.h22 using ExtraFilesMap = std::unordered_map<std::string, std::string>; variable