Skip to content

Commit 3bd879c

Browse files
authored
Merge branch 'main' into im-dev (#79)
2 parents ec1fada + 36c7c5c commit 3bd879c

14 files changed

Lines changed: 25869 additions & 0 deletions

File tree

bridge/.DS_Store

0 Bytes
Binary file not shown.

bridge/include/bridge.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ bridge_tensor_t dropout2d(bridge_tensor_t input, double p, bool training);
187187

188188
bridge_tensor_t dropout3d(bridge_tensor_t input, double p, bool training);
189189

190+
void run_tiny_stories(void);
191+
190192
#undef proto_bridge_simple
191193

192194
#ifdef __cplusplus

0 commit comments

Comments
 (0)