pypto.get_codegen_options#
产品支持情况#
产品 |
是否支持 |
|---|---|
Atlas A3 训练系列产品/Atlas A3 推理系列产品 |
√ |
Atlas A2 训练系列产品/Atlas A2 推理系列产品 |
√ |
功能说明#
获取codegen配置。
函数原型#
get_codegen_options() -> Dict[str, Union[str, int, List[int], Dict[int, int]]]
参数说明#
无。
返回值说明#
返回dict,包含codegen的所有配置项信息。
约束说明#
无。
调用示例#
pypto.get_codegen_options()