Home
last modified time | relevance | path

Searched defs:GetTensorName (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dop_builder.cc146 std::string GraphBuilder::GetTensorName(int tensor_id) { in GetTensorName() function in tflite::delegates::coreml::GraphBuilder
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dprofile_summarizer.cc37 std::string GetTensorName(const tflite::Interpreter& interpreter, in GetTensorName() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dmemory_types.cc117 static string GetTensorName(const Edge* edge) { in GetTensorName() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs145 private static string GetTensorName(TfLiteTensor tensor) { in GetTensorName() method in TensorFlowLite.Interpreter