Home
last modified time | relevance | path

Searched refs:GetOutputTensorCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
H A DHelloTFLite.cs55 int outputCount = interpreter.GetOutputTensorCount(); in Start()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/
H A Dmetadata_extractor.h112 int GetOutputTensorCount() const;
H A Dmetadata_extractor.cc351 int ModelMetadataExtractor::GetOutputTensorCount() const { in GetOutputTensorCount() function in tflite::metadata::ModelMetadataExtractor
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs114 public int GetOutputTensorCount() { in GetOutputTensorCount() method in TensorFlowLite.Interpreter