Searched refs:quantDTypeCast (Results 1 – 3 of 3) sorted by relevance
535 QuantDTypeCast quantDTypeCast{}; in ConvertQuantDTypeCast() local536 quantDTypeCast.srcT = mindspore::lite::MindIR_QuantDTypeCast_GetSrcT(primitive); in ConvertQuantDTypeCast()537 quantDTypeCast.dstT = mindspore::lite::MindIR_QuantDTypeCast_GetDstT(primitive); in ConvertQuantDTypeCast()539 (void)QuantDTypeCastBlockMarshalling(data, quantDTypeCast); in ConvertQuantDTypeCast()
536 QuantDTypeCast quantDTypeCast{}; in ConvertQuantDTypeCast() local537 quantDTypeCast.srcT = mindspore::lite::MindIR_QuantDTypeCast_GetSrcT(primitive); in ConvertQuantDTypeCast()538 quantDTypeCast.dstT = mindspore::lite::MindIR_QuantDTypeCast_GetDstT(primitive); in ConvertQuantDTypeCast()540 (void)QuantDTypeCastBlockMarshalling(data, quantDTypeCast); in ConvertQuantDTypeCast()
1062 QuantDTypeCastV2 quantDTypeCast{}; in ConvertQuantDTypeCast() local1063 quantDTypeCast.srcT = mindspore::lite::MindIR_QuantDTypeCast_GetSrcT(primitive); in ConvertQuantDTypeCast()1064 quantDTypeCast.dstT = mindspore::lite::MindIR_QuantDTypeCast_GetDstT(primitive); in ConvertQuantDTypeCast()1065 quantDTypeCast.axis = mindspore::lite::MindIR_QuantDTypeCast_GetAxis(primitive); in ConvertQuantDTypeCast()1068 (void)QuantDTypeCastV2BlockMarshalling(data, quantDTypeCast); in ConvertQuantDTypeCast()