Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_map.cpp97 std::vector<int64_t> ConstantValueMap::GetCompleteShapeInto1DInt64Vector( in GetCompleteShapeInto1DInt64Vector() function in torch::jit::ConstantValueMap
115 ConstantValueMap::GetCompleteShapeInto1DInt64Vector(shape_size); in GetShapeInto1DInt64Vector()
129 ConstantValueMap::GetCompleteShapeInto1DInt64Vector(shape_size); in GetShapeInto1DInt64VectorWithOneUnknown()
H A Dconstant_map.h46 static std::vector<int64_t> GetCompleteShapeInto1DInt64Vector( in C10_DIAGNOSTIC_POP()