Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinput_metadata.h98 SymIntSmallVec& mutable_shape_as_dim_vector();
H A Dinput_metadata.cpp171 SymIntSmallVec& InputMetadata::mutable_shape_as_dim_vector() { in mutable_shape_as_dim_vector() function in torch::autograd::InputMetadata
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h654 before(t.mutable_shape_as_dim_vector()); in before()
657 after(t.mutable_shape_as_dim_vector()); in after()