Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc406 std::vector<TensorUsageRecord<uint3>> textures_3d; member
421 usage_ref = usage_records->textures_3d.size(); in operator ()()
422 usage_records->textures_3d.emplace_back(/*tensor_size=*/size, in operator ()()
426 UpdateUsageRecord(&usage_records->textures_3d[usage_ref], program_id); in operator ()()
626 if (!usage_records.textures_3d.empty()) { in AssignInternalObjects()
628 RETURN_IF_ERROR(AssignObjectsToTensors(usage_records.textures_3d, in AssignInternalObjects()