Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dvariable_accessor.cc290 GenerateVulkanConstant(variable, &constant_id_, &non_scalar_variables_, in ProcessVulkanConstant()
295 if (!non_scalar_variables_.empty()) { in GeneratePushConstantsDeclarations()
297 for (const auto& variable : non_scalar_variables_) { in GeneratePushConstantsDeclarations()
308 std::vector<Variable> non_scalar_variables_; member in tflite::gpu::gl::__anonc6f577c20111::VulkanConstantsProcessor