Searched refs:kLstmCell (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | op_version.cc | 128 {{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()
|
D | operator.cc | 1927 OperatorType::kLstmCell)); in BuildOperatorList()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | ensure_uint8_weights_safe_for_fast_int8_kernels.cc | 120 case OperatorType::kLstmCell: in Run()
|
D | quantize.cc | 70 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()
|
D | identify_lstm_split_inputs.cc | 35 if (curr_op->type != OperatorType::kLstmCell) { in Run()
|
D | identify_lstm_merge_inputs.cc | 35 if (src_op->type != OperatorType::kLstmCell) { in Run()
|
D | propagate_array_data_types.cc | 286 case OperatorType::kLstmCell: { in Run()
|
D | hardcode_min_max.cc | 515 case OperatorType::kLstmCell: in Run()
|
D | propagate_fixed_sizes.cc | 2361 case OperatorType::kLstmCell: in Run()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 63 kLstmCell, enumerator 687 : Operator(OperatorType::kLstmCell), kernel_type(KERNEL_BASIC) {}
|
D | export_tensorflow.cc | 2197 } else if (src_op.type == OperatorType::kLstmCell) { in ConvertOperator()
|