Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc899 TfLiteStatus AddVectorInt8Operand(const int8_t* values, uint32_t num_values) { in AddVectorInt8Operand() function in tflite::delegate::nnapi::NNAPIOpBuilder
5582 TF_LITE_ENSURE_STATUS(builder.AddVectorInt8Operand(nullptr, 0)); in AddOpsAndTensors()