tfd v0.0.5 (2020-05-15T16:52:37Z)
Dub
Repo
Session.run
tfd
session
Session
Runs session to evaluate outputs by given inputs.
void
run
(Operation[] inputs, Tensor[] inputValues, Operation[] outputs, Tensor[] outputValues, Operation[] targets)
struct
Session
@
nogc
nothrow @
trusted
void
run
(
Operation
[]
inputs
,
Tensor
[]
inputValues
,
Operation
[]
outputs
,
Tensor
[]
outputValues
,
Operation
[]
targets
= []
)
Tensor
[
N
]
run
(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 session to evaluate outputs by given inputs.