3. Function

3.1. Graph

disable_dygraph

def disable_dygraph()

总结: 关闭dygraph

示例代码:

import tops_graph as tg
tg.disable_dygraph()

3.2. Builder

GetBuilder

def GetBuilder()

总结: 获取TopsGraph Builder对象

返回值:
  • Builder对象

示例代码:

from tops_graph import builder as tgb
builder = tgb.GetBuilder()