Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h141 std::optional<int64_t> nested_int_coeff() override { in nested_int_coeff() function
/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h217 virtual std::optional<int64_t> nested_int_coeff() { in nested_int_coeff() function