Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/schema/
H A Dschema_generated.h150 struct LogSoftmaxOptionsT;
1881 LogSoftmaxOptionsT *AsLogSoftmaxOptions() {
1883 reinterpret_cast<LogSoftmaxOptionsT *>(value) : nullptr;
1885 const LogSoftmaxOptionsT *AsLogSoftmaxOptions() const {
1887 reinterpret_cast<const LogSoftmaxOptionsT *>(value) : nullptr;
5760 struct LogSoftmaxOptionsT : public flatbuffers::NativeTable {
5762 LogSoftmaxOptionsT() {
5767 typedef LogSoftmaxOptionsT NativeTableType;
10983 auto _o = new LogSoftmaxOptionsT();
13933 value = new LogSoftmaxOptionsT(*reinterpret_cast<LogSoftmaxOptionsT *>(u.value));
[all …]
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/src/tensorflow/lite/schema/
H A Dschema_generated.h179 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;
12004 auto _o = new LogSoftmaxOptionsT();
15171 … value = new tflite::LogSoftmaxOptionsT(*reinterpret_cast<tflite::LogSoftmaxOptionsT *>(u.value));
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/tflite/
H A Dschema_generated.h179 struct LogSoftmaxOptionsT;
2108 tflite::LogSoftmaxOptionsT *AsLogSoftmaxOptions() {
2110 reinterpret_cast<tflite::LogSoftmaxOptionsT *>(value) : nullptr;
2112 const tflite::LogSoftmaxOptionsT *AsLogSoftmaxOptions() const {
2114 reinterpret_cast<const tflite::LogSoftmaxOptionsT *>(value) : nullptr;
6608 struct LogSoftmaxOptionsT : public flatbuffers::NativeTable {
6610 LogSoftmaxOptionsT() {
6615 typedef LogSoftmaxOptionsT NativeTableType;
12236 auto _o = new LogSoftmaxOptionsT();
15444 … value = new tflite::LogSoftmaxOptionsT(*reinterpret_cast<tflite::LogSoftmaxOptionsT *>(u.value));
[all …]
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/tflite_support/
H A Dschema_py_generated.py6059 class LogSoftmaxOptionsT(object): class
6073 x = LogSoftmaxOptionsT()
9105 return LogSoftmaxOptionsT.InitFromBuf(table.Bytes, table.Pos)