Searched refs:TfLiteInterpreterGetInputTensorCount (Results 1 – 11 of 11) sorted by relevance
94 return TfLiteInterpreterGetInputTensorCount(interpreter); in GetInputTensorCount()227 private static extern unsafe int TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() method in TensorFlowLite.Interpreter
38 TfLiteInterpreterGetInputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetInputTensorCount() function
283 unsigned input_tensors = TfLiteInterpreterGetInputTensorCount(interpreter); in run_model()
250 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetInputTensorCount(
249 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TestInferenceUsingInterpreter()
160 int32_t TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() function
54 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TEST()
79 return TfLiteInterpreterGetInputTensorCount(interpreter); in InputCount()
272 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetInputTensorCount(
36 return Int(TfLiteInterpreterGetInputTensorCount(cInterpreter))
152 _inputTensorCount = (NSUInteger)TfLiteInterpreterGetInputTensorCount(_interpreter);