Home
last modified time | relevance | path

Searched defs:GetInputTensorCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/
H A Dmetadata_extractor.cc328 int ModelMetadataExtractor::GetInputTensorCount() const { in GetInputTensorCount() function in tflite::metadata::ModelMetadataExtractor
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs93 public int GetInputTensorCount() { in GetInputTensorCount() method in TensorFlowLite.Interpreter