Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h1764 struct FunctionSchemaMap { struct
1770 FunctionSchemaMap() = default; argument
1771 void insert(const FunctionSchema& schema, T val) { in insert()
1778 void erase(const FunctionSchema& schema) { in erase()
1794 bool contains(const FunctionSchema& schema) const { in contains()
1807 std::optional<T> find(const FunctionSchema& schema) const { in find()
1821 std::vector<FuncSchemaMapType> getAllKeysAndValues() const { in getAllKeysAndValues()
1835 MapType map;