Home
last modified time | relevance | path

Searched defs:subgraph_allocations (Results 1 – 5 of 5) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Dmicro_allocator_test.cc86 SubgraphAllocations* subgraph_allocations, int tensor_idx, in VerifyMockTensor()
100 SubgraphAllocations* subgraph_allocations, in VerifyMockWeightTensor()
123 SubgraphAllocations* subgraph_allocations, size_t count, in VerifyRegistrationAndNodeAllocation()
267 tflite::SubgraphAllocations* subgraph_allocations = nullptr; in TF_LITE_MICRO_TEST() local
293 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
371 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
415 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
494 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
548 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
595 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
[all …]
Drecording_micro_allocator_test.cc53 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
92 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
131 tflite::SubgraphAllocations* subgraph_allocations = in TF_LITE_MICRO_TEST() local
Drecording_micro_allocator.cc133 const Model* model, SubgraphAllocations* subgraph_allocations) { in AllocateNodeAndRegistrations()
158 const Model* model, SubgraphAllocations* subgraph_allocations) { in AllocateTfLiteEvalTensors()
Dmicro_allocator.cc632 const Model* model, SubgraphAllocations* subgraph_allocations, in FinishModelAllocation()
739 const Model* model, SubgraphAllocations* subgraph_allocations) { in AllocateNodeAndRegistrations()
765 const Model* model, const SubgraphAllocations* subgraph_allocations, in AllocatePersistentTfLiteTensor()
802 const Model* model, const SubgraphAllocations* subgraph_allocations, in AllocateTempTfLiteTensor()
846 const Model* model, SubgraphAllocations* subgraph_allocations) { in AllocateTfLiteEvalTensors()
Dmicro_graph.cc219 SubgraphAllocations* subgraph_allocations) { in SetSubgraphAllocations()