-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use ffi_gen for binding generation
- Loading branch information
Showing
38 changed files
with
6,368 additions
and
1,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Run with `flutter pub run ffigen --config ffigen.yaml`. | ||
name: TensorFlowLiteBindings | ||
description: | | ||
Bindings for `src/tensorflow_lite/c_api.h`. | ||
Regenerate bindings with `flutter pub run ffigen --config ffigen_tensorflow_lite.yaml`. | ||
output: 'lib/src/bindings/tensorflow_lite_bindings_generated.dart' | ||
headers: | ||
entry-points: | ||
- 'src/tensorflow_lite/c_api.h' | ||
- 'src/tensorflow_lite/c_api_experimental.h' | ||
- 'src/tensorflow_lite/coreml_delegate.h' | ||
- 'src/tensorflow_lite/metal_delegate.h' | ||
- 'src/tensorflow_lite/xnnpack_delegate.h' | ||
- 'src/tensorflow_lite/delegate.h' | ||
- 'src/tensorflow_lite/delegate_options.h' | ||
include-directives: | ||
- 'src/tensorflow_lite/c_api.h' | ||
- 'src/tensorflow_lite/c_api_experimental.h' | ||
- 'src/tensorflow_lite/coreml_delegate.h' | ||
- 'src/tensorflow_lite/metal_delegate.h' | ||
- 'src/tensorflow_lite/xnnpack_delegate.h' | ||
- 'src/tensorflow_lite/delegate.h' | ||
- 'src/tensorflow_lite/delegate_options.h' | ||
preamble: | | ||
// ignore_for_file: always_specify_types | ||
// ignore_for_file: camel_case_types | ||
// ignore_for_file: non_constant_identifier_names | ||
comments: | ||
style: any | ||
length: full |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.