Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/
Dinterpreter.cc183 CheckTensorIndices("inputs", inputs.data(), inputs.size())); in SetInputs()
190 &context_, CheckTensorIndices("outputs", outputs.data(), outputs.size())); in SetOutputs()
195 TfLiteStatus Interpreter::CheckTensorIndices(const char* label, in CheckTensorIndices() function in tflite::Interpreter
272 TF_LITE_ENSURE_OK(&context_, CheckTensorIndices("node inputs", inputs.data(), in AddNodeWithParameters()
276 CheckTensorIndices("node outputs", outputs.data(), outputs.size())); in AddNodeWithParameters()
Dinterpreter.h312 TfLiteStatus CheckTensorIndices(const char* label, const int* indices,