Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc596 CheckTensorIndices("inputs", inputs.data(), inputs.size())); in SetInputs()
603 &context_, CheckTensorIndices("outputs", outputs.data(), outputs.size())); in SetOutputs()
609 TF_LITE_ENSURE_OK(&context_, CheckTensorIndices("variables", variables.data(), in SetVariables()
636 TfLiteStatus Subgraph::CheckTensorIndices(const char* label, const int* indices, in CheckTensorIndices() function in tflite::Subgraph
805 TF_LITE_ENSURE_OK(&context_, CheckTensorIndices("node inputs", inputs.data(), in AddNodeWithParameters()
809 CheckTensorIndices("node outputs", outputs.data(), outputs.size())); in AddNodeWithParameters()
Dsubgraph.h539 TfLiteStatus CheckTensorIndices(const char* label, const int* indices,