Skip to content

Rename Python package framework.layers into fluid.layer #5315

@wangkuiyi

Description

@wangkuiyi

Current we create a layer by calling layers.fc:

y_predict = layers.fc(input=x,
size=1,
act=None,
program=program,
init_program=init_program)

However, it should be layer.fc instead -- no s.


We are going to name the newly added features in python/paddle/v2/framework and related C++ code fluid. So we should rename python/paddle/v2/framework into python/paddle/v2/fluid.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions