Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v1_0.cpp535 QuantDTypeCast quantDTypeCast{}; in ConvertQuantDTypeCast() local
536 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()
H A Dlite_graph_to_hdi_model_v2_0.cpp536 QuantDTypeCast quantDTypeCast{}; in ConvertQuantDTypeCast() local
537 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()
H A Dlite_graph_to_hdi_model_v2_1.cpp1062 QuantDTypeCastV2 quantDTypeCast{}; in ConvertQuantDTypeCast() local
1063 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()