|
|
|
@ -44,7 +44,7 @@ cc_test(data_layout_transform_test SRCS data_layout_transform_test.cc DEPS data_
|
|
|
|
|
cc_library(data_transform SRCS data_transform.cc DEPS math_function tensor
|
|
|
|
|
framework_proto selected_rows data_device_transform data_type_transform data_layout_transform)
|
|
|
|
|
|
|
|
|
|
cc_library(attribute SRCS attribute.cc DEPS framework_proto)
|
|
|
|
|
cc_library(attribute SRCS attribute.cc DEPS framework_proto boost)
|
|
|
|
|
cc_test(program_desc_test SRCS program_desc_test.cc DEPS proto_desc
|
|
|
|
|
device_context)
|
|
|
|
|
cc_library(op_proto_maker SRCS op_proto_maker.cc DEPS framework_proto attribute)
|
|
|
|
|