Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dmodel_test.cc299 FileCopyAllocation model_allocation( in TEST() local
301 ASSERT_TRUE(model_allocation.valid()); in TEST()
303 reinterpret_cast<const uint8_t*>(model_allocation.base()), in TEST()
304 model_allocation.bytes()); in TEST()
306 const Model* model_fb = ::tflite::GetModel(model_allocation.base()); in TEST()