Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc404 std::vector<TensorUsageRecord<size_t>> textures_1d; member
445 usage_ref = usage_records->textures_1d.size(); in operator ()()
446 usage_records->textures_1d.emplace_back(/*tensor_size=*/size, in operator ()()
450 UpdateUsageRecord(&usage_records->textures_1d[usage_ref], program_id); in operator ()()
608 if (!usage_records.textures_1d.empty()) { in AssignInternalObjects()
610 RETURN_IF_ERROR(AssignObjectsToTensors(usage_records.textures_1d, in AssignInternalObjects()