Home
last modified time | relevance | path

Searched refs:tensor_alloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_timeline.cc294 const auto& tensor_alloc = tensor_alloc_it.second; in GenerateGraphTimeline() local
295 auto it = tensor_alloc.lower_bound(ts); in GenerateGraphTimeline()
296 if (it != tensor_alloc.begin()) { in GenerateGraphTimeline()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test.cc1608 auto tensor_alloc = NewCustomAlloc(tensor->bytes, required_alignment); in AssignCustomAllocForTensor() local
1610 interpreter_->SetCustomAllocationForTensor(tensor_idx, tensor_alloc), in AssignCustomAllocForTensor()
1683 auto tensor_alloc = NewCustomAlloc(input_tensor->bytes, required_alignment); in TEST_F() local
1685 interpreter_->inputs()[0], tensor_alloc, in TEST_F()