Home
last modified time | relevance | path

Searched refs:unsafeSetKeyType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DDict.h380 void unsafeSetKeyType(TypePtr t);
H A DDict_inl.h180 void Dict<Key, Value>::unsafeSetKeyType(TypePtr t) { in unsafeSetKeyType() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp154 d.unsafeSetKeyType(keyType); in restoreAccurateTypeTags()
197 dict.unsafeSetKeyType(type->containedType(0)); in restoreContainerTypeTags()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dflatbuffer_loader.cpp599 result.unsafeSetKeyType(type->containedType(0)); in parseDict()