Home
last modified time | relevance | path

Searched defs:in4d (Results 1 – 16 of 16) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/visualization/
H A DGoogleNet.scala81 val in4d = InceptionFactory(in4c, 112, 144, 288, 32, 64, "max", 64, name = "in4d") constant
H A DInception_BN.scala112 val in4d = InceptionFactoryA(in4c, 96, 128, 192, 160, 192, "avg", 128, "4d") constant
H A DInception_V3.scala228 val in4d = Inception7C(in4c, 192, constant
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/visualization/
H A DGoogleNet.scala81 val in4d = InceptionFactory(in4c, 112, 144, 288, 32, 64, "max", 64, name = "in4d") constant
H A DInception_BN.scala112 val in4d = InceptionFactoryA(in4c, 96, 128, 192, 160, 192, "avg", 128, "4d") constant
H A DInception_V3.scala228 val in4d = Inception7C(in4c, 192, constant
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/image-classification/
H A Dsymbol_inception-bn-28-small.R77 in4d = SimpleFactory(in4c, 48, 96) functionVar
H A Dsymbol_googlenet.R74 in4d <- InceptionFactory(in4c, 112, 144, 288, 32, 64, "max", 64, name = "in4d") functionVar
H A Dsymbol_inception-bn.R119 in4d = InceptionFactoryA(in4c, 96, 128, 192, 160, 192, "avg", 128, '4d') functionVar
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/image-classification/
H A Dsymbol_inception-bn-28-small.R77 in4d = SimpleFactory(in4c, 48, 96) functionVar
H A Dsymbol_googlenet.R74 in4d <- InceptionFactory(in4c, 112, 144, 288, 32, 64, "max", 64, name = "in4d") functionVar
H A Dsymbol_inception-bn.R119 in4d = InceptionFactoryA(in4c, 96, 128, 192, 160, 192, "avg", 128, '4d') functionVar
/dports/misc/mxnet/incubator-mxnet-1.9.0/cpp-package/example/
H A Dgooglenet.cpp99 Symbol in4d = InceptionFactory(in4c, 112, 144, 288, 32, 64, PoolingPoolType::kMax, 64, "in4d"); in GoogleNetSymbol() local
H A Dinception_bn.cpp128 Symbol in4d = InceptionFactoryA(in4c, 96, 128, 192, 160, 192, PoolingPoolType::kAvg, 128, "4d"); in InceptionSymbol() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/cpp-package/example/
H A Dgooglenet.cpp99 Symbol in4d = InceptionFactory(in4c, 112, 144, 288, 32, 64, PoolingPoolType::kMax, 64, "in4d"); in GoogleNetSymbol() local
H A Dinception_bn.cpp128 Symbol in4d = InceptionFactoryA(in4c, 96, 128, 192, 160, 192, PoolingPoolType::kAvg, 128, "4d"); in InceptionSymbol() local