Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp259 const TensorSpec &OutputSpec);
364 auto OutputSpec = GetOutputSpecs(I); in TFModelEvaluatorImpl() local
366 TF_GraphOperationByName(Graph.get(), (OutputSpec.name()).c_str()), in TFModelEvaluatorImpl()
367 OutputSpec.port()}; in TFModelEvaluatorImpl()
368 if (!checkReportAndInvalidate(OutputFeed[I], OutputSpec)) in TFModelEvaluatorImpl()
405 const TF_Output &Output, const TensorSpec &OutputSpec) { in checkReportAndInvalidate() argument
408 errs() << "Could not find TF_Output named: " + OutputSpec.name(); in checkReportAndInvalidate()