Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc58 type == OperatorType::kLstmCell || type == OperatorType::kGather || in SupportsQuantization()
206 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()
241 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()
388 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorOutput()
Densure_uint8_weights_safe_for_fast_int8_kernels.cc120 case OperatorType::kLstmCell: in Run()
Didentify_lstm_split_inputs.cc35 if (curr_op->type != OperatorType::kLstmCell) { in Run()
Didentify_lstm_merge_inputs.cc35 if (src_op->type != OperatorType::kLstmCell) { in Run()
Dpropagate_array_data_types.cc281 case OperatorType::kLstmCell: { in Run()
Dhardcode_min_max.cc481 case OperatorType::kLstmCell: in Run()
Dpropagate_fixed_sizes.cc2278 case OperatorType::kLstmCell: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h62 kLstmCell, enumerator
651 : Operator(OperatorType::kLstmCell), kernel_type(KERNEL_BASIC) {}
Dexport_tensorflow.cc2163 } else if (src_op.type == OperatorType::kLstmCell) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2428 OperatorType::kLstmCell)); in BuildOperatorList()