Searched refs:TfLiteInterpreterGetOutputTensorCount (Results 1 – 8 of 8) sorted by relevance
113 return TfLiteInterpreterGetOutputTensorCount(interpreter); in GetOutputTensorCount()248 private static extern unsafe int TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() method in TensorFlowLite.Interpreter
220 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetOutputTensorCount(
81 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TestSmokeTest()
176 int32_t TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() function
51 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TEST()
88 return TfLiteInterpreterGetOutputTensorCount(interpreter); in OutputCount()
39 return Int(TfLiteInterpreterGetOutputTensorCount(cInterpreter))
147 _outputTensorCount = (NSUInteger)TfLiteInterpreterGetOutputTensorCount(_interpreter);