NAME
AI::TensorFlow::Libtensorflow::TString - A variable-capacity string type
SYNOPSIS
use aliased 'AI::TensorFlow::Libtensorflow::TString';
CONSTRUCTORS
Init
my $tstr = TString->Init;
C API: TF_StringInit
METHODS
Copy
C API: TF_StringCopy
AssignView
C API: TF_StringAssignView
GetDataPointer
TODO API question: Should this be an opaque or a window()?
C API: TF_StringGetDataPointer
GetType
TODO API question: Add enum for TF_TString_Type return type?
C API: TF_StringGetType
GetSize
C API: TF_StringGetSize
GetCapacity
C API: TF_StringGetCapacity
Dealloc
C API: TF_StringDealloc
AUTHOR
Zakariyya Mughal <zmughal@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2022-2023 by Auto-Parallel Technologies, Inc.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004