Skip to content

Commit be1e84a

Browse files
author
Evan Hock
committed
add undef directive for proto_bridge_simple
1 parent 7466c2c commit be1e84a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bridge/include/bridge.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ bridge_tensor_t dropout2d(bridge_tensor_t input, double p, bool training);
164164

165165
bridge_tensor_t dropout3d(bridge_tensor_t input, double p, bool training);
166166

167+
#undef proto_bridge_simple
167168

168169
#ifdef __cplusplus
169170
}
170171
#endif
171172

172-
#endif // BRIDGE_H
173-
//hello
173+
#endif // BRIDGE_H

0 commit comments

Comments
 (0)