Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc405 std::vector<TensorUsageRecord<uint2>> textures_2d; member
433 usage_ref = usage_records->textures_2d.size(); in operator ()()
434 usage_records->textures_2d.emplace_back(/*tensor_size=*/size, in operator ()()
438 UpdateUsageRecord(&usage_records->textures_2d[usage_ref], program_id); in operator ()()
617 if (!usage_records.textures_2d.empty()) { in AssignInternalObjects()
619 RETURN_IF_ERROR(AssignObjectsToTensors(usage_records.textures_2d, in AssignInternalObjects()