Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc240 AddCastOp(context_, OP_Quantized_CastInt8ToUInt8, tensor_id, in AddConstNodeWithData()
249 TfLiteStatus GraphBuilder::AddCastOp(TfLiteContext* context, int op_type, in AddCastOp() function in tflite::delegates::hexagon::GraphBuilder
286 TF_LITE_ENSURE_STATUS(AddCastOp(context, OP_Quantized_CastInt8ToUInt8, in AddInputTensors()
305 TF_LITE_ENSURE_STATUS(AddCastOp(context, OP_Quantized_CastUInt8ToInt8, in AddOutputTensors()
Dop_builder.h385 TfLiteStatus AddCastOp(TfLiteContext* context, int op_type, int tensor_id,