Searched defs:cRunArgs (Results 1 – 1 of 1) sorted by relevance
355 type cRunArgs struct { struct356 feeds []C.TF_Output357 feedTensors []*C.TF_Tensor358 fetches []C.TF_Output359 fetchTensors []*C.TF_Tensor360 targets []*C.TF_Operation422 func (c *cRunArgs) toGo() []*Tensor {