Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dvariable_accessor.h64 std::string GetConstDeclarations() const;
Dvariable_accessor_test.cc85 EXPECT_EQ(variable_accessor.GetConstDeclarations(), in TEST()
Dshader_codegen.cc157 main_source_code = absl::StrCat(variable_accessor.GetConstDeclarations(), in Build()
Dvariable_accessor.cc482 std::string VariableAccessor::GetConstDeclarations() const { in GetConstDeclarations() function in tflite::gpu::gl::VariableAccessor