Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h460 TfLiteStatus CheckInputAndOutputForOverlap(const int* input_indices,
Dsubgraph.cc610 TfLiteStatus Subgraph::CheckInputAndOutputForOverlap(const int* input_indices, in CheckInputAndOutputForOverlap() function in tflite::Subgraph
758 TF_LITE_ENSURE_OK(&context_, CheckInputAndOutputForOverlap( in AddNodeWithParameters()