Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h546 TfLiteStatus CheckInputAndOutputForOverlap(const int* input_indices,
H A Dsubgraph.cc671 TfLiteStatus Subgraph::CheckInputAndOutputForOverlap(const int* input_indices, in CheckInputAndOutputForOverlap() function in tflite::Subgraph
816 TF_LITE_ENSURE_OK(&context_, CheckInputAndOutputForOverlap( in AddNodeWithParameters()