Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc541 CheckTensorIndices("inputs", inputs.data(), inputs.size())); in SetInputs()
548 &context_, CheckTensorIndices("outputs", outputs.data(), outputs.size())); in SetOutputs()
554 TF_LITE_ENSURE_OK(&context_, CheckTensorIndices("variables", variables.data(), in SetVariables()
575 TfLiteStatus Subgraph::CheckTensorIndices(const char* label, const int* indices, in CheckTensorIndices() function in tflite::Subgraph
747 TF_LITE_ENSURE_OK(&context_, CheckTensorIndices("node inputs", inputs.data(), in AddNodeWithParameters()
751 CheckTensorIndices("node outputs", outputs.data(), outputs.size())); in AddNodeWithParameters()
Dsubgraph.h453 TfLiteStatus CheckTensorIndices(const char* label, const int* indices,