torch
Preparing search index...
ExportedProgram
Class ExportedProgram
An exported program, matching PyTorch's ExportedProgram structure.
Index
Constructors
constructor
Properties
graph
graph_
signature
parameters
Methods
to
String
Constructors
constructor
new
ExportedProgram
(
graph
:
GraphNode
[]
,
graph_signature
:
GraphSignature
,
parameters
:
Map
<
string
,
{
data
:
number
[]
;
shape
:
number
[]
}
>
,
)
:
ExportedProgram
Parameters
graph
:
GraphNode
[]
graph_signature
:
GraphSignature
parameters
:
Map
<
string
,
{
data
:
number
[]
;
shape
:
number
[]
}
>
Returns
ExportedProgram
Properties
graph
graph
:
GraphNode
[]
graph_
signature
graph_signature
:
GraphSignature
parameters
parameters
:
Map
<
string
,
{
data
:
number
[]
;
shape
:
number
[]
}
>
Methods
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
graph
graph_
signature
parameters
Methods
to
String
torch
Loading...
An exported program, matching PyTorch's ExportedProgram structure.