Searched refs:texture2d_refs (Results 1 – 3 of 3) sorted by relevance
184 texture2d_refs:[Texture2DDescriptorMapValue];
1780 …ctor<flatbuffers::Offset<tflite::gpu::data::Texture2DDescriptorMapValue>> *texture2d_refs() const { in texture2d_refs() function1816 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…
569 for (auto texture_pair_fb : *fb_args->texture2d_refs()) { in Decode()