Searched refs:GetValueInto1DInt64Vector (Results 1 – 3 of 3) sorted by relevance
929 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()
52 static std::vector<int64_t> GetValueInto1DInt64Vector( in C10_DIAGNOSTIC_POP()
154 std::vector<int64_t> ConstantValueMap::GetValueInto1DInt64Vector( in GetValueInto1DInt64Vector() function in torch::jit::ConstantValueMap