Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc375 CheckTensorIndices("inputs", inputs.data(), inputs.size())); in SetInputs()
382 &context_, CheckTensorIndices("outputs", outputs.data(), outputs.size())); in SetOutputs()
388 TF_LITE_ENSURE_OK(&context_, CheckTensorIndices("variables", variables.data(), in SetVariables()
404 TfLiteStatus Subgraph::CheckTensorIndices(const char* label, const int* indices, in CheckTensorIndices() function in tflite::Subgraph
531 TF_LITE_ENSURE_OK(context_, CheckTensorIndices("node inputs", inputs.data(), in AddNodeWithParameters()
535 CheckTensorIndices("node outputs", outputs.data(), outputs.size())); in AddNodeWithParameters()
Dsubgraph.h352 TfLiteStatus CheckTensorIndices(const char* label, const int* indices,