Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport.cpp664 auto is_sequence_tensor = static_cast<bool>(n->type()->cast<ListType>()); in EncodeValueInfoType() local
671 !is_sequence_tensor); in EncodeValueInfoType()