Home
last modified time | relevance | path

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

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