Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterGetOutputTensorCount (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs113 return TfLiteInterpreterGetOutputTensorCount(interpreter); in GetOutputTensorCount()
248 private static extern unsafe int TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/c/
Dc_api.h220 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetOutputTensorCount(
Dc_test.c81 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TestSmokeTest()
Dc_api.cc176 int32_t TfLiteInterpreterGetOutputTensorCount( in TfLiteInterpreterGetOutputTensorCount() function
Dc_api_test.cc51 ASSERT_EQ(TfLiteInterpreterGetOutputTensorCount(interpreter), 1); in TEST()
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.h88 return TfLiteInterpreterGetOutputTensorCount(interpreter); in OutputCount()
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift39 return Int(TfLiteInterpreterGetOutputTensorCount(cInterpreter))
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm147 _outputTensorCount = (NSUInteger)TfLiteInterpreterGetOutputTensorCount(_interpreter);