Home
last modified time | relevance | path

Searched refs:tf_input_id (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dop_builder.cc213 void OpBuilder::AddInput(int tf_input_id) { in AddInput() argument
214 AddInput(graph_builder_->GetTensorName(tf_input_id)); in AddInput()
Dop_builder.h143 void AddInput(int tf_input_id);