Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp929 ConstantValueMap::GetValueInto1DInt64Vector(n->input(1)->debugName()); in ProcessReduceNode()
966 ConstantValueMap::GetValueInto1DInt64Vector(shape_name); in ProcessReshapeNode()
1109 axes_vector = ConstantValueMap::GetValueInto1DInt64Vector( in ProcessSliceNode()
1141 start_vector = ConstantValueMap::GetValueInto1DInt64Vector( in ProcessSliceNode()
1143 end_vector = ConstantValueMap::GetValueInto1DInt64Vector( in ProcessSliceNode()
1146 step_vector = ConstantValueMap::GetValueInto1DInt64Vector( in ProcessSliceNode()
1363 auto shape_temp = ConstantValueMap::GetValueInto1DInt64Vector( in ComputeConstant()
1391 auto shape_temp = ConstantValueMap::GetValueInto1DInt64Vector( in ComputeConstant()
1518 auto shape_temp = ConstantValueMap::GetValueInto1DInt64Vector( in ComputeConstant()
H A Dconstant_map.h52 static std::vector<int64_t> GetValueInto1DInt64Vector( in C10_DIAGNOSTIC_POP()
H A Dconstant_map.cpp154 std::vector<int64_t> ConstantValueMap::GetValueInto1DInt64Vector( in GetValueInto1DInt64Vector() function in torch::jit::ConstantValueMap