Home
last modified time | relevance | path

Searched refs:kMatrixDiag (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc232 {{OperatorType::kMatrixDiag, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc785 GetOperator("MATRIX_DIAG", OperatorType::kMatrixDiag), op); in TEST_F()
Doperator.cc1979 ::tflite::BuiltinOperator_MATRIX_DIAG, OperatorType::kMatrixDiag)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_array_data_types.cc294 case OperatorType::kMatrixDiag: { in Run()
Dquantize.cc71 OperatorType::kMatrixDiag, in SupportsQuantization()
Dpropagate_fixed_sizes.cc2449 case OperatorType::kMatrixDiag: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h177 kMatrixDiag, enumerator
2149 MatrixDiagOperator() : Operator(OperatorType::kMatrixDiag) {}