Skip to content

Commit

Permalink
regenerated core bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Nov 13, 2023
1 parent f24ca85 commit 21b0838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
4 changes: 2 additions & 2 deletions packages/mediapipe-core/lib/generated/core_symbols.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
files:
? package:mediapipe_core/src/third_party/mediapipe/generated/mediapipe_common_bindings.dart
: used-config:
package:mediapipe_core/src/third_party/mediapipe/generated/mediapipe_common_bindings.dart:
used-config:
ffi-native: false
symbols:
c:@S@BaseOptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,38 +177,6 @@ final class ClassificationResult extends ffi.Struct {
external bool has_timestamp_ms;
}

<<<<<<< HEAD
<<<<<<< HEAD
=======
final class ClassifierOptions extends ffi.Struct {
external ffi.Pointer<ffi.Char> display_names_locale;

@ffi.Int()
external int max_results;

@ffi.Float()
external double score_threshold;

external ffi.Pointer<ffi.Pointer<ffi.Char>> category_allowlist;

@ffi.Uint32()
external int category_allowlist_count;

external ffi.Pointer<ffi.Pointer<ffi.Char>> category_denylist;

@ffi.Uint32()
external int category_denylist_count;
}

const int __bool_true_false_are_defined = 1;

const int true1 = 1;

const int false1 = 0;

>>>>>>> a39e75b (updated generated code's location and license (for 3P status))
=======
>>>>>>> 006e8ef (code review responses)
const int __WORDSIZE = 64;

const int __DARWIN_ONLY_64_BIT_INO_T = 1;
Expand Down Expand Up @@ -374,18 +342,9 @@ const int WINT_MAX = 2147483647;
const int SIG_ATOMIC_MIN = -2147483648;

const int SIG_ATOMIC_MAX = 2147483647;
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 006e8ef (code review responses)

const int __bool_true_false_are_defined = 1;

const int true1 = 1;

const int false1 = 0;
<<<<<<< HEAD
=======
>>>>>>> a39e75b (updated generated code's location and license (for 3P status))
=======
>>>>>>> 006e8ef (code review responses)

0 comments on commit 21b0838

Please sign in to comment.