Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dsession.go355 type cRunArgs struct { struct
356 feeds []C.TF_Output
357 feedTensors []*C.TF_Tensor
358 fetches []C.TF_Output
359 fetchTensors []*C.TF_Tensor
360 targets []*C.TF_Operation
422 func (c *cRunArgs) toGo() []*Tensor {