Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3152 int bound_input_base = in CreateSavedModelIR() local
3158 if (bound_input_base != input_index_paths_size) { in CreateSavedModelIR()
3164 " vs ", bound_input_base, ")"); in CreateSavedModelIR()
3173 int arg_index = bound_input_base + bound_input.index(); in CreateSavedModelIR()