Home | History | Annotate | Download | only in c

Lines Matching defs:fetches

1069   TF_Output fetches[] = {TF_Output{plus2, 0}, TF_Output{plusB, 0}};
1072 TF_SessionPRunSetup(sess, feeds, TF_ARRAYSIZE(feeds), fetches,
1073 TF_ARRAYSIZE(fetches), nullptr, 0, &handle, s);