Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_spm_encoder_config/gen/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dencoder_config_generated.h25 struct EncoderConfigT;
27 struct EncoderConfigT : public flatbuffers::NativeTable { struct
42 EncoderConfigT() = default; argument
43 EncoderConfigT(const EncoderConfigT &o);
44 EncoderConfigT(EncoderConfigT&&) FLATBUFFERS_NOEXCEPT = default;
45 EncoderConfigT &operator=(EncoderConfigT o) FLATBUFFERS_NOEXCEPT; argument
49 typedef EncoderConfigT NativeTableType;
126 EncoderConfigT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
127 …void UnPackTo(EncoderConfigT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) con…
128 …fset<EncoderConfig> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EncoderConfigT* _o, const fla…
[all …]