Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base.fbs184 texture2d_refs:[Texture2DDescriptorMapValue];
Dserialization_base_generated.h1780 …ctor<flatbuffers::Offset<tflite::gpu::data::Texture2DDescriptorMapValue>> *texture2d_refs() const { in texture2d_refs() function
1816 verifier.VerifyVector(texture2d_refs()) && in Verify()
1817 verifier.VerifyVectorOfTables(texture2d_refs()) && in Verify()
1856 …ers::Vector<flatbuffers::Offset<tflite::gpu::data::Texture2DDescriptorMapValue>>> texture2d_refs) { in add_texture2d_refs()
1857 fbb_.AddOffset(Arguments::VT_TEXTURE2D_REFS, texture2d_refs); in add_texture2d_refs()
1894 …s::Vector<flatbuffers::Offset<tflite::gpu::data::Texture2DDescriptorMapValue>>> texture2d_refs = 0,
1908 builder_.add_texture2d_refs(texture2d_refs);
1922 …tor<flatbuffers::Offset<tflite::gpu::data::Texture2DDescriptorMapValue>> *texture2d_refs = nullptr,
1933 …xture2d_refs__ = texture2d_refs ? _fbb.CreateVector<flatbuffers::Offset<tflite::gpu::data::Texture…
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc569 for (auto texture_pair_fb : *fb_args->texture2d_refs()) { in Decode()