Searched refs:InputFeed (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp95 TF_SessionRun(Session, nullptr, InputFeed.data(), Input.data(),
115 std::vector<TF_Output> InputFeed; member in class:llvm::TFModelEvaluatorImpl
117 /// The input tensors. They must match by index of the corresponding InputFeed
141 InputFeed(InputNames.size()), Input(InputNames.size()),
157 InputFeed[I] = {
159 if (!checkReportAndInvalidate(InputFeed[I], InputNames[I]))

Completed in 51 milliseconds