..
c
Avoid c11 usage in TFLite's C API
2019-08-01 10:58:48 -07:00
core
Fix bad import
2020-09-19 18:50:15 -07:00
delegates
NNAPI TransposeConv op takes tensor inputs from TFLite node
2019-09-05 12:24:09 -07:00
examples
Mechanical replacement of download.tensorflow.org with https equivalent.
2019-07-24 18:49:22 -07:00
experimental
Don't round the allocator's storage size to the next power of two. This is typically a huge buffer. We're going to reach a steady state where we have only a few such buffers and they won't get frequently reallocated, anyway.
2019-08-21 13:07:51 -07:00
g3doc
Update the docs to link to the new PoseNet model and the PoseNet example app.
2019-08-05 12:45:30 -07:00
java
Use the NnApiDelegate directly with Interpreter.Options.setUseNNAPI.
2019-08-16 10:57:27 -07:00
kernels
Cast away a const in intermediate API
2020-09-20 16:57:05 -07:00
lib_package
models
Merge pull request #30344 from Dayananda-V:tflite_smartreply_fix
2019-08-02 10:04:37 -07:00
nnapi
Exclude Android NN API-related sources and flags from iOS, Mac, and Emscripten builds
2019-08-01 14:23:09 -07:00
profiling
add NoopProfiler(int) constructor
2019-06-26 08:15:33 +08:00
python
Do not build with TFLite MLIR converter by default.
2019-08-02 14:22:29 -07:00
schema
Remove the target tensorflow/core:lib_platform
2019-08-05 22:49:17 -07:00
testdata
Export model's minimum required runtime string into flatbuffer's metadata field. Also add a method in FlatBufferModel to parse the runtime string.
2019-08-02 18:12:27 -07:00
testing
Fix MatMul with transpose_a
2019-08-05 22:21:00 -07:00
toco
[Fix] fix the logic when comparing the runtime version strings.
2019-08-23 17:09:46 -07:00
tools
Create the initial BUILD file for tensorflow/core/platform folder
2019-08-05 14:17:12 -07:00
tutorials
Update post-training quantization docs for float16
2019-08-02 13:09:57 -07:00
allocation.cc
Automated rollback of commit 19f417d905
2019-07-02 17:43:32 -07:00
allocation.h
Automated rollback of commit 19f417d905
2019-07-02 17:43:32 -07:00
arena_planner_test.cc
Bug Fix and removed trivail warning from the file.
2019-07-11 09:10:02 +05:30
arena_planner.cc
Bug Fix and removed trivail warning from the file.
2019-07-11 09:10:02 +05:30
arena_planner.h
Workaround for dynamic intermediate tensor in TFLite.
2019-06-12 23:45:44 -07:00
BUILD
Export model's minimum required runtime string into flatbuffer's metadata field. Also add a method in FlatBufferModel to parse the runtime string.
2019-08-02 18:12:27 -07:00
build_def.bzl
Remove --exclude-libs,ALL from TFLite Android linkopts
2019-07-26 16:15:47 -07:00
builtin_op_data.h
builtin_ops.h
Graduate TFLite control flow ops from experimental to builtin
2019-07-20 15:51:38 -07:00
context_util.h
context.h
error_reporter.h
external_cpu_backend_context.cc
Make TfLiteInternalBackendContext as a interface-only abstract class.
2019-07-22 19:34:07 -07:00
external_cpu_backend_context.h
Make TfLiteInternalBackendContext as a interface-only abstract class.
2019-07-22 19:34:07 -07:00
graph_info_test.cc
Fix graph partitioning algorithm to use real node indices from execution plan.
2019-06-25 22:25:08 -07:00
graph_info.cc
Fix graph partitioning algorithm to use real node indices from execution plan.
2019-06-25 22:25:08 -07:00
graph_info.h
Fix graph partitioning algorithm to use real node indices from execution plan.
2019-06-25 22:25:08 -07:00
interpreter_test.cc
Delegate application failure leaves interpreter in valid state.
2019-08-02 11:50:02 -07:00
interpreter.cc
Prorotype TFLite resource variables
2019-07-25 12:10:10 -07:00
interpreter.h
Prorotype TFLite resource variables
2019-07-25 12:10:10 -07:00
memory_planner.h
Workaround for dynamic intermediate tensor in TFLite.
2019-06-12 23:45:44 -07:00
minimal_logging_android.cc
minimal_logging_default.cc
minimal_logging_ios.cc
minimal_logging_test.cc
minimal_logging.cc
minimal_logging.h
mmap_allocation_disabled.cc
Automated rollback of commit 19f417d905
2019-07-02 17:43:32 -07:00
mmap_allocation.cc
Automated rollback of commit 19f417d905
2019-07-02 17:43:32 -07:00
model_flex_test.cc
model_test.cc
Export model's minimum required runtime string into flatbuffer's metadata field. Also add a method in FlatBufferModel to parse the runtime string.
2019-08-02 18:12:27 -07:00
model.cc
[tflite] Don't check for buffers on every subgraph.
2020-09-18 16:28:34 -07:00
model.h
Add an explanation about using FlatbufferModel::GetMinimumRuntime().
2019-08-23 17:09:53 -07:00
mutable_op_resolver_test.cc
mutable_op_resolver.cc
mutable_op_resolver.h
Include standard library headers as appropriate.
2019-05-13 09:05:32 -07:00
op_resolver.h
optional_debug_tools.cc
Propagate half precision float through tflite
2019-05-07 15:01:57 -07:00
optional_debug_tools.h
README.md
simple_memory_arena_test.cc
simple_memory_arena.cc
simple_memory_arena.h
special_rules.bzl
Compatibility compile fix
2019-07-16 09:28:10 -07:00
stderr_reporter.cc
stderr_reporter.h
string_util_test.cc
string_util.cc
string_util.h
string.h
HAS_GLOBAL_STRING is no longer defined. ::string resolves to std::string on PLATFORM_GOOGLE.
2019-05-30 19:00:50 -07:00
tflite_exported_symbols.lds
tflite_version_script.lds
util_test.cc
util.cc
Allow unresolved custom ops in InterpreterBuilder, to be resolved by delegates later.
2019-06-04 15:58:46 -07:00
util.h
Allow unresolved custom ops in InterpreterBuilder, to be resolved by delegates later.
2019-06-04 15:58:46 -07:00
version.h