Searched refs:allow_quant_ops (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder.h | 35 bool allow_quant_ops = false,
|
D | model_builder.cc | 2318 const TfLiteRegistration* registration, bool allow_quant_ops = false) { in NewOperationParser() argument 2338 if (allow_quant_ops) { in NewOperationParser() 2391 if (allow_quant_ops) { in NewOperationParser() 2449 bool allow_quant_ops = false) { in IsSupported() argument 2450 return NewOperationParser(registration, allow_quant_ops) in IsSupported() 2456 bool allow_quant_ops = false) { in IsAllAllowedTensors() argument 2463 if (allow_quant_ops) { in IsAllAllowedTensors() 2478 TfLiteIntArray* GetOpsToReplace(TfLiteContext* context, bool allow_quant_ops, in GetOpsToReplace() argument 2485 IsSupported(context, node, registration, allow_quant_ops); in GetOpsToReplace() 2493 if (!IsAllAllowedTensors(context, node->inputs, allow_quant_ops) || in GetOpsToReplace() [all …]
|