Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc47 type == OperatorType::kLogSoftmax || type == OperatorType::kSlice || in SupportsQuantization()
311 if (op.type == OperatorType::kLogSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
Dpropagate_fixed_sizes.cc2090 case OperatorType::kLogSoftmax: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h79 kLogSoftmax, enumerator
1673 LogSoftmaxOperator() : Operator(OperatorType::kLogSoftmax) {}
Dtooling_util.cc1919 case OperatorType::kLogSoftmax: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2155 } else if (src_op.type == OperatorType::kLogSoftmax) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc125 OperatorType::kLogSoftmax); in TEST_F()
Doperator.cc1833 : SimpleOperator("LOG_SOFTMAX", OperatorType::kLogSoftmax) {} in LogSoftmax()