Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs92 return TfLiteInterpreterGetInputTensorCount(interpreter); in GetInputTensorCount()
225 private static extern unsafe int TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/c/
Dc_api.h161 TFL_CAPI_EXPORT extern int32_t TfLiteInterpreterGetInputTensorCount(
Dc_test.c80 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TestSmokeTest()
Dc_api.cc144 int32_t TfLiteInterpreterGetInputTensorCount( in TfLiteInterpreterGetInputTensorCount() function
Dc_api_test.cc50 ASSERT_EQ(TfLiteInterpreterGetInputTensorCount(interpreter), 1); in TEST()
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.h81 return TfLiteInterpreterGetInputTensorCount(interpreter); in InputCount()
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift34 return Int(TfLiteInterpreterGetInputTensorCount(cInterpreter))
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm146 _inputTensorCount = (NSUInteger)TfLiteInterpreterGetInputTensorCount(_interpreter);