Searched refs:const_op_desc (Results 1 – 2 of 2) sorted by relevance
99 auto const_op_desc = in SetInputsForSingleOpGraph() local101 if (const_op_desc == nullptr) { in SetInputsForSingleOpGraph()107 (void)pointer_cast_const_op->update_output_desc_y(*const_op_desc); in SetInputsForSingleOpGraph()
352 …auto const_op_desc = TransformUtil::GetGeTensorDesc(it.second->shape_c(), it.second->data_type(), … in InitParamWithData() local353 if (const_op_desc == nullptr) { in InitParamWithData()357 (void)std::static_pointer_cast<Constant>(const_op)->update_output_desc_y(*const_op_desc); in InitParamWithData()