Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_final_dequantize_op.cc34 if (dequantize_op->type != OperatorType::kDequantize) { in Run()
Dquantize.cc467 if (op.type == OperatorType::kDequantize || in Run()
509 if (other_op && other_op->type != OperatorType::kDequantize) { in Run()
540 CHECK(dequantize_op->type == OperatorType::kDequantize); in Run()
Ddequantize.cc195 if (op->type == OperatorType::kDequantize) { in Run()
Dpropagate_fake_quant_num_bits.cc103 case OperatorType::kDequantize: in DoesOpBlockBackwardPropagation()
Dpropagate_array_data_types.cc57 case OperatorType::kDequantize: in Run()
Dpropagate_fixed_sizes.cc2082 case OperatorType::kDequantize: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h52 kDequantize, enumerator
575 DequantizeOperator() : Operator(OperatorType::kDequantize) {}
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc500 GetOperator("DEQUANTIZE", OperatorType::kDequantize), op); in TEST_F()
Doperator.cc2364 OperatorType::kDequantize)); in BuildOperatorList()