Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
DHelloTFLite.cs54 int inputCount = interpreter.GetInputTensorCount(); in Start()
/external/tflite-support/tensorflow_lite_support/metadata/cc/
Dmetadata_extractor.h94 int GetInputTensorCount() const;
Dmetadata_extractor.cc292 int ModelMetadataExtractor::GetInputTensorCount() const { in GetInputTensorCount() function in tflite::metadata::ModelMetadataExtractor
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dimage_tensor_specs.cc48 } else if (metadata_extractor.GetInputTensorCount() != 1) { in GetInputTensorMetadataIfAny()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs91 public int GetInputTensorCount() { in GetInputTensorCount() method in TensorFlowLite.Interpreter