Home
last modified time | relevance | path

Searched refs:GetInputTensorCount (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
H A DHelloTFLite.cs54 int inputCount = interpreter.GetInputTensorCount(); in Start()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/
H A Dmetadata_extractor.h100 int GetInputTensorCount() const;
H A Dmetadata_extractor.cc328 int ModelMetadataExtractor::GetInputTensorCount() const { in GetInputTensorCount() function in tflite::metadata::ModelMetadataExtractor
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
H A Dimage_tensor_specs.cc48 } else if (metadata_extractor.GetInputTensorCount() != 1) { in GetInputTensorMetadataIfAny()
/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