Home
last modified time | relevance | path

Searched refs:kLogSoftmax (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc199 {{OperatorType::kLogSoftmax, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
200 {{OperatorType::kLogSoftmax, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc125 OperatorType::kLogSoftmax); in TEST_F()
Doperator.cc2019 ::tflite::BuiltinOperator_LOG_SOFTMAX, OperatorType::kLogSoftmax)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc69 OperatorType::kLogSoftmax, in SupportsQuantization()
359 if (op.type == OperatorType::kLogSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
Dpropagate_fixed_sizes.cc2172 case OperatorType::kLogSoftmax: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h81 kLogSoftmax, enumerator
1727 LogSoftmaxOperator() : Operator(OperatorType::kLogSoftmax) {}
Dtooling_util.cc1963 case OperatorType::kLogSoftmax: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2189 } else if (src_op.type == OperatorType::kLogSoftmax) { in ConvertOperator()