Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp143 TF_SessionRun(Session, nullptr, InputFeed.data(), Input.data(), in evaluate()
163 std::vector<TF_Output> InputFeed; member in llvm::TFModelEvaluatorImpl
285 InputFeed(InputSpecs.size()), Input(InputSpecs.size()), in TFModelEvaluatorImpl()
303 InputFeed[I] = { in TFModelEvaluatorImpl()
306 if (!InputFeed[I].oper) { in TFModelEvaluatorImpl()
315 if (!checkReportAndInvalidate(InputFeed[I], InputSpec)) in TFModelEvaluatorImpl()
320 InputFeed.resize(NrSupported); in TFModelEvaluatorImpl()