Home
last modified time | relevance | path

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

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