view release on metacpan or search on metacpan
bin/Inception.pl view on Meta::CPAN
return \$buffer;
}
exit main->new_with_options->run;
__END__
=pod
=encoding UTF-8
=head1 NAME
Inception.pl - Runnable example command line Inception client
=head1 VERSION
version 0.05
=head1 PLEASE SEE FOR DOCUMENTATION
lib/AI/PredictionClient.pm view on Meta::CPAN
use AI::PredictionClient::InceptionClient;
# ABSTRACT: A Perl Prediction client for Google TensorFlow Serving.
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient - A Perl Prediction client for Google TensorFlow Serving.
=head1 VERSION
version 0.05
=head1 DESCRIPTION
lib/AI/PredictionClient/CPP/PredictionGrpcCpp.pm view on Meta::CPAN
ccflags => '-std=c++11 -pthread';
use 5.010;
use strict;
use warnings;
1;
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::CPP::PredictionGrpcCpp - The C++ interface to gRPC and Protocol Buffers
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Classes/SimpleTensor.pm view on Meta::CPAN
}
}
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::Classes::SimpleTensor - A simplified version of the TensorFlow Tensor proto.
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Docs/Overview.pod view on Meta::CPAN
# PODNAME: Overview.pod
# ABSTRACT: A Perl Prediction client for Google TensorFlow Serving.
__END__
=pod
=encoding UTF-8
=head1 NAME
Overview.pod - A Perl Prediction client for Google TensorFlow Serving.
=head1 VERSION
version 0.05
head1 DESCRIPTION
lib/AI/PredictionClient/InceptionClient.pm view on Meta::CPAN
}
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::InceptionClient - A module implementing the TensorFlow Serving Inception client
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Predict.pm view on Meta::CPAN
use Moo;
with 'AI::PredictionClient::Roles::PredictionRole',
'AI::PredictionClient::Roles::PredictRole';
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::Predict - The Predict service client
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Roles/PredictRole.pm view on Meta::CPAN
return $tensorsout_href;
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::Roles::PredictRole - Implements the Predict service specific interface
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Roles/PredictionRole.pm view on Meta::CPAN
}
return 0;
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::Roles::PredictionRole - Implements the Prediction service interface
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Testing/Camel.pm view on Meta::CPAN
+x2vujoAtNY89MUPEa88wPa9B6gU99FeWWBs/yuZ2Ln/ydX7se8yd+/HyIIe4zMz
LM2dp7Zt71M+a3ju6H+z8si/QbhGr90jzFxuPXjXJee1V+e5/5N/xtSYTRyXMDp9
ap3yXL0wYYwh6KwixIZhgQFtNI5fwfGKT9YGQZc8GW7ofwFGG9xCFfspnjUMOg0w
+Q/tPSEUher4JdCScEAS9jaeMNMavzKK9RQrgdh6Y+R5HlsAtgBsAdgCsAVgC8AW
gC0AWwC2AGwBeH7G/wLjtM2l8m/OTQAAAABJRU5ErkJggg==';
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::Testing::Camel - Provides a camel image for testing in various formats
=head1 VERSION
version 0.05
=head1 AUTHOR
lib/AI/PredictionClient/Testing/PredictionLoopback.pm view on Meta::CPAN
return $return_ser;
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
AI::PredictionClient::Testing::PredictionLoopback - A loopback interface for client testing and development
=head1 VERSION
version 0.05
=head1 AUTHOR