Home
last modified time | relevance | path

Searched refs:existingMetaDataIndexForType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/util/
H A Dtypeid.h513 static uint16_t existingMetaDataIndexForType(TypeIdentifier identifier);
537 const uint16_t existing_index = existingMetaDataIndexForType(identifier);
H A Dtypeid.cpp55 uint16_t TypeMeta::existingMetaDataIndexForType(TypeIdentifier identifier) { in existingMetaDataIndexForType() function in caffe2::TypeMeta