tfd v0.0.5 (2020-05-15T16:52:37Z)
Dub
Repo
Session.run
tfd
session
Session
Runs in python-like usage.
void
run
(Operation[] inputs, Tensor[] inputValues, Operation[] outputs, Tensor[] outputValues, Operation[] targets)
Tensor
[
N
]
run
(Operation[N] outputs, Tensor[Operation] inputs)
struct
Session
nothrow @
trusted
Tensor
[
N
]
run
(
size_t
N
)
(
Operation
[
N
]
outputs
,
Tensor
[
Operation
]
inputs
)
Meta
Source
See Implementation
tfd
session
Session
constructors
this
destructors
~this
functions
close
run
postblits
this(this)
variables
base
status
Runs in python-like usage.