Skip to content

Fluid的接口设计和Python运行逻辑

Qiao Longfei edited this page Feb 7, 2018 · 1 revision

persistable 都有哪些用途呢

executor如果发现一个persistable的东西,会创建在一个持续存在的scope里面,而别的var,都会创建在一个运行完就会删掉的scope里面 所谓 global_variable, 是指创建在当前main_program第一个block中的Variable(global_block)

Clone this wiki locally