Home
last modified time | relevance | path

Searched defs:PartialRun (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dsession.go176 type PartialRun struct { struct
177 session *Session
178 handle *C.char
183 …tialRun) Run(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) ([]*Tensor, error) {