Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 21 of 21) sorted by relevance

/tflite-micro-3.4.0-2.7.6/ci/
Dtflite_files.txt6 tensorflow/lite/kernels/internal/quantization_util.cc
16 tensorflow/lite/kernels/internal/common.h
17 tensorflow/lite/kernels/internal/compatibility.h
18 tensorflow/lite/kernels/internal/quantization_util.h
19 tensorflow/lite/kernels/internal/reference/add.h
20 tensorflow/lite/kernels/internal/reference/add_n.h
21 tensorflow/lite/kernels/internal/reference/arg_min_max.h
22 tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h
23 tensorflow/lite/kernels/internal/reference/batch_matmul.h
24 tensorflow/lite/kernels/internal/reference/binary_function.h
[all …]
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/ci_build/
Dtest_code_style.sh40 kernels/internal/reference/ \
44 -e kernels/internal/reference/integer_ops/ \
45 -e kernels/internal/reference/reference_ops.h \
77 -e kernels/internal/reference/integer_ops/ \
78 -e kernels/internal/reference/reference_ops.h \
79 -e kernels/internal/types.h \
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/
DBUILD31 "//tensorflow/lite/kernels/internal:cppmath",
32 "//tensorflow/lite/kernels/internal:quantization_util",
43 "//tensorflow/lite/kernels/internal:types",
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
DBUILD47 "//tensorflow/lite/kernels/internal:tensor",
64 "//tensorflow/lite/kernels/internal:compatibility",
103 "//tensorflow/lite/kernels/internal:compatibility",
129 "//tensorflow/lite/kernels/internal:reference",
151 "//tensorflow/lite/kernels/internal:compatibility",
152 "//tensorflow/lite/kernels/internal:tensor",
174 "//tensorflow/lite/kernels/internal:compatibility",
243 "//tensorflow/lite/kernels/internal:compatibility",
280 "//tensorflow/lite/kernels/internal:compatibility",
Dmicro_allocator.cc177 internal::ScratchBufferRequest* scratch_buffer_requests,
283 internal::ScratchBufferRequest* scratch_buffer_requests, in AddScratchBuffers()
287 internal::ScratchBufferRequest* current_request = in AddScratchBuffers()
347 namespace internal { namespace
669 internal::ScratchBufferRequest* requests = GetScratchBufferRequests(); in RequestScratchBufferInArena()
689 internal::ScratchBufferRequest* current_request = in RequestScratchBufferInArena()
711 internal::ScratchBufferRequest* requests = GetScratchBufferRequests(); in FinishPrepareNodeAllocations()
727 sizeof(internal::ScratchBufferRequest) * in FinishPrepareNodeAllocations()
729 alignof(internal::ScratchBufferRequest))); in FinishPrepareNodeAllocations()
868 TfLiteStatus status = internal::InitializeTfLiteEvalTensorFromFlatbuffer( in AllocateTfLiteEvalTensors()
[all …]
Dmicro_allocator.h31 namespace internal {
267 internal::ScratchBufferRequest* GetScratchBufferRequests();
Dmicro_allocator_test.cc154 tflite::internal::InitializeTfLiteTensorFromFlatbuffer( in TF_LITE_MICRO_TEST()
183 kTfLiteOk, tflite::internal::InitializeTfLiteTensorFromFlatbuffer( in TF_LITE_MICRO_TEST()
213 tflite::internal::InitializeTfLiteTensorFromFlatbuffer( in TF_LITE_MICRO_TEST()
241 tflite::internal::InitializeTfLiteTensorFromFlatbuffer( in TF_LITE_MICRO_TEST()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/ceva/
DCEVA_BX1_TFLM.ld55 .data.internal : ALIGN(0x20) {
76 .data.internal.clone (NOLOAD) : ALIGN(0x20) {
81 .data.internal.ro : ALIGN(0x20) {
133 * fit in limited internal memory. We put them in external memory by
157 * fit in limited internal memory. We put them in external memory by
168 * internal memory so we place them in slower, external memory */
189 * internal data
DCEVA_BX1_TFLM_18.0.3.ld56 .data.internal : ALIGN(0x20) {
77 .data.internal.clone (NOLOAD) : ALIGN(0x20) {
82 .data.internal.ro : ALIGN(0x20) {
134 * fit in limited internal memory. We put them in external memory by
158 * fit in limited internal memory. We put them in external memory by
169 * internal memory so we place them in slower, external memory */
190 * internal data
DCEVA_BX1_TFLM_18.0.5.ld56 .data.internal : ALIGN(0x20) {
77 .data.internal.clone (NOLOAD) : ALIGN(0x20) {
82 .data.internal.ro : ALIGN(0x20) {
134 * fit in limited internal memory. We put them in external memory by
158 * fit in limited internal memory. We put them in external memory by
169 * internal memory so we place them in slower, external memory */
190 * internal data
DCEVA_SP500_TFLM.ld53 .data.internal : ALIGN(0x20) {
74 .data.internal.clone (NOLOAD) : ALIGN(0x20) {
79 .data.internal.ro : ALIGN(0x20) {
134 * fit in limited internal memory. We put them in external memory by
158 * fit in limited internal memory. We put them in external memory by
169 * internal memory so we place them in slower, external memory */
190 * internal data
DCEVA_BX1_TFLM_18.0.2.ld55 .data.internal : ALIGN(0x20) {
122 * fit in limited internal memory. We put them in external memory by
142 * internal memory so we place them in slower, external memory
164 * internal data
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
DBUILD33 "//tensorflow/lite/kernels/internal:cppmath",
85 "//tensorflow/lite/kernels/internal:compatibility",
105 "//tensorflow/lite/kernels/internal:compatibility",
106 "//tensorflow/lite/kernels/internal:types",
218 "//tensorflow/lite/kernels/internal:common",
219 "//tensorflow/lite/kernels/internal:compatibility",
220 "//tensorflow/lite/kernels/internal:cppmath",
221 "//tensorflow/lite/kernels/internal:quantization_util",
222 "//tensorflow/lite/kernels/internal:reference_base",
223 "//tensorflow/lite/kernels/internal:tensor",
[all …]
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/schema/
DBUILD27 "//tensorflow/lite/kernels/internal:compatibility",
/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dstl_emulation.h324 namespace internal {
331 static constexpr const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_;
334 namespace internal {
341 static const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_;
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/core/api/
DBUILD28 "//tensorflow/lite/kernels/internal:compatibility",
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/
DBUILD80 # external and internal builds are consistent. The primary issue here is
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/arc_mli/
DREADME.md97 this reason, internal static buffers are allocated in these X, Y, VCCM and DCCM memory
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/apollo3/
DREADME.md126 > And as @xizhizhang pointed, I think there may be an error on the internal
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/
DMakefile480 gemmlowp/internal/detect_platform.h \
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/train/
Dtrain_hello_world_model.ipynb378 …t, each neuron will become _activated_ to a certain degree based on its internal state (its _weigh…