Lines Matching refs:LogSoftmaxOptionsT

179 struct LogSoftmaxOptionsT;
2092 tflite::LogSoftmaxOptionsT *AsLogSoftmaxOptions() {
2094 reinterpret_cast<tflite::LogSoftmaxOptionsT *>(value) : nullptr;
2096 const tflite::LogSoftmaxOptionsT *AsLogSoftmaxOptions() const {
2098 reinterpret_cast<const tflite::LogSoftmaxOptionsT *>(value) : nullptr;
6476 struct LogSoftmaxOptionsT : public flatbuffers::NativeTable {
6478 LogSoftmaxOptionsT() {
6483 typedef LogSoftmaxOptionsT NativeTableType;
6488 LogSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
6489 …void UnPackTo(LogSoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr)…
6490 …ogSoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT* _o, const f…
6514 …reateLogSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT *_o, const f…
12003 inline LogSoftmaxOptionsT *LogSoftmaxOptions::UnPack(const flatbuffers::resolver_function_t *_resol…
12004 auto _o = new LogSoftmaxOptionsT();
12009 inline void LogSoftmaxOptions::UnPackTo(LogSoftmaxOptionsT *_o, const flatbuffers::resolver_functio…
12014 …ogSoftmaxOptions::Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT* _o, const f…
12018 …reateLogSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT *_o, const f…
12021 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const LogSoftmaxOptionsT* __o; const f…
14765 auto ptr = reinterpret_cast<const tflite::LogSoftmaxOptionsT *>(value);
15171 … value = new tflite::LogSoftmaxOptionsT(*reinterpret_cast<tflite::LogSoftmaxOptionsT *>(u.value));
15613 auto ptr = reinterpret_cast<tflite::LogSoftmaxOptionsT *>(value);