Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry.cpp108 TypePtr mapTensorToListOfInts(TypePtr type) { in mapTensorToListOfInts() function
117 fmap(type->containedTypes(), mapTensorToListOfInts)); in mapTensorToListOfInts()
176 auto mapped_type = mapTensorToListOfInts(inp_type); in checkInputAndOutputTypes()
203 auto mapped_type = mapTensorToListOfInts(out_type); in checkInputAndOutputTypes()