Searched refs:TfLiteInterpreterGetInputTensorCount (Results 1 – 8 of 8) sorted by relevance
92 return TfLiteInterpreterGetInputTensorCount(interpreter); in GetInputTensorCount()225 private static extern unsafe int TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() method in TensorFlowLite.Interpreter
161 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetInputTensorCount(
80 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TestSmokeTest()
144 int32_t TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() function
50 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TEST()
81 return TfLiteInterpreterGetInputTensorCount(interpreter); in InputCount()
34 return Int(TfLiteInterpreterGetInputTensorCount(cInterpreter))
146 _inputTensorCount = (NSUInteger)TfLiteInterpreterGetInputTensorCount(_interpreter);