Home
last modified time | relevance | path

Searched refs:kReverseSequence (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgroup_bidirectional_sequence_ops.cc74 reverse_output->type != OperatorType::kReverseSequence) { in MatchDynamicBidirectionalSequenceOutputs()
159 first_bw_sequence_op_input->type != OperatorType::kReverseSequence) { in CheckTwoUnidirectionalSequenceOpsAreValid()
Dpropagate_fixed_sizes.cc2114 case OperatorType::kReverseSequence: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h171 kReverseSequence enumerator
2043 ReverseSequenceOperator() : Operator(OperatorType::kReverseSequence) {}
Dexport_tensorflow.cc2377 } else if (src_op.type == OperatorType::kReverseSequence) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc703 GetOperator("REVERSE_SEQUENCE", OperatorType::kReverseSequence), op); in TEST_F()
Doperator.cc2478 OperatorType::kReverseSequence)); in BuildOperatorList()