AI-MXNet-Gluon-Contrib
view release on metacpan or search on metacpan
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"runtime" : {
"requires" : {
"AI::MXNet" : "1.33"
}
},
"test" : {
"requires" : {}
}
},
"release_status" : "stable",
"version" : "1.33"
}
Makefile.PL view on Meta::CPAN
},
"DISTNAME" => "AI-MXNet-Gluon-Contrib",
"EXE_FILES" => [],
"LICENSE" => "apache_2_0",
"NAME" => "AI::MXNet::Gluon::Contrib",
"PREREQ_PM" => {
"AI::MXNet" => "1.31",
},
"TEST_REQUIRES" => {},
"VERSION" => "1.33",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"AI::MXNet" => "1.31"
);
t/AI-MXNet-Gluon-Contrib.t view on Meta::CPAN
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
use strict;
use warnings;
use Test::More tests => 1;
BEGIN { use_ok('AI::MXNet::Gluon::Contrib') };
( run in 0.300 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )