|
|
@ -217,13 +217,13 @@ op_library(send_op SRCS send_op.cc DEPS sendrecvop_grpc grpc++_unsecure grpc_uns
|
|
|
|
set_source_files_properties(
|
|
|
|
set_source_files_properties(
|
|
|
|
send_op.cc
|
|
|
|
send_op.cc
|
|
|
|
PROPERTIES
|
|
|
|
PROPERTIES
|
|
|
|
COMPILE_FLAGS "-Wno-error=non-virtual-dtor -Wno-error=delete-non-virtual-dtor")
|
|
|
|
COMPILE_FLAGS "-Wno-non-virtual-dtor -Wno-error=non-virtual-dtor -Wno-error=delete-non-virtual-dtor")
|
|
|
|
|
|
|
|
|
|
|
|
op_library(recv_op SRCS recv_op.cc DEPS sendrecvop_grpc grpc++_unsecure grpc_unsecure gpr cares zlib_target protobuf)
|
|
|
|
op_library(recv_op SRCS recv_op.cc DEPS sendrecvop_grpc grpc++_unsecure grpc_unsecure gpr cares zlib_target protobuf)
|
|
|
|
set_source_files_properties(
|
|
|
|
set_source_files_properties(
|
|
|
|
recv_op.cc
|
|
|
|
recv_op.cc
|
|
|
|
PROPERTIES
|
|
|
|
PROPERTIES
|
|
|
|
COMPILE_FLAGS "-Wno-error=non-virtual-dtor -Wno-error=delete-non-virtual-dtor")
|
|
|
|
COMPILE_FLAGS "-Wno-non-virtual-dtor -Wno-error=non-virtual-dtor -Wno-error=delete-non-virtual-dtor")
|
|
|
|
|
|
|
|
|
|
|
|
op_library(cond_op SRCS cond_op.cc DEPS framework_proto tensor operator net_op)
|
|
|
|
op_library(cond_op SRCS cond_op.cc DEPS framework_proto tensor operator net_op)
|
|
|
|
op_library(cross_entropy_op DEPS cross_entropy)
|
|
|
|
op_library(cross_entropy_op DEPS cross_entropy)
|
|
|
|