Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.21 KB

NAME

Alien::Libtensorflow::Proto - Proto definition files for libtensorflow

SYNOPSIS

Load proto definition:

use Alien::Libtensorflow::Proto;
use Google::ProtocolBuffers::Dynamic;
use File::Spec;

my $dynamic = Google::ProtocolBuffers::Dynamic->new( Alien::Libtensorflow::Proto->dist_dir );
$dynamic->load_file(
  File::Spec->catfile( qw( tensorflow core framework op_def.proto ) )
);

DESCRIPTION

This distribution provides the libtensorflow proto definition files that correspond to the version installed via Alien::Libtensorflow.

SEE ALSO