Searched refs:backend_parameter (Results 1 – 2 of 2) sorted by relevance
1742 auto backend_parameter = graph_inputs[input_idx]; in SyncInitialTenosrToDevice() local1746 auto addr = AnfAlgo::GetOutputAddr(backend_parameter, 0); in SyncInitialTenosrToDevice()1748 if (!addr->SyncHostToDevice(trans::GetRuntimePaddingShape(backend_parameter, 0), tensor_size, in SyncInitialTenosrToDevice()
1593 auto backend_parameter = graph->GetBackendAnfByFrontAnf(parameter); in AddParameterToGraphInputs() local1594 if (backend_parameter == nullptr) { in AddParameterToGraphInputs()1601 graph_inputs->push_back(backend_parameter); in AddParameterToGraphInputs()