Home
last modified time | relevance | path

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

/dports/misc/py-tflite/tflite-2.3.0/tflite/
H A DDepthwiseConv2DOptions.py7 class DepthwiseConv2DOptions(object): class
13 x = DepthwiseConv2DOptions()
H A DBuiltinOptions.py8 DepthwiseConv2DOptions = 2 variable in BuiltinOptions
H A D__init__.py28 from tflite.DepthwiseConv2DOptions import *
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/frontend/
H A Dtflite.py848 from tflite.DepthwiseConv2DOptions import DepthwiseConv2DOptions
875 assert op.BuiltinOptionsType() == BuiltinOptions.DepthwiseConv2DOptions
877 conv_options = DepthwiseConv2DOptions()
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/frontend/
H A Dtflite.py848 from tflite.DepthwiseConv2DOptions import DepthwiseConv2DOptions
875 assert op.BuiltinOptionsType() == BuiltinOptions.DepthwiseConv2DOptions
877 conv_options = DepthwiseConv2DOptions()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/schema/
H A Dschema.fbs184 DepthwiseConv2DOptions,
282 table DepthwiseConv2DOptions {
H A Dschema_generated.h26 struct DepthwiseConv2DOptions;
1185 template<> struct BuiltinOptionsTraits<DepthwiseConv2DOptions> {
3219 typedef DepthwiseConv2DOptions TableType;
3293 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_W, stride_w, 0);
3296 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_H, stride_h, 0);
3315 flatbuffers::Offset<DepthwiseConv2DOptions> Finish() {
3317 auto o = flatbuffers::Offset<DepthwiseConv2DOptions>(end);
3322 inline flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(
8743 template<> inline const DepthwiseConv2DOptions *Operator::builtin_options_as<DepthwiseConv2DOptions
12603 auto ptr = reinterpret_cast<const DepthwiseConv2DOptions *>(obj);
[all …]
/dports/misc/nn-insight/nn-insight-1.0.5/plugins/tf-lite/
H A Dtflite_schema_generated.h26 struct DepthwiseConv2DOptions;
1088 template<> struct BuiltinOptionsTraits<tflite::DepthwiseConv2DOptions> {
2398 struct DepthwiseConv2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
2449 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_W, stride_w, 0);
2452 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_H, stride_h, 0);
2471 flatbuffers::Offset<DepthwiseConv2DOptions> Finish() {
2473 auto o = flatbuffers::Offset<DepthwiseConv2DOptions>(end);
2478 inline flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(
6293 const tflite::DepthwiseConv2DOptions *builtin_options_as_DepthwiseConv2DOptions() const {
6624 template<> inline const tflite::DepthwiseConv2DOptions *Operator::builtin_options_as<tflite::Depthw…
[all …]
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/src/tensorflow/lite/schema/
H A Dschema_generated.h55 struct DepthwiseConv2DOptions;
1384 template<> struct BuiltinOptionsTraits<tflite::DepthwiseConv2DOptions> {
3923 typedef DepthwiseConv2DOptions TableType;
3997 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_W, stride_w, 0);
4000 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_H, stride_h, 0);
4019 flatbuffers::Offset<DepthwiseConv2DOptions> Finish() {
4021 auto o = flatbuffers::Offset<DepthwiseConv2DOptions>(end);
4026 inline flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(
9588 template<> inline const tflite::DepthwiseConv2DOptions *Operator::builtin_options_as<tflite::Depthw…
13805 auto ptr = reinterpret_cast<const tflite::DepthwiseConv2DOptions *>(obj);
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/tflite/
H A Dschema_generated.h55 struct DepthwiseConv2DOptions;
1396 template<> struct BuiltinOptionsTraits<tflite::DepthwiseConv2DOptions> {
3947 typedef DepthwiseConv2DOptions TableType;
4021 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_W, stride_w, 0);
4024 fbb_.AddElement<int32_t>(DepthwiseConv2DOptions::VT_STRIDE_H, stride_h, 0);
4043 flatbuffers::Offset<DepthwiseConv2DOptions> Finish() {
4045 auto o = flatbuffers::Offset<DepthwiseConv2DOptions>(end);
4050 inline flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(
9789 template<> inline const tflite::DepthwiseConv2DOptions *Operator::builtin_options_as<tflite::Depthw…
14066 auto ptr = reinterpret_cast<const tflite::DepthwiseConv2DOptions *>(obj);
[all …]
/dports/misc/py-tflite/tflite-2.3.0/3rdparty/
H A Dschema.fbs358 DepthwiseConv2DOptions,
489 table DepthwiseConv2DOptions {
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/frontend/
H A Dtflite.py1911 from tflite.DepthwiseConv2DOptions import DepthwiseConv2DOptions
1937 assert op.BuiltinOptionsType() == BuiltinOptions.DepthwiseConv2DOptions
1939 conv_options = DepthwiseConv2DOptions()
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/tflite_support/
H A Dschema_py_generated.py7982 class DepthwiseConv2DOptions(object): class
7988 x = DepthwiseConv2DOptions()
8074 depthwiseConv2DOptions = DepthwiseConv2DOptions()
8929 DepthwiseConv2DOptions = 2 variable in BuiltinOptions
9036 if unionType == BuiltinOptions().DepthwiseConv2DOptions: