Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc128 {{OperatorType::kLstmCell, 1}, "1.7.0"}, in GetMinimumRuntimeVersionForModel()
129 {{OperatorType::kLstmCell, 2}, "1.10.0"}, in GetMinimumRuntimeVersionForModel()
130 {{OperatorType::kLstmCell, 3}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator.cc1927 OperatorType::kLstmCell)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Densure_uint8_weights_safe_for_fast_int8_kernels.cc120 case OperatorType::kLstmCell: in Run()
Dquantize.cc70 OperatorType::kLstmCell, in SupportsQuantization()
254 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()
289 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()
437 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorOutput()
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.cc286 case OperatorType::kLstmCell: { in Run()
Dhardcode_min_max.cc515 case OperatorType::kLstmCell: in Run()
Dpropagate_fixed_sizes.cc2361 case OperatorType::kLstmCell: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h63 kLstmCell, enumerator
687 : Operator(OperatorType::kLstmCell), kernel_type(KERNEL_BASIC) {}
Dexport_tensorflow.cc2197 } else if (src_op.type == OperatorType::kLstmCell) { in ConvertOperator()