Searched defs:subgraph_allocations (Results 1 – 5 of 5) sorted by relevance
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/ |
D | micro_allocator_test.cc | 86 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 …]
|
D | recording_micro_allocator_test.cc | 53 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
|
D | recording_micro_allocator.cc | 133 const Model* model, SubgraphAllocations* subgraph_allocations) { in AllocateNodeAndRegistrations() 158 const Model* model, SubgraphAllocations* subgraph_allocations) { in AllocateTfLiteEvalTensors()
|
D | micro_allocator.cc | 632 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()
|
D | micro_graph.cc | 219 SubgraphAllocations* subgraph_allocations) { in SetSubgraphAllocations()
|