Searched refs:ValidateTensorIndexingSafe (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | kernel_util.cc | 46 inline TfLiteStatus ValidateTensorIndexingSafe(const TfLiteContext* context, in ValidateTensorIndexingSafe() function 95 context, ValidateTensorIndexingSafe(context, index, node->inputs->size, in GetMutableInputSafe() 133 context, ValidateTensorIndexingSafe(context, index, node->outputs->size, in GetOutputSafe() 159 TF_LITE_ENSURE_OK(context, ValidateTensorIndexingSafe( in GetTemporarySafe() 180 TF_LITE_ENSURE_OK(context, ValidateTensorIndexingSafe( in GetIntermediatesSafe()
|