Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp331 const TensorSpec &OutputSpec);
366 auto OutputSpec = GetOutputSpecs(I); in TFModelEvaluatorImpl() local
368 TF_GraphOperationByName(Graph.get(), (OutputSpec.name()).c_str()), in TFModelEvaluatorImpl()
369 OutputSpec.port()}; in TFModelEvaluatorImpl()
370 if (!checkReportAndInvalidate(OutputFeed[I], OutputSpec)) in TFModelEvaluatorImpl()
407 const TF_Output &Output, const TensorSpec &OutputSpec) { in checkReportAndInvalidate() argument
410 errs() << "Could not find TF_Output named: " + OutputSpec.name(); in checkReportAndInvalidate()