Searched refs:InputSpec (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ReleaseModeModelRunner.h | 60 ReleaseModeModelRunner(LLVMContext &Ctx, const FType &InputSpec, 63 : MLModelRunner(Ctx, MLModelRunner::Kind::Release, InputSpec.size() + 1), 73 populateTensor(InputSpec.size(), 94 getTensor<uint64_t>(InputSpec.size())[0] = High; variable 95 getTensor<uint64_t>(InputSpec.size())[1] = Low; variable 101 for (size_t I = 0; I < InputSpec.size(); ++I) 102 populateTensor(I, InputSpec[I], Options.FeedPrefix, InputIsPresent);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TFLiteUtils.cpp | 152 auto &InputSpec = InputSpecs[I]; in TFModelEvaluatorImpl() local 153 auto MapI = InputsMap.find(InputSpec.name() + ":" + in TFModelEvaluatorImpl() 154 std::to_string(InputSpec.port())); in TFModelEvaluatorImpl() 160 if (!checkReportAndInvalidate(Input[I], InputSpec)) in TFModelEvaluatorImpl()
|