Searched refs:TfLiteInterpreterGetOutputTensorCount (Results 1 – 11 of 11) sorted by relevance
115 return TfLiteInterpreterGetOutputTensorCount(interpreter); in GetOutputTensorCount()250 private static extern unsafe int TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() method in TensorFlowLite.Interpreter
64 TfLiteInterpreterGetOutputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetOutputTensorCount() function
301 unsigned output_tensors = TfLiteInterpreterGetOutputTensorCount(interpreter); in run_model()
313 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetOutputTensorCount(
250 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TestInferenceUsingInterpreter()
192 int32_t TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() function
55 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TEST()
86 return TfLiteInterpreterGetOutputTensorCount(interpreter); in OutputCount()
349 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetOutputTensorCount(
41 return Int(TfLiteInterpreterGetOutputTensorCount(cInterpreter))
153 _outputTensorCount = (NSUInteger)TfLiteInterpreterGetOutputTensorCount(_interpreter);